Created
November 1, 2018 21:30
-
-
Save beaverbuilder/3d0435f5da0223268f882f2c20f92cf4 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 | |
'text_color' => array( | |
'type' => 'color', | |
'label' => 'Text Color', | |
'preview' => array( | |
'type' => 'css', | |
'selector' => '.my-selector', | |
'property' => 'color', | |
'important' => true, | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment