28 lines
493 B
JSON
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" ]
|
|
}
|