From 4405cebd0a275856acaa184d49751a5f6dcc7048 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Aug 2008 14:57:24 -0400 Subject: add advanced and basic modes --- doc/plugins/write.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/plugins') diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 48a94ec8b..fc4b778db 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -385,6 +385,7 @@ describing the option. For example: option_foo => { type => "boolean", description => "enable foo", + advanced => 1, safe => 1, rebuild => 1, }, @@ -404,6 +405,8 @@ describing the option. For example: * `description` is a short description of the option. * `link` is a link to further information about the option. This can either be a wikilink, or an url. +* `advanced` can be set to true if the option is more suitable for advanced + users. * `safe` should be false if the option should not be displayed in unsafe configuration methods, such as the web interface. Anything that specifies a command to run, a path on disk, or a regexp should be marked as unsafe. -- cgit v1.2.3