Minor mistakes in the documentation of the plugin API

Hello ONLYOFFICE Team,

i found a smaller mistake in your plugin API documentation.

In some Event examples, the example missing the event_ prefix:

  • onBlurContentControl → event_onBlurContentControl
  • onChangeContentControl → event_onChangeContentControl
  • onFocusContentControl → event_onFocusContentControl

Code:

In my case, I have to define this methods without the prefix in my config.json.
https://api.onlyoffice.com/plugin/config#events

The is also a wrong/outdated example:

Best regards
Uli

Hello @uwohlfeil

We are aware of this situation and we are already working on it.
Thank you for sharing the details.