Last active
December 22, 2015 21:19
-
-
Save dovy/6532515 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$field = array( | |
'id'=>'header-border', | |
'type' => 'border', | |
'title' => __('Header Border Option', 'redux-framework'), | |
'subtitle' => __('Only color validation can be done on this field type', 'redux-framework'), | |
'desc' => __('This is the description field, again good for additional info.', 'redux-framework'), | |
'default' => array('color' => '#1e73be', 'style' => 'solid', 'width'=>'3') | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment