we-plugin-db-system-settings

We.js plugin to add support for set system settings in database

Usage no npm install needed!

<script type="module">
  import wePluginDbSystemSettings from 'https://cdn.skypack.dev/we-plugin-db-system-settings';
</script>

README

We.js DB System Settings plugin

Plugin to add support for save settings in database, usefull for dynamic configurations and required for some plugins

Hooks and events

HOOL system-settings:started

plugin.hooks.on('system-settings:started', function (we, done) {
  // your code here ...
  done();
});

EVENT system-settings:updated:after

plugin.events.on('system-settings:updated:after', function (we) {
  // your code here ...
});

Links

Copyright and license

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.