Skip to content

Commit

Permalink
Option type multi-picker: added support for short-select
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Jan 26, 2015
1 parent aa18801 commit e72dbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ The ``picker`` parameter holds a valid option type with choices. Supported optio
// '<custom-key>' => option
'gadget' => array(
'label' => __('Choose device', 'fw'),
'type' => 'select',
'type' => 'select', // or 'short-select'
'choices' => array(
'phone' => __('Phone', 'fw'),
'laptop' => __('Laptop', 'fw')
Expand Down

0 comments on commit e72dbf2

Please sign in to comment.