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

28 lines
493 B
JSON

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