Limeade.Branded.AboutUs
This app is the about us app to provide information about the organization. Typically you 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 and image url for the banner image that is rendered at the top of the app. The Link button configuration allows you to optionally have a link available on the footer to allows users to navigate to a more detailed experience in the web browser. The app title on services icon view will be used as the inside app title experience.
Configuration Entries
ImageUrl |
URL for Image *Required |
Content |
BBCode string (must be on 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 single line) |
VideoUrl |
|
ThumbnailUrl |
|
VideoId |
The VideoUrl, ThumbnailUrl and Video Id can be retrieved from the dev console in the browser (Chrome, see Screenshot below). HlsUrl = VideoUrl / 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.