Skip to main content

Header

🔑 Redis Key

tenant_slug:sections:header

📝 Description

Header of the entire site.


🎯 Specific Behaviors

May contain text displayed only in the mobile version, depending on the current page:

  • back-checkout-text
  • back-payment-text
  • back-mobile-text

🖼️ Images

UI desktop UI mobile


💾 JSON Example

{
"labels": {
"it": {
"back-mobile-text": "ORDINA DAL MENU",
"back-checkout-text": "CARRELLO",
"back-payment-text": "PAGAMENTO",
"back-payment-error-text": "PAGAMENTO NON EFFETTUATO",
"order-button": "ORDINA",
"crossselling-cancel": "NO, GRAZIE",
"crossselling-confirm": "CONFERMA"
},
"en": {
"back-mobile-text": "ORDER FROM MENU",
"back-checkout-text": "CART",
"back-payment-text": "PAYMENT",
"back-payment-error-text": "PAYMENT NOT MADE",
"order-button": "ORDER",
"crossselling-cancel": "NO, THANKS",
"crossselling-confirm": "CONFIRM"
}
},
"links": {},
"images": {
"logo": "https://mysite/images/img.png"
},
"colors": {
"background": "#ffee00",
"crossselling-cancel": "#26251d",
"crossselling-confirm": "#fffccc",
"crossselling-confirm-border": "#26251d",
"crossselling-confirm-background": "#26251d"
}
}