editor.js
editor.js copied to clipboard
Add `editor.tools` API, to update the tools' user provided config
- Fixes #2397
- Adds a new API
tools
on the editor instance, which can now be used to update the tools' config without having to destroy and reinitialize the editor.
@neSpecc Could you take a look at this please?