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": {
"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"
}
},