plugins.txt 287 B

12345678910
  1. # List of enabled plugins
  2. # To enable plugin, simply enter its module name here:
  3. #
  4. # plugin_module
  5. #
  6. # If plugin is outside of Python path, you can follow its name with a path:
  7. #
  8. # plugin_module @ /app/my/custom/plugin
  9. #
  10. # To enable multiple plugins, list their names in separate lines!