Colorpicker
Example configuration
...
array(
'title' => 'My colorpicker field title',
'id' => 'colorpicker-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'colorpicker',
),
...
Params
Last updated