Select
Example configuration
...
array(
'title' => 'My select field title',
'id' => 'select-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'select',
'choices' => ['First option', 'Second option', 'Third option']
),
...
disabled
disabled
optgroups
optgroups
Params
Last updated