BrandImage.SettingsGroup.json 565 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6
[
{
7
    "name":             "userBrandImageIndoor",
8 9
    "shortDesc": "User-selected brand image",
    "longDesc":  "Location in file system of user-selected brand image (indoor)",
10
    "type":             "string",
11
    "default":     ""
12 13
},
{
14
    "name":             "userBrandImageOutdoor",
15 16
    "shortDesc": "User-selected brand image",
    "longDesc":  "Location in file system of user-selected brand image (outdoor)",
17
    "type":             "string",
18
    "default":     ""
19 20
}
]
21
}