integrating attributes

This commit is contained in:
2025-12-18 10:57:50 +00:00
parent 002f33c5e1
commit 8ffec45182
4 changed files with 97 additions and 7 deletions

View File

@@ -8,9 +8,25 @@
"foreground": "#f58762"
},
"description": "A wrapper to contain core blocks",
"attributes": {
"container_width": {
"type": "string",
"default": 0
},
"alignment": {
"type": "string"
},
"padding_top": {
"type": "boolean",
"default": true
},
"padding_bottom": {
"type": "boolean",
"default": true
}
},
"supports": {
"html": true,
"align": ["wide", "full"],
"color": {
"background": true,
"text": false