]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/recentchanges.pm
Merge branch 'master' into autoconfig
[ikiwiki.git] / IkiWiki / Plugin / recentchanges.pm
index 04a878b20f0b494ea03a81dc5ed92da536c8ebec..d534d0cd96f6a92416a507b34ff3d38c1ac1b7b0 100644 (file)
@@ -18,14 +18,14 @@ sub getsetup () { #{{{
        return
                recentchangespage => {
                        type => "string",
-                       default => "recentchanges",
+                       example => "recentchanges",
                        description => "name of the recentchanges page",
                        safe => 1,
                        rebuild => 1,
                },
                recentchangesnum => {
-                       type => "int",
-                       default => 100,
+                       type => "integer",
+                       example => 100,
                        description => "number of changes to track",
                        safe => 1,
                        rebuild => 0,