doc: remove duplicate "general" key in example config.php.json

- ref. https://github.com/shaarli/Shaarli/issues/1680
This commit is contained in:
nodiscc 2021-10-10 15:09:57 +02:00
parent 21550cda7d
commit df0ca43873
No known key found for this signature in database
GPG key ID: 61B23168A539DBBD

View file

@ -85,16 +85,6 @@ Some settings can be configured directly from a web browser by accesing the `Too
"hide_timestamps": false,
"open_shaarli": false,
},
"general": {
"header_link": "?",
"links_per_page": 20,
"enabled_plugins": [
"markdown",
"wallabag"
],
"timezone": "Europe\/Paris",
"title": "My Shaarli"
},
"updates": {
"check_updates": true,
"check_updates_branch": "stable",