Skip to content

Commit

Permalink
chore: add Data Outline Plugin to the list (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm authored Dec 15, 2023
1 parent ddc5505 commit 9e8fe27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Checkout our [contribution guidelines](#contribute) to add more plugins to the l
* [Reduced Palette](https://github.com/camunda-community-hub/camunda-modeler-plugin-reduced-palette) - A plugin that reduces the number of available entries in the palette and the context menu.
* [Technical ID Generator](https://github.com/camunda-community-hub/camunda-modeler-plugin-rename-technical-ids) - A plugin that generates technical IDs for BPMN elements according to best practices.
* [Tooltip Plugin](https://github.com/viadee/camunda-modeler-tooltip-plugin) - Adds tooltips to various BPMN elements revealing hidden properties and conditional flows.
* [Data Outline Plugin](https://github.com/camunda/camunda-modeler-data-outline-plugin) - Adds a tree-view for variables in Camunda 8 to the bottom panel.


### dmn-js

Expand Down
8 changes: 8 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
"url": "https://github.com/viadee/camunda-modeler-tooltip-plugin",
"category": "BPMN"
},
{
"id": "camunda-modeler-data-outline-plugin",
"displayName": "Camunda Modeler Data Outline Plugin",
"version": "0.0.1",
"description": "Adds a tree-view for variables in Camunda 8 to the bottom panel.",
"url": "https://github.com/camunda/camunda-modeler-data-outline-plugin",
"category": "BPMN"
},
{
"id": "camunda-modeler-dmn-js-plugin-example",
"displayName": "Camunda Modeler dmn-js Plugin Example",
Expand Down

0 comments on commit 9e8fe27

Please sign in to comment.