X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/42ac4ec00959bd6162076af799023545b698bed9..a32f0a64fe4d7fb43972ff830f584c1c6a3e73a8:/IkiWiki/Plugin/typography.pm diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index 5ba14084b..27089b390 100644 --- a/IkiWiki/Plugin/typography.pm +++ b/IkiWiki/Plugin/typography.pm @@ -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, },