diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-02-16 01:52:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 01:52:38 +0100 |
commit | 2e6b9ed3b9d5c813b0136230f6ac659df9ed46e7 (patch) | |
tree | 4c4201ed20c08f8f85c769e341512c3c7c78f209 /doc/md/Plugins.md | |
parent | 8b48e36594394e367cbb33c7ad1a679ea57c374d (diff) | |
parent | 48679a159ed2e419f207d0be2e03e1a4f0e24f1d (diff) | |
download | Shaarli-2e6b9ed3b9d5c813b0136230f6ac659df9ed46e7.tar.gz Shaarli-2e6b9ed3b9d5c813b0136230f6ac659df9ed46e7.tar.zst Shaarli-2e6b9ed3b9d5c813b0136230f6ac659df9ed46e7.zip |
Merge pull request #1084 from virtualtam/doc/updates
Documentation: cleanup, update references to config(.json)?.php
Diffstat (limited to 'doc/md/Plugins.md')
-rw-r--r-- | doc/md/Plugins.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
37 | 37 | ||
38 | ## File mode | 38 | ## File mode |
39 | 39 | ||
40 | Enabled plugin are stored in your `config.php` parameters file, under the `array`: | 40 | Enabled plugin are stored in your `config.json.php` parameters file, under the `array`: |
41 | 41 | ||
42 | ```php | 42 | ```php |
43 | $GLOBALS['config']['ENABLED_PLUGINS'] | 43 | $GLOBALS['config']['ENABLED_PLUGINS'] |
@@ -48,7 +48,7 @@ Example: | |||
48 | 48 | ||
49 | ```php | 49 | ```php |
50 | $GLOBALS['config']['ENABLED_PLUGINS'] = array( | 50 | $GLOBALS['config']['ENABLED_PLUGINS'] = array( |
51 | 'qrcode', | 51 | 'qrcode', |
52 | 'archiveorg', | 52 | 'archiveorg', |
53 | 'wallabag', | 53 | 'wallabag', |
54 | 'markdown', | 54 | 'markdown', |