diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-15 19:43:22 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | 46e019a1329389e9102b591139410574d8e9e7b6 (patch) | |
tree | 3d7d255da6a5d89bfbd7e05b757cb2618a8ff663 /doc/md | |
parent | 78f319fa6b9a2824bdc8becc88c365455b1a1aa6 (diff) | |
download | Shaarli-46e019a1329389e9102b591139410574d8e9e7b6.tar.gz Shaarli-46e019a1329389e9102b591139410574d8e9e7b6.tar.zst Shaarli-46e019a1329389e9102b591139410574d8e9e7b6.zip |
doc: plugins: remove doc about deprecated $GLOBALS['config']['ENABLED_PLUGINS'] array
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Plugins.md | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/md/Plugins.md b/doc/md/Plugins.md index 49a51f51..a9f5f1a8 100644 --- a/doc/md/Plugins.md +++ b/doc/md/Plugins.md | |||
@@ -37,23 +37,7 @@ This is important in case plugins depend on each other. Read plugins READMEs for | |||
37 | 37 | ||
38 | ## Configuration file | 38 | ## Configuration file |
39 | 39 | ||
40 | Enabled plugins are stored in your [Configuration file](Shaarli-configuration), under the array: | 40 | Enabled plugins are stored in your [Configuration file](Shaarli-configuration). |
41 | |||
42 | ```php | ||
43 | $GLOBALS['config']['ENABLED_PLUGINS'] | ||
44 | ``` | ||
45 | |||
46 | You can edit them manually here. For example: | ||
47 | |||
48 | ```php | ||
49 | $GLOBALS['config']['ENABLED_PLUGINS'] = array( | ||
50 | 'qrcode', | ||
51 | 'archiveorg', | ||
52 | 'wallabag', | ||
53 | 'markdown', | ||
54 | ); | ||
55 | ``` | ||
56 | |||
57 | 41 | ||
58 | ## Usage | 42 | ## Usage |
59 | 43 | ||