X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/82f0facb620e59594aaf318c2eaf676c7788f1e6..9a6005a212f9be2395943f424e48270b24588fcd:/IkiWiki/Plugin/typography.pm diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index 6229e6c33..27089b390 100644 --- a/IkiWiki/Plugin/typography.pm +++ b/IkiWiki/Plugin/typography.pm @@ -24,10 +24,15 @@ sub getsetup () { #{{{ error($@) if $@; return + plugin => { + safe => 1, + rebuild => 1, + }, typographyattributes => { type => "string", example => "3", description => "Text::Typography attributes value", + advanced => 1, safe => 1, rebuild => 1, },