For the complete documentation index, see llms.txt. This page is also available as Markdown.

Image

There is no image control in properties.json. To let users add an image (or any other file) to a component, use the Resource control:

{
  "title": "Hero Image",
  "id": "heroImage",
  "resource": {}
}
Resource

Last updated

Was this helpful?