ba-block-cli
Version:
Auto-create blocks for WordPress ACF
43 lines (42 loc) • 915 B
JSON
{
"name": "acf/default",
"title": "Block - Default section",
"description": "Default section",
"style": "default-block-style",
"script": "default-block-script",
"category": "design",
"icon": "editor-paste-text",
"apiVersion": 2,
"keywords": [
"default"
],
"acf": {
"mode": "preview",
"renderTemplate": "default.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
}
}
}
}