]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/aggregate.pm
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / IkiWiki / Plugin / aggregate.pm
index be62d8a1aeb31add542cfb39dcf90556aeb5ee73..673668c0ee02cf049740144dbe442d610a7068d2 100644 (file)
@@ -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,
                },