]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/goodstuff/discussion.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / plugins / goodstuff / discussion.mdwn
1 ### What is the syntax for enabling plugins in the setup file?
3 Here is an example snippet from a working setup file:
5  <pre>
6    # plugins to add to the default configuration
7    add_plugins => ['goodstuff'],     
8 </pre>