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β
| Field | Description |
|---|---|
labels | Dictionary key-value per language with the text content |
images | Dictionary key-value with slugs and the image URLs to use |
colors | Dictionary key-value with slugs of colors for text, borders, and backgrounds |
links | Dictionary key-value with slugs of links to use |
imagePlaceholder | Default 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"
}
}