Skip to content

Instantly share code, notes, and snippets.

@dovy
Last active December 22, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dovy/6532515 to your computer and use it in GitHub Desktop.
Save dovy/6532515 to your computer and use it in GitHub Desktop.
<?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