align order

This commit is contained in:
Peter Bieringer
2026-02-26 05:27:47 +01:00
parent 6a2dd33225
commit a8bceb3ccd

View File

@@ -468,13 +468,13 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "",
"help": "database path",
"type": filepath}),
("collection_by_map", {
"value": "false",
"help": "enable sharing of collection by map",
"type": bool}),
("collection_by_token", {
"value": "false",
"help": "enable sharing of collection by token",
"type": bool}),
("collection_by_map", {
"value": "false",
"help": "enable sharing of collection by map",
"type": bool})])),
("hook", OrderedDict([
("type", {