diff options
Diffstat (limited to 'doc/md/Shaarli-configuration.md')
-rw-r--r-- | doc/md/Shaarli-configuration.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 188a3c09..37486414 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md | |||
@@ -90,7 +90,10 @@ _These settings should not be edited_ | |||
90 | 90 | ||
91 | - **default_private_links**: Check the private checkbox by default for every new link. | 91 | - **default_private_links**: Check the private checkbox by default for every new link. |
92 | - **hide_public_links**: All links are hidden while logged out. | 92 | - **hide_public_links**: All links are hidden while logged out. |
93 | - **force_login**: if **hide_public_links** and this are set to `true`, all anonymous users are redirected to the login page. | ||
93 | - **hide_timestamps**: Timestamps are hidden. | 94 | - **hide_timestamps**: Timestamps are hidden. |
95 | - **remember_user_default**: Default state of the login page's *remember me* checkbox | ||
96 | - `true`: checked by default, `false`: unchecked by default | ||
94 | 97 | ||
95 | ### Feed | 98 | ### Feed |
96 | 99 | ||
@@ -192,7 +195,9 @@ _These settings should not be edited_ | |||
192 | "privacy": { | 195 | "privacy": { |
193 | "default_private_links": true, | 196 | "default_private_links": true, |
194 | "hide_public_links": false, | 197 | "hide_public_links": false, |
195 | "hide_timestamps": false | 198 | "force_login": false, |
199 | "hide_timestamps": false, | ||
200 | "remember_user_default": true | ||
196 | }, | 201 | }, |
197 | "thumbnail": { | 202 | "thumbnail": { |
198 | "enable_thumbnails": true, | 203 | "enable_thumbnails": true, |