Last active
November 1, 2018 22:33
-
-
Save beaverbuilder/fd8b99440643a3b7247db3c376d08b5e 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_text' => array( | |
'type' => 'text', | |
'label' => 'My Text', | |
'preview' => array( | |
'type' => 'attribute', | |
'attribute' => 'data-foo', | |
'selector' => '.my-selector', | |
'format_callback' => '', // Optional JS format callback. | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment