mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a777620d2f
* add britisch flags to flag.py adding the flags of England, Scotland and the United Kingdom to flag.py * adding British flags to flag.schema.json adding the flag of Great Britain (gb), England (gb-eng) and Scotland (gb-sct) to the GUI * added flag updates to CHANGELOG.md mentioning the Britisch flags as well as Cameroon and Russia
28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"type":"object",
|
|
"script" : "flag.py",
|
|
"title":"edt_eff_flag_header",
|
|
"required":true,
|
|
"properties":{
|
|
"countries": {
|
|
"type": "array",
|
|
"title" : "edt_eff_countries",
|
|
"uniqueItems": true,
|
|
"items": {
|
|
"type": "string",
|
|
"enum": ["at","be","bg","ch","cmr","cz","de","dk","ee","es","fi","fr","gb","gb-eng","gb-sct","gr","hu","ie","it","lt","lu","lv","mt","nl","pl","pt","ro","ru","se","sl"]
|
|
},
|
|
"propertyOrder" : 1
|
|
},
|
|
"switch-time": {
|
|
"type": "integer",
|
|
"title":"edt_eff_interval",
|
|
"default": 5,
|
|
"minimum" : 1,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 2
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|