Featured items: fix focal point block json spacing (https://github.com/woocommerce/woocommerce-blocks/pull/6552)
This commit is contained in:
parent
04ebfd2264
commit
d7820b98bb
|
@ -45,12 +45,12 @@
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"focalPoint": {
|
"focalPoint": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"default": {
|
"default": {
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imageFit": {
|
"imageFit": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "none"
|
"default": "none"
|
||||||
|
|
|
@ -46,12 +46,12 @@
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"focalPoint": {
|
"focalPoint": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"default": {
|
"default": {
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imageFit": {
|
"imageFit": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "none"
|
"default": "none"
|
||||||
|
|
Loading…
Reference in New Issue