Editor - Settings - Includes - Plugins
In this view The plugins of the page are managed, they are listed, added, updated and deleted.
Controller
: pluginsSettingsEditorCtrl
Main Models
Plugins
: contains all the plugins available in an array.
Models to filter
filterUrl
: used to filter the plugins by their URL.
Utility functions
remove(plugin)
: function used to delete pluginsrefresh(plugin)
: Function used to update a pluginchangeStatus(plugin)
: It is used to change the enabled attributeadd(plugin)
: It is used to add a new plugin.
Example of Base Theme
filterUrl
- Plugins: If something changes here, activate the function
refresh(plugin)
add(plugin)
Updated almost 6 years ago