doc: plugins: remove doc about deprecated $GLOBALS['config']['ENABLED_PLUGINS'] array
This commit is contained in:
parent
78f319fa6b
commit
46e019a132
1 changed files with 1 additions and 17 deletions
|
@ -37,23 +37,7 @@ This is important in case plugins depend on each other. Read plugins READMEs for
|
||||||
|
|
||||||
## Configuration file
|
## Configuration file
|
||||||
|
|
||||||
Enabled plugins are stored in your [Configuration file](Shaarli-configuration), under the array:
|
Enabled plugins are stored in your [Configuration file](Shaarli-configuration).
|
||||||
|
|
||||||
```php
|
|
||||||
$GLOBALS['config']['ENABLED_PLUGINS']
|
|
||||||
```
|
|
||||||
|
|
||||||
You can edit them manually here. For example:
|
|
||||||
|
|
||||||
```php
|
|
||||||
$GLOBALS['config']['ENABLED_PLUGINS'] = array(
|
|
||||||
'qrcode',
|
|
||||||
'archiveorg',
|
|
||||||
'wallabag',
|
|
||||||
'markdown',
|
|
||||||
);
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue