blob: 4ccea4ad4dfc59bc79cee17fd74dd09ac1eb8fb8 (
plain)
1
2
3
4
5
6
7
8
|
### What is the syntax for enabling plugins in the setup file?
Here is an example snippet from a working setup file:
<pre>
# plugins to add to the default configuration
add_plugins => ['goodstuff'],
</pre>
|