diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-11-25 17:06:01 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-11-25 17:07:55 +0100 |
commit | 893fd6434f11b6a1fef375f19e6ea427402bc605 (patch) | |
tree | abfab5d6303ca3bb5996e2e98fbfdc6bc804ba45 /app/config | |
parent | 773ac5b0f7a56ff2527601498b0822d6ef8bfa40 (diff) | |
download | wallabag-893fd6434f11b6a1fef375f19e6ea427402bc605.tar.gz wallabag-893fd6434f11b6a1fef375f19e6ea427402bc605.tar.zst wallabag-893fd6434f11b6a1fef375f19e6ea427402bc605.zip |
Add craue setting to enable sharing of origin url to Shaarli
Also fix the field name used in the query string and add it to baggy
theme
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/wallabag.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index ec6aae63..978a48f4 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -158,6 +158,10 @@ wallabag_core: | |||
158 | name: store_article_headers | 158 | name: store_article_headers |
159 | value: 0 | 159 | value: 0 |
160 | section: entry | 160 | section: entry |
161 | - | ||
162 | name: shaarli_share_origin_url | ||
163 | value: 0 | ||
164 | section: entry | ||
161 | 165 | ||
162 | wallabag_user: | 166 | wallabag_user: |
163 | registration_enabled: "%fosuser_registration%" | 167 | registration_enabled: "%fosuser_registration%" |