align order
This commit is contained in:
@@ -468,13 +468,13 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"value": "",
|
"value": "",
|
||||||
"help": "database path",
|
"help": "database path",
|
||||||
"type": filepath}),
|
"type": filepath}),
|
||||||
("collection_by_map", {
|
|
||||||
"value": "false",
|
|
||||||
"help": "enable sharing of collection by map",
|
|
||||||
"type": bool}),
|
|
||||||
("collection_by_token", {
|
("collection_by_token", {
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"help": "enable sharing of collection by token",
|
"help": "enable sharing of collection by token",
|
||||||
|
"type": bool}),
|
||||||
|
("collection_by_map", {
|
||||||
|
"value": "false",
|
||||||
|
"help": "enable sharing of collection by map",
|
||||||
"type": bool})])),
|
"type": bool})])),
|
||||||
("hook", OrderedDict([
|
("hook", OrderedDict([
|
||||||
("type", {
|
("type", {
|
||||||
|
|||||||
Reference in New Issue
Block a user