{
  "type": "text",
  "id": "heading",
  "label": "Heading",
  "default": "Welcome to our store",
  "placeholder": "Enter heading text",
  "info": "This text will be displayed at the top of the section"
}
The text input type allows users to enter a single line of text.

Properties

type
string
required
Must be set to “text”.
id
string
required
Unique identifier for the setting.
label
string
required
The label shown in the theme editor.
default
string
Default text value.
info
string
Additional information shown below the input.
placeholder
string
Placeholder text shown when the input is empty.
kiwi_extra
object
Additional properties for the text input. Currently supported:
  • hidden: boolean value, indicates whether this setting should be displayed in Theme Editor’s configuration bar
  • validations: Apply validations to this setting before saving. Currently supported:
    • required: Boolean value. If true, this text input must be filled to be valid