clear sandbox/test commit
[ikiwiki.git] / doc / plugins / goodstuff / discussion.mdwn
blob4ccea4ad4dfc59bc79cee17fd74dd09ac1eb8fb8
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>