Created
October 31, 2018 21:59
-
-
Save beaverbuilder/ccd7bde47190fb5a91d6fabbe64a14f8 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 | |
'my_gradient' => array( | |
'type' => 'gradient', | |
'label' => 'Gradient', | |
'preview' => array( | |
'type' => 'css', | |
'selector' => '.my-selector', | |
'property' => 'background-image', | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment