From 99762169bafc0c032e1aafe8492bfbfba2ff9256 Mon Sep 17 00:00:00 2001 From: Bassel Kanso Date: Mon, 4 Mar 2024 15:24:43 +0200 Subject: [PATCH] fix: update formatting --- .../template/src/api/shop/content-types/shop/schema.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/e2e/app-template/template/src/api/shop/content-types/shop/schema.json b/e2e/app-template/template/src/api/shop/content-types/shop/schema.json index 17c7b13316..545591b1ff 100644 --- a/e2e/app-template/template/src/api/shop/content-types/shop/schema.json +++ b/e2e/app-template/template/src/api/shop/content-types/shop/schema.json @@ -30,10 +30,7 @@ } }, "type": "dynamiczone", - "components": [ - "page-blocks.hero-image", - "page-blocks.content-and-image" - ], + "components": ["page-blocks.hero-image", "page-blocks.content-and-image"], "required": true, "min": 2 },