Skip to main content

Footer

πŸ”‘ Redis Key​

tenant_slug:sections:footer

πŸ“ Description​

Footer of the entire site.


🎯 Specific Behaviors​

  • Displayed only in desktop version.
  • Links are dynamic. Social links and bottom links are distinguished using the social_ prefix.
  • The link text is fetched from labels using the same slug.

πŸ–ΌοΈ Images​

Footer preview


πŸ’Ύ JSON Example​

{
"labels": {
"it": {
"follow-us": "Seguici su",
"copyright": "Copyright Β© 2025 ImagonistShop. Tutti i diritti riservati.",
"company-data": "P.I. - Cap. soc. i.v. €100.000,00",
"privacy": "Privacy Policy",
"cookie": "Cookie Policy",
"terms": "Termini e condizioni di vendita",
"law-382006": "Legge 38/2006",
"info-guest": "Informativa Ospiti",
"info-marketing": "Informativa per attivitΓ  marketing"
},
"en": {
"follow-us": "Follow us on",
"copyright": "Copyright Β© 2025 ImagonistShop. All rights reserved.",
"company-data": "VAT Code - Paid-up share capital €100.000,00",
"privacy": "Privacy Policy",
"cookie": "Cookie Policy",
"terms": "Terms and conditions of sale",
"law-382006": "Law 38/2006",
"info-guest": "Guest Information",
"info-marketing": "Information for marketing activities"
}
},
"links": {
"it": {
"privacy": "https://imagonist.com/privacy-policy/",
"cookie": "https://imagonist.com/cookie-policy/",
"terms": "https://imagonist.com/terms-and-conditions/",
"law-382006": "https://imagonist.com/cookie-policy/",
"info-guest": "https://imagonist.com/cookie-policy/",
"info-marketing": "https://imagonist.com/cookie-policy/",
"social_facebook": "https://facebook.com",
"social_instagram": "https://instagram.com"
}
},
"images": {
"social_facebook": "https://img.icons8.com/?size=256&id=118467&format=png",
"social_instagram": "https://img.icons8.com/?size=256&id=32309&format=png"
},
"colors": {
"background": "#ffee00",
"social-text": "#191a1a",
"links-text": "#191a1a",
"copyright-text": "#585a5a",
"company-data-text": "#585a5a"
}
}