Files
CWC/views/blocks/pull-quote/block.json
T
Keith Solomon 5642bf4300
Sync TODOs with Issues / sync_todos (push) Successful in 7s
feature: Set up pullquote block
2026-05-18 13:08:32 -05:00

27 lines
601 B
JSON

{
"name": "acf/pull-quote",
"title": "Pull Quote",
"description": "A decorative pull quote with background vectors and accent border.",
"style": [
"file:./pull-quote.css"
],
"category": "vdi-blocks",
"icon": "format-quote",
"keywords": [
"pull-quote",
"quote"
],
"acf": {
"mode": "preview",
"renderTemplate": "pull-quote.php"
},
"supports": {
"align": true,
"anchor": true,
"color": false,
"html": false,
"jsx": false,
"mode": true,
"multiple": true
}
}