From 39056453424dcb7e01f69c502192e45604d1fe84 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Aug 2008 19:35:35 -0400 Subject: add plugin safe/rebuild info (part 3 of 3) --- IkiWiki/Plugin/typography.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'IkiWiki/Plugin/typography.pm') diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index 3964d266d..27089b390 100644 --- a/IkiWiki/Plugin/typography.pm +++ b/IkiWiki/Plugin/typography.pm @@ -24,6 +24,10 @@ sub getsetup () { #{{{ error($@) if $@; return + plugin => { + safe => 1, + rebuild => 1, + }, typographyattributes => { type => "string", example => "3", -- cgit v1.2.3