1.3.2 • Published 6 years ago

we-plugin-db-system-settings v1.3.2

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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.

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago