Featured items: fix focal point block json spacing (https://github.com/woocommerce/woocommerce-blocks/pull/6552)

This commit is contained in:
Michael P. Pfeiffer 2022-06-13 14:06:48 +02:00 committed by GitHub
parent 04ebfd2264
commit d7820b98bb
2 changed files with 12 additions and 12 deletions

View File

@ -45,12 +45,12 @@
"default": true
},
"focalPoint": {
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
},
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
},
"imageFit": {
"type": "string",
"default": "none"

View File

@ -46,12 +46,12 @@
"default": true
},
"focalPoint": {
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
},
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
},
"imageFit": {
"type": "string",
"default": "none"