X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/426200b34aef45e3987edf79bc157209f435fb8b..219afc3f9c646f323c9a51744b6fba43f04786db:/IkiWiki/Plugin/typography.pm diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index 4c486d4b4..3964d266d 100644 --- a/IkiWiki/Plugin/typography.pm +++ b/IkiWiki/Plugin/typography.pm @@ -26,9 +26,9 @@ sub getsetup () { #{{{ return typographyattributes => { type => "string", - default => "3", - example => "tag", + example => "3", description => "Text::Typography attributes value", + advanced => 1, safe => 1, rebuild => 1, },