Dollie Editor SDK guide

Field Types

Reference for editable section fields.

Every field has a key, label, and optional value.

Kind Value
text String, optionally multiline or URL-oriented
text + rich Markdown string rendered by the section via <RichText>. Alone: inline marks (bold, italic, code, links); with multiline: headings, lists, quotes, rules, and line breaks too. Edited with the toolbar control when the host wires richTextControl from @dollie_ai/editor/richtext
number Number
boolean Boolean
select One value from an allowed list
icon An allowed icon name
element An illustration, image, or widget reference
object Nested fields
array Repeated values described by one item field

The legacy illustration field remains supported. Prefer element with accepts: ["illustration"] for new catalogs.

visibleWhen can hide an inspector field based on a sibling prop. Hiding a field does not delete its stored value.