]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/typography.pm
add plugin safe/rebuild info (part 3 of 3)
[ikiwiki.git] / IkiWiki / Plugin / typography.pm
index 5ba14084b55f26e5f103ff0065ea72d255229189..27089b39008455b92b24e69669627bc624fbf10d 100644 (file)
@@ -24,11 +24,15 @@ sub getsetup () { #{{{
        error($@) if $@;
 
        return
+               plugin => {
+                       safe => 1,
+                       rebuild => 1,
+               },
                typographyattributes => {
                        type => "string",
                        example => "3",
-                       example => "tag",
                        description => "Text::Typography attributes value",
+                       advanced => 1,
                        safe => 1,
                        rebuild => 1,
                },