2018-04-02 19:01:53 +00:00
|
|
|
import PreviewSupportModule from 'diagram-js/lib/features/preview-support';
|
|
|
|
|
|
|
|
import BpmnReplacePreview from './BpmnReplacePreview';
|
|
|
|
|
|
|
|
export default {
|
|
|
|
__depends__: [
|
|
|
|
PreviewSupportModule
|
|
|
|
],
|
2016-08-08 09:23:39 +00:00
|
|
|
__init__: [ 'bpmnReplacePreview' ],
|
2018-04-02 19:01:53 +00:00
|
|
|
bpmnReplacePreview: [ 'type', BpmnReplacePreview ]
|
2015-08-17 14:43:15 +00:00
|
|
|
};
|