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