Files
VDI-Starter/views/blocks/grid/block.json
2025-08-22 15:40:01 -05:00

28 lines
485 B
JSON

{
"name": "acf/grid",
"title": "Grid Block (VDI)",
"description": "Custom grid block.",
"style": [
"file:./grid.css"
],
"allowedBlocks": [ "acf/grid-cell" ],
"category": "vdi-block",
"icon": "grid-view",
"keywords": [
"grid"
],
"acf": {
"mode": "preview",
"renderTemplate": "grid.php"
},
"supports": {
"align": false,
"anchor": true,
"color": false,
"html": false,
"jsx": true,
"mode": true,
"multiple": true
}
}