]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/recentchanges.pm
Fix typo in skeleton.pm.example: sessionncgi (with extra n)
[ikiwiki.git] / IkiWiki / Plugin / recentchanges.pm
index 04a878b20f0b494ea03a81dc5ed92da536c8ebec..7bc48297455933156a62c4be363f835e4d63944e 100644 (file)
@@ -16,16 +16,20 @@ sub import { #{{{
 
 sub getsetup () { #{{{
        return
+               plugin => {
+                       safe => 1,
+                       rebuild => 1,
+               },
                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,