fix: Remove isOpen from defaults

This commit is contained in:
Robin van der Linde 2023-03-12 19:57:56 +01:00
parent 28d6637368
commit 11b8c619c1
Signed by untrusted user who does not match committer: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -30,9 +30,6 @@
}, },
{ {
"id": "isOpen", "id": "isOpen",
"labels": [
"defaults"
],
"#": "Shows a coloured clock if opening hours are parsed. Uses the metatagging, suitable to use as a (badged) overlay", "#": "Shows a coloured clock if opening hours are parsed. Uses the metatagging, suitable to use as a (badged) overlay",
"mappings": [ "mappings": [
{ {
@ -127,4 +124,4 @@
} }
], ],
"mapRendering": null "mapRendering": null
} }