doc: remove duplicate "general" key in example config.php.json
- ref. https://github.com/shaarli/Shaarli/issues/1680
This commit is contained in:
parent
21550cda7d
commit
df0ca43873
1 changed files with 0 additions and 10 deletions
|
@ -85,16 +85,6 @@ Some settings can be configured directly from a web browser by accesing the `Too
|
||||||
"hide_timestamps": false,
|
"hide_timestamps": false,
|
||||||
"open_shaarli": false,
|
"open_shaarli": false,
|
||||||
},
|
},
|
||||||
"general": {
|
|
||||||
"header_link": "?",
|
|
||||||
"links_per_page": 20,
|
|
||||||
"enabled_plugins": [
|
|
||||||
"markdown",
|
|
||||||
"wallabag"
|
|
||||||
],
|
|
||||||
"timezone": "Europe\/Paris",
|
|
||||||
"title": "My Shaarli"
|
|
||||||
},
|
|
||||||
"updates": {
|
"updates": {
|
||||||
"check_updates": true,
|
"check_updates": true,
|
||||||
"check_updates_branch": "stable",
|
"check_updates_branch": "stable",
|
||||||
|
|
Loading…
Reference in a new issue