Files
Keith Solomon 94ca7e667e
Sync TODOs with Issues / sync_todos (push) Successful in 5s
🐞 fix: Remove ACF color picker and add gradient background support
2026-06-13 11:12:13 -05:00

36 lines
747 B
JSON

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