feature: Set up pullquote block
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-05-18 13:08:32 -05:00
parent a0c6e3251b
commit 5642bf4300
5 changed files with 213 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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
}
}