X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1f8b0460c309c54cfbfe4152bbc195a1756cbda5..d00f3edf13ae77aa52cf6f7cd335f6e531cda3c0:/IkiWiki/Plugin/aggregate.pm diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index be62d8a1a..673668c0e 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -42,15 +42,15 @@ sub getsetup () { #{{{ return aggregateinternal => { type => "boolean", - default => 0, - description => "enable aggregation to internal pages", + example => 0, + description => "enable aggregation to internal pages?", safe => 0, # enabling needs manual transition rebuild => 0, }, aggregate_webtrigger => { type => "boolean", - default => 0, - description => "allow aggregation to be triggered via the web", + example => 0, + description => "allow aggregation to be triggered via the web?", safe => 1, rebuild => 0, },