Updated Plugins (markdown)

antelle 2017-05-19 22:22:14 +02:00
parent b3aa95c661
commit 5f66b3181c
1 changed files with 1 additions and 1 deletions

@ -156,7 +156,7 @@ There are three types of settings:
To add settings, export `getSettings` function from your plugin and return the necessary settings config. You can find an example [here](https://github.com/keeweb/keeweb/blob/develop/plugins/examples/settings/plugin.js#L7).
If you export `setSettings` function from your plugin, it will be called every time settings are changed or after plugin load, with changed values ([example](https://github.com/keeweb/keeweb/blob/develop/plugins/examples/settings/plugin.js#L29)).
If you export `setSettings` function from your plugin, it will be called every time settings are changed or after plugin load, with changed values, here's an [example](https://github.com/keeweb/keeweb/blob/develop/plugins/examples/settings/plugin.js#L29).
## Guidelines