Skip to content

Commit

Permalink
option-type typography changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriuzdrobau committed Jan 31, 2015
1 parent 6f5ec4b commit bae92a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,11 @@ Choose font family, size, style and color.
'size' => 12,
'style' => '400',
'color' => '#000000'
),
'components' => array(
'family' => true,
'size' => true,
'color' => true
)
'attr' => array( 'class' => 'custom-class', 'data-foo' => 'bar' ),
'label' => __('Label', 'fw'),
Expand Down

0 comments on commit bae92a4

Please sign in to comment.