ba-block-cli
Version:
Auto-create blocks for WordPress ACF
43 lines (42 loc) • 908 B
JSON
{
"name": "acf/mozaik",
"title": "Block - Mozaik section",
"description": "Mozaik section",
"style": "mozaik-block-style",
"script": "mozaik-block-script",
"category": "design",
"icon": "editor-paste-text",
"apiVersion": 2,
"keywords": [
"mozaik"
],
"acf": {
"mode": "preview",
"renderTemplate": "mozaik.php",
"postTypes": [
"post",
"page"
]
},
"styles": [],
"supports": {
"align": "full",
"anchor": false,
"alignContent": false,
"color": {
"text": false,
"background": true,
"link": false
},
"alignText": false,
"fullHeight": false
},
"attributes": {},
"example": {
"attributes": {
"data": {
"previewImage" : true
}
}
}
}