> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Image

- URL: https://getpublii.com/dev/image/
- Published: 2025-01-14T11:44:34.535Z
- Updated: 2025-04-02T07:48:33.865Z
- Description: If you want to allow users to upload images in postConfig, pageConfig, authorConfig or tagConfig options, you can use the Image field. This simple field type…
- Author: Tomasz Dziuda
- Tags: Fields, Theme Settings API

If you want to allow users to upload images in  `postConfig`, `pageConfig`, `authorConfig` or `tagConfig` options, you can use the **Image** field. This simple field type allows easy image uploads for your configuration needs.

Here is an example of how to use it: 

```json
{
    "name": "additionalImage",
    "label": "Additional image",
    "value": "",
    "type": "image"
}
```

![Image Control for post and page config](https://getpublii.com/dev/media/posts/163/image-control.svg)

To upload images directly to the theme, it is recommended to use the [Image Upload](#INTERNAL_LINK#/post/114) and [Small Image Upload](#INTERNAL_LINK#/post/115) controls.
