11 lines
276 B
JavaScript
11 lines
276 B
JavaScript
import PropertiesPanel from "./PropertiesPanel";
|
|
|
|
export default {
|
|
__depends__: [
|
|
require('bpmn-js-properties-panel/lib/cmd'),
|
|
require('diagram-js/lib/i18n/translate').default
|
|
],
|
|
__init__: [ 'propertiesPanel' ],
|
|
propertiesPanel: [ 'type', PropertiesPanel ]
|
|
};
|