diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/online_configuration.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/online_configuration.mdwn b/doc/todo/online_configuration.mdwn index 2393b75af..584eb1dd2 100644 --- a/doc/todo/online_configuration.mdwn +++ b/doc/todo/online_configuration.mdwn @@ -22,6 +22,9 @@ The plugin could have these config options: websetup_include => [qw{safe}], # list of options to exclude from web setup websetup_exclude => [qw{option_baz}], + # list of plugins that cannot be enabled/disabled via the web + # interface + websetup_unconfigurable_plugins => [qw{}] Leaning toward just making it write out to the same setup file, rather than writing to a subsidiary setup file. However, this would mean that any |