]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/goodstuff/discussion.mdwn
(no commit message)
[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># plugins to add to the default configuration
6     add_plugins => ['goodstuff'],     
7 </pre>