This is an advanced-use feature, and likely not something you'll need to configure. What you probably want is the content types reference!
The image
field is used for content values that point to an image used on the page. This field allows you to upload new images by via dragging or selection in Finder. Note this field does not handle any images included in the Markdown body, those would be handled by the markdown component.
interface ImageProps {component: 'image'clearable?: booleanuploadDir?(formValues: any): string}
This interfaces only shows the keys unique to the image field. Visit the Field Config docs for a complete list of options.
Last Edited: November 5, 2024
© TinaCMS 2019–2024