doc: add "formatter" key to example config.json.php

- fixes https://github.com/shaarli/Shaarli/issues/1680
This commit is contained in:
nodiscc 2021-10-10 15:11:38 +02:00
parent df0ca43873
commit 7ae4b2f8b0
No known key found for this signature in database
GPG key ID: 61B23168A539DBBD

View file

@ -85,6 +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,
}, },
"formatter": "markdown",
"updates": { "updates": {
"check_updates": true, "check_updates": true,
"check_updates_branch": "stable", "check_updates_branch": "stable",