{
  "type": "course",
  "id": "course",
  "label": "Course"
}
The course input type allows to select a course registered in the club.

Properties

type
string
required
Must be set to “course”.
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 this input type. 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 course must be selected to be valid