@miragon/miranum-create-append-c7-element-templates
TypeScript icon, indicating that this package has built-in type declarations

0.5.13 • Public • Published

miranum-create-append-c7-element-templates

Features

  • Extend the element templates module
  • Use the create/append pattern for Camunda 7 Element Templates
  • You can try this out with the Miranum Modeler within VS Code

Note: This plugin extends the bpmn-js plugins for element templates and create/append anything.

example.gif
Example created with the VS Code Plugin `Miranum Modeler`

Usage

npm install @miragon/miranum-create-append-element-templates
// Import element templates
import {
    ElementTemplatesPropertiesProviderModule
} from 'bpmn-js-element-templates';
// Import create/append anything
import {
  CreateAppendAnythingModule,
  CreateAppendElementTemplatesModule
} from 'bpmn-js-create-append-anything';

import { ExtendElementTemplates } from '@miragon/miranum-create-append-c7-element-templates'

const modeler = new BpmnModeler({
    additionalModules: [
        ...,
        ElementTemplatesPropertiesProviderModule,
        ExtendElementTemplates,
        CreateAppendAnythingModule,
        CreateAppendElementTemplatesModule,
    ]
});

Package Sidebar

Install

npm i @miragon/miranum-create-append-c7-element-templates

Weekly Downloads

4

Version

0.5.13

License

SEE LICENSE IN LICENSE

Unpacked Size

20.5 kB

Total Files

18

Last publish

Collaborators

  • alexander.praschek