Passa al contenuto principale

Home

🧭 Indirizzo​

/ (root)


πŸ”‘ Chiave Redis​

tenant_slug:sections:home

πŸ“ Descrizione​

Pagina principale con lista prodotti e relative categorie.


🎯 Comportamenti particolari​

Utilizza il campo imagePlaceholder nelle card dei prodotti che non hanno immagine o non l'hanno corretta. In caso questa non sia configurata viene usato un placeholder generico.


πŸ–ΌοΈ Immagini​

Esempio di interfaccia utente:

UI desktop

UI mobile


πŸ’Ύ JSON di esempio​

{
"labels": {
"it": {
"order-button": "ORDINA",
"allergens-title": "Allergeni:",
"allergens-btn": "CHUIDI",
"breadcrumb": "Home/Ordine"
},
"en": {
"order-button": "ORDER",
"allergens-title": "Allergens:",
"allergens-btn": "CLOSE",
"breadcrumb": "Home/Order"
}
},
"links": {},
"images": {},
"imagePlaceholder": "https://mysite.com/assets/placeholder.png",
"colors": {
"menu-background": "#f1f1f1",
"menu-background-mobile": "#efefef",
"menu-border-mobile": "#adaeae",
"menu-background-selected": "#ffee00",
"menu-border": "#2d2511",
"menu-text": "#191a1a",
"allergens-ingredient-background": "#dddddd",
"allergens-btn-text": "#929292",
"allergens-btn-border": "#adaeae",
"allergens-btn-background": "#fefefe"
}
}