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
owncloud/core#39359 introduced a priority for registering JavaScript plugins. A higher priority means the plugin will be registered/unregistered before others. It's optional and defaults to 50. The priority can be passed as third argument to the register method like so: OC.Plugins.register('OCA.Files.NewFileMenu', myFileMenuPlugin, 10);.
WHAT Needs to be Documented?
owncloud/core#39359 introduced a priority for registering JavaScript plugins. A higher priority means the plugin will be registered/unregistered before others. It's optional and defaults to
50
. The priority can be passed as third argument to theregister
method like so:OC.Plugins.register('OCA.Files.NewFileMenu', myFileMenuPlugin, 10);
.WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/server/10.8/developer_manual/app/fundamentals/js.html
(Optional) What Type Of Content Change Is This?
(Optional) Which Manual Does This Relate To?
The text was updated successfully, but these errors were encountered: