Fixed config.json
This commit is contained in:
parent
25c2742f5b
commit
5c731bc662
|
@ -1132,6 +1132,21 @@
|
||||||
"obp60":"true"
|
"obp60":"true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "headerFormat",
|
||||||
|
"label": "Header Format",
|
||||||
|
"type": "list",
|
||||||
|
"default":"TEXT",
|
||||||
|
"description": "Header format: Text or Symbols",
|
||||||
|
"list": [
|
||||||
|
{"l":"Text","v":"TEXT"},
|
||||||
|
{"l":"Symbols","v":"ICON"}
|
||||||
|
],
|
||||||
|
"category":"OBP60 Pages",
|
||||||
|
"capabilities": {
|
||||||
|
"obp60":"true"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "backlight",
|
"name": "backlight",
|
||||||
"label": "Backlight Mode",
|
"label": "Backlight Mode",
|
||||||
|
@ -1295,21 +1310,6 @@
|
||||||
"obp60":"true"
|
"obp60":"true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "headerFormat",
|
|
||||||
"label": "Header Format",
|
|
||||||
"type": "list",
|
|
||||||
"default":"TEXT",
|
|
||||||
"description": "Header format: Text or Symbols",
|
|
||||||
"list": [
|
|
||||||
{"l":"Text","v":"TEXT"},
|
|
||||||
{"l":"Symbols","v":"ICON"}
|
|
||||||
],
|
|
||||||
"category":"OBP60 Pages",
|
|
||||||
"capabilities": {
|
|
||||||
"obp60":"true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "imageFormat",
|
"name": "imageFormat",
|
||||||
"label": "Screenshot Format",
|
"label": "Screenshot Format",
|
||||||
|
|
|
@ -1144,6 +1144,21 @@
|
||||||
"obp40":"true"
|
"obp40":"true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "headerFormat",
|
||||||
|
"label": "Header Format",
|
||||||
|
"type": "list",
|
||||||
|
"default":"TEXT",
|
||||||
|
"description": "Header format: Text or Symbols",
|
||||||
|
"list": [
|
||||||
|
{"l":"Text","v":"TEXT"},
|
||||||
|
{"l":"Symbols","v":"ICON"}
|
||||||
|
],
|
||||||
|
"category":"OBP40 Display",
|
||||||
|
"capabilities": {
|
||||||
|
"obp40":"true"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "backlight",
|
"name": "backlight",
|
||||||
"label": "Backlight Mode",
|
"label": "Backlight Mode",
|
||||||
|
@ -1318,21 +1333,6 @@
|
||||||
"obp40": "true"
|
"obp40": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "headerFormat",
|
|
||||||
"label": "Header Format",
|
|
||||||
"type": "list",
|
|
||||||
"default":"TEXT",
|
|
||||||
"description": "Header format: Text or Symbols",
|
|
||||||
"list": [
|
|
||||||
{"l":"Text","v":"TEXT"},
|
|
||||||
{"l":"Symbols","v":"ICON"}
|
|
||||||
],
|
|
||||||
"category":"OBP60 Pages",
|
|
||||||
"capabilities": {
|
|
||||||
"obp60":"true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "imageFormat",
|
"name": "imageFormat",
|
||||||
"label": "Screenshot Format",
|
"label": "Screenshot Format",
|
||||||
|
|
Loading…
Reference in New Issue