Slider
Example configuration
...
array(
'title' => 'My slider field title',
'id' => 'slider-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'slider',
'values' => array(
'min' => 0,
'max' => 200,
'step' => 5,
),
),
...
Default values
Params
Last updated