refactor(home.jsonc): modificando opção do showNavigationArrows

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-03 10:27:03 -03:00
parent f14b1319bb
commit c0e021ed45

View File

@ -2,8 +2,9 @@
"store.home": { "store.home": {
"blocks": [ "blocks": [
"list-context.image-list#demo", "list-context.image-list#demo",
"example-component", /* You can make references to blocks defined in other files. "example-component"
* For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ /* 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", "flex-layout.row#deals",
"__fold__", "__fold__",
"rich-text#shelf-title", "rich-text#shelf-title",
@ -40,7 +41,7 @@
"phone": 1 "phone": 1
}, },
"infinite": true, "infinite": true,
"showNavigationArrows": "desktopOnly", "showNavigationArrows": "never",
"blockClass": "carousel" "blockClass": "carousel"
} }
}, },