block background colours and tint

This commit is contained in:
2026-01-02 01:15:56 +00:00
parent b0d6d90616
commit 70e995cbd5
6 changed files with 175 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
"attributes": {
"container_width": {
"type": "string",
"default": 0
"default": ""
},
"alignment": {
"type": "string"
@@ -23,12 +23,24 @@
"padding_bottom": {
"type": "boolean",
"default": true
},
"background_colour": {
"type": "string",
"default": ""
},
"background_hex": {
"type": "string",
"default": ""
},
"background_tint": {
"type": "string",
"default": "0"
}
},
"supports": {
"html": true,
"color": {
"background": true,
"background": false,
"text": false
}
}