Files
VDI-Starter/views/blocks/buttons/block.json
2026-01-26 08:53:47 -06:00

25 lines
457 B
JSON

{
"name": "acf/buttons",
"title": "Buttons (VDI)",
"description": "A button or group of buttons.",
"allowedBlocks": [ "acf/button" ],
"category": "vdi-blocks",
"icon": "button",
"keywords": [
"buttons"
],
"acf": {
"mode": "preview",
"renderTemplate": "buttons.php"
},
"supports": {
"align": false,
"anchor": true,
"color": false,
"html": true,
"jsx": true,
"mode": false,
"multiple": true
}
}