summaryrefslogtreecommitdiff
path: root/doc/plugins/write.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-03 14:57:24 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-03 14:57:24 -0400
commit4405cebd0a275856acaa184d49751a5f6dcc7048 (patch)
tree9d0a500d381660bd25c2ebbb8ef622cb47ecf6aa /doc/plugins/write.mdwn
parent5c0f539950540544a44756a04efcb3663993789d (diff)
add advanced and basic modes
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r--doc/plugins/write.mdwn3
1 files changed, 3 insertions, 0 deletions
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.