diff options
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index cbc4cbc9f..33710d1d7 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -163,4 +163,8 @@ use IkiWiki::Setup::Standard { # For use with the anonok plugin, a PageSpec specifying what # pages anonymous users can edit #anonok_pagespec => "*", + + # For use with the aggregate plugin, to allow aggregation to be + # triggered via the web. + #aggregate_webtrigger => 1, } |