Merge pull request #1806 from nodiscc/doc-fix-example-config-json
doc: add "formatter" setting to example.json.php, remove duplicate "general" key fixes https://github.com/shaarli/Shaarli/issues/1680
This commit is contained in:
commit
aeda845b3c
1 changed files with 1 additions and 10 deletions
|
@ -85,16 +85,7 @@ 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": {
|
"formatter": "markdown",
|
||||||
"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