Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Example to README
  • Loading branch information
sjhoeksma committed Feb 24, 2024
commit 0095934da40cdae7dd6cfa3d8a2f5e1f8f6cfe00
9 changes: 9 additions & 0 deletions lowcoder-comp-bpmn-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ Edit properties explained:
* **Download Name**: The name of the image to download
* **onChange**: This event triggers in designer mode when the xml has changed. You can access the changed xml by referencing `.xml` of the component
* **Show BPMN.io logo**: You can turn of the BPMN.io logo, but make sure your are [entitled](https://forum.bpmn.io/t/license-questions/85)

# Example
To help you with understanding how you can use this plugin we have added an [example application](https://github.com/sjhoeksma/lowcoder-create-component-plugin/blob/lowcoder-comp-bpmn-io/lowcoder-comp-bpmn-io/examples/lowcoder-comp-bpmn-io.json?raw=true). Just download the json application file and import it within lowcoder. The two images below show the difference between designer and viewer. Within the viewer you see the variable replacement working.

#### Designer
![designer](https://github.com/sjhoeksma/lowcoder-create-component-plugin/blob/lowcoder-comp-bpmn-io/lowcoder-comp-bpmn-io/images/designer-example.png?raw=true)

#### Viewer
![viewer](https://github.com/sjhoeksma/lowcoder-create-component-plugin/blob/lowcoder-comp-bpmn-io/lowcoder-comp-bpmn-io/images/viewer-example.png?raw=true)
2 changes: 1 addition & 1 deletion lowcoder-comp-bpmn-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-comp-bpmn-io",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"license": "MIT",
"dependencies": {
Expand Down