Fixed config.json

This commit is contained in:
Thomas Hooge 2025-08-04 14:36:41 +02:00
parent 25c2742f5b
commit 5c731bc662
2 changed files with 30 additions and 30 deletions

View File

@ -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",

View File

@ -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",