Skip to content

Instantly share code, notes, and snippets.

@beaverbuilder
Last active November 1, 2018 22:33
Show Gist options
  • Save beaverbuilder/fd8b99440643a3b7247db3c376d08b5e to your computer and use it in GitHub Desktop.
Save beaverbuilder/fd8b99440643a3b7247db3c376d08b5e to your computer and use it in GitHub Desktop.
<?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