X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FPlugins.md;h=954442e2789db64355641a1a9d5a324342b41427;hb=48679a159ed2e419f207d0be2e03e1a4f0e24f1d;hp=463dae170e37dc3791f1376e3b0f6668f8c0be5e;hpb=4c1bcd8b254e3376ee1a6d1108a0e56b550f28db;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Plugins.md b/doc/md/Plugins.md index 463dae17..954442e2 100644 --- a/doc/md/Plugins.md +++ b/doc/md/Plugins.md @@ -37,7 +37,7 @@ This is important in case plugins are depending on each other. Read plugins READ ## File mode -Enabled plugin are stored in your `config.php` parameters file, under the `array`: +Enabled plugin are stored in your `config.json.php` parameters file, under the `array`: ```php $GLOBALS['config']['ENABLED_PLUGINS'] @@ -48,7 +48,7 @@ Example: ```php $GLOBALS['config']['ENABLED_PLUGINS'] = array( - 'qrcode', + 'qrcode', 'archiveorg', 'wallabag', 'markdown',