User Settings#

API#

class frontend.settings(frontend)#

Handle settings

Arguments
  • frontend (*) –

frontend.settings.setUserSettingsComponent(plugin, component)#

Use a custom component for the settings page for the given plugin’s user settings.

Arguments
  • plugin (string) – The name of the plugin for which to show a custom editor component

  • component (vue.Component) – The component, with props schema,value,plugin, which emits an update event with the new settings.