Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0ac3a58

Browse files
authored
Featured items: fix focal point block json spacing (#6552)
1 parent b7de784 commit 0ac3a58

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

assets/js/blocks/featured-items/featured-category/block.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"default": true
4646
},
4747
"focalPoint": {
48-
"type": "object",
49-
"default": {
50-
"x": 0.5,
51-
"y": 0.5
52-
}
53-
},
48+
"type": "object",
49+
"default": {
50+
"x": 0.5,
51+
"y": 0.5
52+
}
53+
},
5454
"imageFit": {
5555
"type": "string",
5656
"default": "none"

assets/js/blocks/featured-items/featured-product/block.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"default": true
4747
},
4848
"focalPoint": {
49-
"type": "object",
50-
"default": {
51-
"x": 0.5,
52-
"y": 0.5
53-
}
54-
},
49+
"type": "object",
50+
"default": {
51+
"x": 0.5,
52+
"y": 0.5
53+
}
54+
},
5555
"imageFit": {
5656
"type": "string",
5757
"default": "none"

0 commit comments

Comments
 (0)