ikiwiki/doc/plugins/goodstuff/discussion.mdwn

8 lines
217 B
Plaintext
Raw Normal View History

2010-07-19 11:15:30 +02:00
### What is the syntax for enabling plugins in the setup file?
Here is an example snippet from a working setup file:
2010-07-19 11:16:09 +02:00
<pre># plugins to add to the default configuration
add_plugins => ['goodstuff'],
</pre>