2018-04-02 19:01:53 +00:00
|
|
|
import DistributeElementsModule from 'diagram-js/lib/features/distribute-elements';
|
|
|
|
|
|
|
|
import BpmnDistributeElements from './BpmnDistributeElements';
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
2016-06-14 06:43:38 +00:00
|
|
|
__depends__: [
|
2018-04-02 19:01:53 +00:00
|
|
|
DistributeElementsModule
|
2016-06-14 06:43:38 +00:00
|
|
|
],
|
|
|
|
__init__: [ 'bpmnDistributeElements' ],
|
2018-04-02 19:01:53 +00:00
|
|
|
bpmnDistributeElements: [ 'type', BpmnDistributeElements ]
|
2016-06-14 06:43:38 +00:00
|
|
|
};
|