You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
535 B
34 lines
535 B
{
|
|
"name": "<%= blockGroupName %>/<%= blockFilename %>",
|
|
"version": "1.0.0",
|
|
"title": "<%= title %>",
|
|
"categories": [],
|
|
"icon": "shortcode",
|
|
"preview_image": "",
|
|
"field_groups": [
|
|
{
|
|
"name": "content",
|
|
"label": "Content",
|
|
"fields": {
|
|
"title": {
|
|
"type": "text",
|
|
"label": "Title"
|
|
},
|
|
"content": {
|
|
"type": "wysiwyg",
|
|
"label": "Content"
|
|
},
|
|
"cta": {
|
|
"type": "link",
|
|
"label": "CTA"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "styling",
|
|
"label": "Styling",
|
|
"fields": {
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|