diff options
author | Mark Gerarts <mark.gerarts@gmail.com> | 2017-10-01 14:19:57 +0200 |
---|---|---|
committer | Mark Gerarts <mark.gerarts@gmail.com> | 2017-10-01 14:19:57 +0200 |
commit | 722caa209005a23b0cfba31aa10cd34a45880cec (patch) | |
tree | 62133d2af36b2e2e195b2a473b4207a4c0e11623 /doc/md | |
parent | 3512f4461722c9a3c7cf6511232bda156bf91970 (diff) | |
download | Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.tar.gz Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.tar.zst Shaarli-722caa209005a23b0cfba31aa10cd34a45880cec.zip |
Allow setting of a default note title, see #963
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Shaarli-configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 37486414..99b25ba7 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md | |||
@@ -55,6 +55,7 @@ _These settings should not be edited_ | |||
55 | - **links_per_page**: Number of shaares displayed per page. | 55 | - **links_per_page**: Number of shaares displayed per page. |
56 | - **timezone**: See [the list of supported timezones](http://php.net/manual/en/timezones.php). | 56 | - **timezone**: See [the list of supported timezones](http://php.net/manual/en/timezones.php). |
57 | - **enabled_plugins**: List of enabled plugins. | 57 | - **enabled_plugins**: List of enabled plugins. |
58 | - **default_note_title**: Default title of a new note. | ||
58 | 59 | ||
59 | ### Security | 60 | ### Security |
60 | 61 | ||