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