28 lines
485 B
JSON
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
|
|
}
|
|
}
|