diff --git a/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json b/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json index 381e6f3ab1d..00e75c84329 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json +++ b/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json @@ -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" diff --git a/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json b/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json index 8c01d6ef35c..119ecb2e268 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json +++ b/plugins/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json @@ -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"