Files
Keith Solomon dcb38250f8
Sync TODOs with Issues / sync_todos (push) Successful in 7s
🔵 other: Initial WP conversion from Eleventy
2026-05-25 16:48:48 -05:00

28 lines
469 B
JSON

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