most block lists to json files

This commit is contained in:
2026-01-04 17:54:46 +00:00
parent eb4980d64b
commit 9b87639974
4 changed files with 67 additions and 54 deletions

View File

@@ -0,0 +1,53 @@
{
"container_width": {
"type": "string",
"default": ""
},
"alignment": {
"type": "string"
},
"padding_top": {
"type": "boolean",
"default": true
},
"padding_bottom": {
"type": "boolean",
"default": true
},
"background_colour": {
"type": "string",
"default": ""
},
"background_hex": {
"type": "string",
"default": ""
},
"background_tint": {
"type": "string",
"default": "0"
},
"background_image": {
"type": "integer",
"default": 0
},
"background_url": {
"type": "string",
"default": ""
},
"background_opacity": {
"type": "integer",
"default": 30
},
"background_position": {
"type": "string",
"default": ""
},
"background_fixed": {
"type": "boolean",
"default": false
},
"background_contrast": {
"type": "boolean",
"default": false
}
}

View File

@@ -0,0 +1,4 @@
[
"acf/badegg-editor",
"badegg/article"
]