Limeade.Branded.InfoGallery
This app is to share informational content with links.
Configuration Entries
Title (optional) | If set, it will be shown as title. Default is the micro-app description as title |
IsTappable | True / false Defines if the images can be clicked (false is default) |
InfoItems | JSON Info Item List *required – see below. (must be on signle line) |
For the JSON Item: If you keep the ImageUrl, NavigateUrl and/or ImageDescription empty, it will not be shown.
For the Images it is recommended to upload them to the ONE resources to make sure the URL isn’t changing on external sources.
InfoList JSON Contract – JSON Array is required.
[
{
"ImageUrl": "https://one.sitrion.com/api/cloudStorage/Files/05bc68ae-573d-4e0f-adef-141d29ac2b00",
"ImageDescription": "KAUFMANN-/FRAU",
"Headline": "KAUFMANN-/FRAU",
"Description": "Geschäftsunterlagen archivieren, den Zahlungsverkehr abwickeln, sich mit Kundschaft und Mitarbeitenden austauschen, die Post verwalten, Adress- und Datenbanken unterhalten: Hier ist Multitasking und hohes Engagement gefragt.",
"NavigateUrl": "https://www.mycompany.com/jobs-karriere/ausbildung/kaufmann-frau/",
"NavigateUrlText": "Weitere Informationen"
},
{
"ImageUrl": "https://one.sitrion.com/api/cloudStorage/Files/2aaec785-c9cd-47ef-8128-5320a5027637",
"ImageDescription": "AUTOMOBIL-FACHMANN-/FRAU",
"Headline": "AUTOMOBIL-FACHMANN-/FRAU",
"Description": "Sind Motor, Fahrwerk und Getriebe in Ordnung? Bei diesem Ausbildungsberuf lernst du zu prüfen, ob alles funktioniert. Einfachere Reparaturen und Unterhaltsarbeiten erledigst du selbst. Ein Beruf für Macher.",
"NavigateUrl": "https://www.mycompany.com/jobs-karriere/ausbildung/automobil-fachmann-frau/",
"NavigateUrlText": "Weitere Informationen"
}
]
Comments
0 comments
Please sign in to leave a comment.