aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters.yml.dist
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-23 14:58:17 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-23 14:58:17 +0100
commitb84a80559a1167b5500fbc5eb4965d3b08b371ef (patch)
treef7d0e9917f650b6317b986c9e8baf38880a4fb2e /app/config/parameters.yml.dist
parent163eae0bb15d0daa5390f434a42a8176eca186e7 (diff)
downloadwallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.gz
wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.zst
wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.zip
some parameters, new entry form, etc.
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r--app/config/parameters.yml.dist22
1 files changed, 21 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index 5ccac492..36e3fe7f 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -19,4 +19,24 @@ parameters:
19 # A secret key that's used to generate certain security-related tokens 19 # A secret key that's used to generate certain security-related tokens
20 secret: ThisTokenIsNotSoSecretChangeIt 20 secret: ThisTokenIsNotSoSecretChangeIt
21 21
22 download_pictures: false # if true, pictures will be stored into data/assets for each article \ No newline at end of file 22 # wallabag misc
23 app.version: 2.0.0-alpha
24
25 download_pictures: false # if true, pictures will be stored into data/assets for each article
26
27 # Entry view
28 share_twitter: true
29 share_mail: true
30 share_shaarli: true
31 shaarli_url: http://myshaarli.com
32 share_diaspora: true
33 diaspora_url: http://diasporapod.com
34 flattr: true
35 carrot: true
36 show_printlink: true
37 export_epub: true
38 export_mobi: true
39 export_pdf: true
40
41 # List view
42 items_on_page: 12 \ No newline at end of file