Skip to content

Commit

Permalink
have a default plugin config
Browse files Browse the repository at this point in the history
This allows us to distribute plugins that are disabled by default. We'll
may want to do that for a special unit test plugin
  • Loading branch information
splitbrain committed Apr 17, 2012
1 parent 9f0205f commit 23725b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/config_cascade.php
Expand Up @@ -66,6 +66,7 @@
),

'plugins' => array(
'default' => array(DOKU_CONF.'plugins.php'),
'local' => array(DOKU_CONF.'plugins.local.php'),
'protected' => array(
DOKU_CONF.'plugins.required.php',
Expand Down

0 comments on commit 23725b9

Please sign in to comment.