You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently creating a plugin is a matter of exporting a JS object with the right properties.
We want to add a createPlugin function in PluginsUtils (and document it properly) so that creating a new plugin is easier.
Description
Currently creating a plugin is a matter of exporting a JS object with the right properties.
We want to add a createPlugin function in PluginsUtils (and document it properly) so that creating a new plugin is easier.