Add support for the parallel/serial suffixes to be configurable.

This commit is contained in:
2015-08-29 18:24:19 +01:00
parent 39bedda786
commit 990b0190bc
2 changed files with 15 additions and 3 deletions

View File

@@ -22,6 +22,16 @@
"description": "What method to use for the Inbox, sequence or parallel",
"value": "parallel",
"required": false
},
"TODODIST_PARALLEL_SUFFIX": {
"description": "What sequence of characters to use to identify parallel processed projects",
"value": "=",
"required": false
},
"TODODIST_SERIAL_SUFFIX": {
"description": "What sequence of characters to use to identify serial processed projects",
"value": "-",
"required": false
}
}
}