{
  "type": "module",
  "id": "module",
  "label": "Module",
  "info": "Select the module to be displayed in the section"
}
The module input type allows to select a module from a course registered in the club.

Properties

type
string
required
Must be set to “module”.
id
string
required
Unique identifier for the setting.
label
string
required
The label shown in the theme editor.
default
string
Not supported for this input type.
info
string
Additional information shown below the input.
placeholder
string
Not supported for this input type.
kiwi_extra
object
Additional properties for the module 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, a module must be selected to be valid