expose new image sizes to javascript and properly get specified image sizes in react

This commit is contained in:
2026-01-05 17:23:59 +00:00
parent abde60aecc
commit 8bd7186f97
6 changed files with 67 additions and 31 deletions

View File

@@ -47,8 +47,11 @@
"default": 30
},
"background_position": {
"type": "string",
"default": "center center"
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
},
"background_fixed": {
"type": "boolean",