Skip to main content

Overview

πŸ”‘ Redis Key​

tenant_slug:sections:section_name

πŸ“ Description​

This section contains frontend content that cannot be retrieved from the Imagonist menu. It includes texts, button colors, and images that do not pertain to the sold products.


πŸ“— Existing Sections​


♣️ Fields per Section​

FieldDescription
labelsDictionary key-value per language with the text content
imagesDictionary key-value with slugs and the image URLs to use
colorsDictionary key-value with slugs of colors for text, borders, and backgrounds
linksDictionary key-value with slugs of links to use
imagePlaceholderDefault image to use in case of missing or invalid images

πŸ’Ύ 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"
}
}