From c0e021ed45f99513a5c24700153816d37ec5acba Mon Sep 17 00:00:00 2001 From: devartes Date: Fri, 3 Feb 2023 10:27:03 -0300 Subject: [PATCH] =?UTF-8?q?refactor(home.jsonc):=20modificando=20op=C3=A7?= =?UTF-8?q?=C3=A3o=20do=20showNavigationArrows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/blocks/home/home.jsonc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/store/blocks/home/home.jsonc b/store/blocks/home/home.jsonc index a4776bc..a8e49c1 100644 --- a/store/blocks/home/home.jsonc +++ b/store/blocks/home/home.jsonc @@ -2,8 +2,9 @@ "store.home": { "blocks": [ "list-context.image-list#demo", - "example-component", /* You can make references to blocks defined in other files. - * For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ + "example-component" + /* You can make references to blocks defined in other files. + * For example, `flex-layout.row#deals` is defined in the `deals.json` file. */, "flex-layout.row#deals", "__fold__", "rich-text#shelf-title", @@ -40,7 +41,7 @@ "phone": 1 }, "infinite": true, - "showNavigationArrows": "desktopOnly", + "showNavigationArrows": "never", "blockClass": "carousel" } },