Created
May 16, 2017 20:29
-
-
Save bdbch/3bcd528d6ebb348f0a7be296f9885e3c 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
| { | |
| "translatableOptions": [ | |
| { | |
| "label": "Some wpml option", | |
| "type": "text", | |
| "name": "someWpmlOption" | |
| } | |
| ], | |
| "globalOptions": [ | |
| { | |
| "label": "Some global option", | |
| "type": "text", | |
| "name": "someGlobalOption" | |
| } | |
| ], | |
| "layout": { | |
| "name": "blockPost", | |
| "label": "Block Post", | |
| "sub_fields": [ | |
| { | |
| "label": "Show post content", | |
| "type": "true_false", | |
| "name": "showPostContent", | |
| }, | |
| { | |
| "label": "Post prefix", | |
| "type": "text", | |
| "name": "postPrefix", | |
| "required": 1, | |
| "default_value": "News: " | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment