## Configuration file
-Enabled plugins are stored in your [Configuration file](Shaarli-configuration), under the array:
-
-```php
-$GLOBALS['config']['ENABLED_PLUGINS']
-```
-
-You can edit them manually here. For example:
-
-```php
-$GLOBALS['config']['ENABLED_PLUGINS'] = array(
- 'qrcode',
- 'archiveorg',
- 'wallabag',
- 'markdown',
-);
-```
-
+Enabled plugins are stored in your [Configuration file](Shaarli-configuration).
## Usage