diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-30 14:36:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-30 14:44:50 -0400 |
commit | e12627e0a4c73d4d47ac2f10750defe22b41580e (patch) | |
tree | 34312543984db72b165d9fcf752207081ec63e2b /doc | |
parent | 6c8a8dd13b96f2990f58596c7ec5e7c497b39cbe (diff) | |
download | ikiwiki-e12627e0a4c73d4d47ac2f10750defe22b41580e.tar ikiwiki-e12627e0a4c73d4d47ac2f10750defe22b41580e.tar.gz |
update
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 |