Limeade.Branded.AboutUs
This is the About Us app that provides information about an organization. Typically a user would go to the organization’s website and go to the About Us or About Company section, pull that content and format it into BBCode. To enter the content config entry, the BBCode needs to be on a single line. The app also requires an image URL for the banner image that is rendered at the top of the app. The Link button configuration allows users to optionally have a link available on the footer to allow users to navigate to a more detailed experience in the web browser. The app title on the Services icon view will be used as the inside app title experience.
Furthermore, the About Us app is the most configurable app and is the starting point for many of the micro-app use cases such as: Vehicle Accident/Report a Safety Hazard, Employee Spotlight, Classifieds, Swap Shifts and Verification of Employment.
Configuration Entries
ImageUrl |
URL for Image *Required |
Content |
BBCode string (must be on a single line) |
LinkButtonText |
Text for link button on footer |
LinkUrl |
URL for link button on footer |
LinkButtonShowLink |
True/false - Opens LinkUrl as a website |
LinkButtonDoPhoneCall |
True/false - Calls value in LinkUrl |
LinkButtonSendMail |
True/false - Sends email to value in LinkUrl |
ResourcesText |
Text for Ressources button |
StartFolderId |
Start folder for resources |
LinkButtonSendMail |
Sends email to value in LinkUrl |
AboutUsEmailSubject |
Subject if LinkButtonSendMail is true |
WebLinks |
JSON List *required – see below. (must be on a single line) |
Url |
|
ThumbnailUrl |
|
VideoId |
The Url, ThumbnailUrl and VideoId can be retrieved from the dev console in the browser (Chrome, see Screenshot below). HlsUrl = Url / UniqueId = VideoId / ThumbnailUrl = ThumbnailUrlLarge
WebLinks JSON Contract – JSON Array is required.
[
{
"Url": "https://www.microsoft.com",
"DisplayName": "Microsoft"
},
{
"Url": "https://www.limeade.com",
"DisplayName": "Limeade"
}
]
Comments
0 comments
Please sign in to leave a comment.