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