2018-04-02 19:01:53 +00:00
|
|
|
import EditorActionsModule from 'diagram-js/lib/features/editor-actions';
|
|
|
|
|
|
|
|
import BpmnEditorActions from './BpmnEditorActions';
|
|
|
|
|
|
|
|
export default {
|
2016-06-21 13:18:29 +00:00
|
|
|
__depends__: [
|
2018-10-26 22:54:31 +00:00
|
|
|
EditorActionsModule
|
2016-06-21 13:18:29 +00:00
|
|
|
],
|
2018-04-02 19:01:53 +00:00
|
|
|
editorActions: [ 'type', BpmnEditorActions ]
|
2016-08-18 07:08:00 +00:00
|
|
|
};
|