Project

Contents

Issue #00005573

Added CMM.registerGlobalConfigTML() to register global content modules
Feature/Improvement

Currently only plugins can register global content modules via cmm.json. Web apps can only register modules that may be used by itself.

We now added a possibility to register global modules for any web App. To do this call the following method in your connect script:

CMM.registerGlobalConfigTML("path:to:configtml");

Those modules are then available in all apps.