From a8bceb3ccd560915c66f764e8c98cd7744b4e051 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 26 Feb 2026 05:27:47 +0100 Subject: [PATCH] align order --- radicale/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/radicale/config.py b/radicale/config.py index bc015ee6..465a882b 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -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", {