Skip to content

Commit

Permalink
feat(modeler): document Desktop Modeler enable-new-context-pad flag (
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored Jun 5, 2024
1 parent def32fd commit b9900dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/components/modeler/desktop-modeler/flags/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Flags passed as command line arguments take precedence over those configured via
| ["zeebe-ssl-certificate"](#zeebe-ssl-certificate) | `undefined` |
| ["c7-engine-version"](#default-execution-platform-version) | `undefined` |
| ["c8-engine-version"](#default-execution-platform-version) | `undefined` |
| ["enable-new-context-pad"](#new-context-pad) | `false` |

## Examples

Expand Down Expand Up @@ -96,7 +97,7 @@ To display a custom version information in the status bar of the app, configure

```js
{
"display-version": "1.2.3"
"display-version": "1.0.0"
}
```

Expand Down Expand Up @@ -134,3 +135,15 @@ To change default execution platform version, configure your `flags.json` as fol
```

New diagrams created in Desktop Modeler will use the configured version instead of the latest stable version.

### New Context Pad

To enable the new context pad, configure your `flags.json` as follows:

```json
{
"enable-new-context-pad": true
}
```

![New context pad](./img/new-context-pad.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9900dd

Please sign in to comment.