Files
VDI-Starter/views/blocks/homepage-hero/block.json
2025-08-22 15:40:01 -05:00

29 lines
512 B
JSON

{
"name": "acf/homepage-hero",
"title": "Homepage Hero",
"description": "Hero block for home page.",
"style": [
"file:./homepage-hero.css"
],
"category": "vdi-block",
"icon": "block-default",
"keywords": [
"homepage-hero",
"hero",
"home"
],
"acf": {
"mode": "preview",
"renderTemplate": "homepage-hero.php"
},
"supports": {
"align": true,
"anchor": true,
"color": false,
"html": true,
"jsx": true,
"mode": true,
"multiple": false
}
}