diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-24 11:06:04 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-24 11:06:04 +0100 |
commit | 79080b03e56648cccf534c1e6596c65fe68ac07a (patch) | |
tree | 53e90e96d379734e1ac7ebd497c30f3b281ce506 /config | |
parent | 034e373ad87ec347ae64c0aa5fc42ca204055b2e (diff) | |
parent | 4cd4eacd7f43536f2b0f4bc9b8eb0fc2445031c5 (diff) |
Merge remote-tracking branch 'openaustralia_github/calendar_days' into develop
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a6f657d96..fd27b151a 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -30,6 +30,9 @@ REPLY_LATE_AFTER_DAYS: 20 REPLY_VERY_LATE_AFTER_DAYS: 40 # We give some types of authority like schools a bit longer than everyone else SPECIAL_REPLY_VERY_LATE_AFTER_DAYS: 60 +# Whether the days above are given in working or calendar days. Value can be "working" or "calendar". +# Default is "working". +WORKING_OR_CALENDAR_DAYS: working # example public bodies for the home page, semicolon delimited - short_names FRONTPAGE_PUBLICBODY_EXAMPLES: 'tgq' |