Enabling a plugin
A plugin can be enabled across an application by adding the related entry to the environment configuration file.
In this example, the environment will expect to find this plugin class at:
Plugin/My/Plugins/MyPlugin.js
.
...
plugins: [
'My/Plugins/MyPlugin'
]
...
Last updated