The select input type allows users to choose from a predefined list of options.Documentation Index
Fetch the complete documentation index at: https://docs.kiwify.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Properties
Must be set to โselectโ.
Unique identifier for the setting.
The label shown in the theme editor.
Array of option objects, each containing:
value: The value stored when this option is selectedlabel: The text shown in the dropdown. It may be translated usingt:prefix plus a valid key from schema translation files. More details can be found in Locales.
Default selected option value. Must match one of the option values.
Additional information shown below the select input.
Additional properties for the select input. Currently supported:
hidden: boolean value, indicates whether this setting should be displayed in Theme Editorโs configuration barlabeled: boolean value, indicates if text labels should be shown together with icons on each optionvalidations: Apply validations to this setting before saving. Currently supported:required: Boolean value. If true, one option must be chosen to be valid

