mirror of
https://github.com/nikdoof/NextAction.git
synced 2025-12-13 17:52:17 +00:00
Add support for the parallel/serial suffixes to be configurable.
This commit is contained in:
10
app.json
10
app.json
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user