Files
Go-Ask-Auntie/views/blocks/grid/block.json
T
Keith Solomon dcb38250f8
Sync TODOs with Issues / sync_todos (push) Successful in 7s
🔵 other: Initial WP conversion from Eleventy
2026-05-25 16:48:48 -05:00

28 lines
496 B
JSON

{
"name": "acf/grid",
"title": "Grid Block (VDI)",
"description": "Custom grid block.",
"style": [
"file:./grid.css"
],
"allowedBlocks": [ "acf/grid-cell" ],
"category": "go-ask-auntie-blocks",
"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
}
}