BoilWP / WordPress-Plugin-Boilerplate

Start developing your plugins straight away with this WordPress Plugin Boilerplate. All the basics are already covered for you.
http://www.sebastiendumont.com/plugins/boilerplates/wordpress-plugin-boilerplate/
Other
18 stars 15 forks source link

Add Slider Type in Settings #12

Open seb86 opened 9 years ago

seb86 commented 9 years ago
'range' => array(
    'title'    => __( 'Range', 'textdomain' ),
    'type'     => 'range',
    'custom_attributes' => array(
        'min'  => '0',
        'max'  => '1',
        'step' => '0.1',
    )
),

http://caniuse.com/#search=range