2018-04-02 19:01:53 +00:00
|
|
|
import GlobalConnectModule from 'diagram-js/lib/features/global-connect';
|
|
|
|
|
|
|
|
import BpmnGlobalConnect from './BpmnGlobalConnect';
|
|
|
|
|
|
|
|
export default {
|
2016-04-13 10:36:19 +00:00
|
|
|
__depends__: [
|
2018-04-02 19:01:53 +00:00
|
|
|
GlobalConnectModule
|
2016-04-13 10:36:19 +00:00
|
|
|
],
|
|
|
|
__init__: [ 'bpmnGlobalConnect' ],
|
2018-04-02 19:01:53 +00:00
|
|
|
bpmnGlobalConnect: [ 'type', BpmnGlobalConnect ]
|
2016-04-13 10:36:19 +00:00
|
|
|
};
|