diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-20 20:00:12 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-31 14:37:19 +0100 |
commit | 26975877d76a99f6a3153d3d3b4fc6c9f32687bc (patch) | |
tree | 591044fe0abb5cd1213ea53cc89ee4b7ef892c93 /app/config/parameters.yml.dist | |
parent | bc78968764c741019a6b866ad434678cdbecbba4 (diff) | |
download | wallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.tar.gz wallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.tar.zst wallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.zip |
Always include warning message
We'll remove it later, on the stable release
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index f9555676..52d26cb4 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -42,10 +42,6 @@ parameters: | |||
42 | twofactor_auth: true | 42 | twofactor_auth: true |
43 | twofactor_sender: no-reply@wallabag.org | 43 | twofactor_sender: no-reply@wallabag.org |
44 | 44 | ||
45 | # message to display at the bottom of the page | ||
46 | warning_message: > | ||
47 | You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a> | ||
48 | |||
49 | download_pictures: false # if true, pictures will be stored into data/assets for each article | 45 | download_pictures: false # if true, pictures will be stored into data/assets for each article |
50 | 46 | ||
51 | # Entry view | 47 | # Entry view |