X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/426200b34aef45e3987edf79bc157209f435fb8b..575d4021e3a2da519f20d83be4916cb172ec5e2f:/IkiWiki/Plugin/typography.pm?ds=sidebyside diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index 4c486d4b4..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", - default => "3", - example => "tag", + example => "3", description => "Text::Typography attributes value", + advanced => 1, safe => 1, rebuild => 1, },