Updated Plugins (markdown)

antelle 2017-04-29 18:06:57 +02:00
parent c69f135451
commit 95931901fa
1 changed files with 4 additions and 0 deletions

@ -119,6 +119,10 @@ Plugin can contain other files, depending on plugin type:
There's no possibility to customize script and style name. However you can use any builder to make output `plugin.js` and `plugin.css` files.
## Locales
Basically you don't want to create a locale, unless you have a reason. All locales are managed at [http://keeweb.oneskyapp.com/](OneSky) and uploaded to [https://translations.keeweb.info/](translations.keeweb.info). But if you need something special, you can create it, of course.
## JS API
Plugins can use `require` and `module.exports`.