Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
po: reorder nearly all of the module code
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
typography.pm
diff --git
a/IkiWiki/Plugin/typography.pm
b/IkiWiki/Plugin/typography.pm
index 4c486d4b4ad1917c965380fde9ba6cbed66d715e..27089b39008455b92b24e69669627bc624fbf10d 100644
(file)
--- a/
IkiWiki/Plugin/typography.pm
+++ b/
IkiWiki/Plugin/typography.pm
@@
-24,11
+24,15
@@
sub getsetup () { #{{{
error($@) if $@;
return
error($@) if $@;
return
+ plugin => {
+ safe => 1,
+ rebuild => 1,
+ },
typographyattributes => {
type => "string",
typographyattributes => {
type => "string",
- default => "3",
- example => "tag",
+ example => "3",
description => "Text::Typography attributes value",
description => "Text::Typography attributes value",
+ advanced => 1,
safe => 1,
rebuild => 1,
},
safe => 1,
rebuild => 1,
},