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