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

28 lines
458 B
JSON

{
"name": "acf/section",
"title": "Section",
"description": "Content section",
"style": [
"file:./section.css"
],
"category": "vdi-blocks",
"icon": "align-wide",
"keywords": [
"setion",
"content"
],
"acf": {
"mode": "preview",
"renderTemplate": "section.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": true,
"jsx": true,
"mode": true,
"multiple": true
}
}