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 plugins
  • refresh(plugin): Function used to update a plugin
  • changeStatus(plugin): It is used to change the enabled attribute
  • add(plugin): It is used to add a new plugin.

Example of Base Theme

1013
  1. filterUrl
  2. Plugins: If something changes here, activate the function refresh(plugin)
  3. add(plugin)