expose new image sizes to javascript and properly get specified image sizes in react
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user