Skip to content

Instantly share code, notes, and snippets.

@bdbch
Created May 16, 2017 20:29
Show Gist options
  • Select an option

  • Save bdbch/3bcd528d6ebb348f0a7be296f9885e3c to your computer and use it in GitHub Desktop.

Select an option

Save bdbch/3bcd528d6ebb348f0a7be296f9885e3c to your computer and use it in GitHub Desktop.
{
"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