BrandImage.SettingsGroup.json 517 Bytes
Newer Older
1 2
[
{
3
    "name":             "userBrandImageIndoor",
4 5 6 7 8 9
    "shortDescription": "User-selected brand image",
    "longDescription":  "Location in file system of user-selected brand image (indoor)",
    "type":             "string",
    "defaultValue":     ""
},
{
10
    "name":             "userBrandImageOutdoor",
11 12 13 14 15 16
    "shortDescription": "User-selected brand image",
    "longDescription":  "Location in file system of user-selected brand image (outdoor)",
    "type":             "string",
    "defaultValue":     ""
}
]