Move https://github.com/nuxeo/nuxeo-wopi/tree/master/nuxeo-wopi-web-ui to https://github.com/nuxeo/nuxeo-web-ui.
NOTE
This addons extends web-ui properties with:
<?xml version="1.0"?> <component name="org.nuxeo.wopi.web.ui.properties"> <require>org.nuxeo.web.ui.properties.contrib</require> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="org.nuxeo.web.ui.enrichers.blob">wopi</property> </extension> </component>
We may need to introduce a new way to extend properties other than with the ConfigurationService. We'll probably have to let addons add their own config to the Nuxeo.UI.config namespace through a js file?
For now we can simply import all addons before loading the app (NXP-26977)