summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-28 14:57:00 +0300
committerGitHub <noreply@github.com>2019-09-28 14:57:00 +0300
commited4c49090abfb35ebadc77b40eee4af05ae15ac1 (patch)
tree77b63f462876c411cf1e348bd9cb0934fc505ae8 /snap-src/bin/config
parent5696e4a4c67510d8e430eaf4ecb99896f857962e (diff)
parent020b66383643f42c183b758fe1bcb73ac6f689bb (diff)
downloadwekan-ed4c49090abfb35ebadc77b40eee4af05ae15ac1.tar.gz
wekan-ed4c49090abfb35ebadc77b40eee4af05ae15ac1.tar.bz2
wekan-ed4c49090abfb35ebadc77b40eee4af05ae15ac1.zip
Merge pull request #2738 from whowillcare/master
Add feature: Add due timeline into Calendar view
Diffstat (limited to 'snap-src/bin/config')
-rwxr-xr-xsnap-src/bin/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index 855caa32..21e2608d 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -108,7 +108,7 @@ DESCRIPTION_BIGEVENTS_PATTERN="Big events pattern: Notify always due etc regardl
DEFAULT_BIGEVENTS_PATTERN="NONE"
KEY_BIGEVENTS_PATTERN="bigevents-pattern"
-DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2"
+DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, accepts ',' delimited string, i.e. 2,0 means notify will be sent out 2 days before and right on due day. Default: empty"
DEFAULT_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=""
KEY_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="notify-due-days-before-and-after"