SettingsFields.plugins

A list of plugins that will be added as dependencies from code.dlang.org. The plugins will be imported in the main file.

For trial-my-plugin the import will be import trialmyplugin.plugin. You will be able to create a module constructor that will add all your needed lifecycle listeners.

mixintemplate SettingsFields()
string[] plugins;

Meta