diff --git a/README.md b/README.md index 879cadb..fa2d979 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugins.json b/plugins.json index da0f3c7..8213a14 100644 --- a/plugins.json +++ b/plugins.json @@ -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",