Skip to content

Commit

Permalink
chore(desktop-modeler): backport improved flags documentation (#3936)
Browse files Browse the repository at this point in the history
Closes #3932
  • Loading branch information
nikku authored Jun 12, 2024
1 parent 411d90d commit 8bf80be
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/modeler/desktop-modeler/flags/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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` |
| ["enable-new-context-pad"](#enable-new-context-pad) | `false` |

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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"](#enable-new-context-pad) | `false` |

## Examples

Expand Down Expand Up @@ -100,7 +101,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 @@ -138,3 +139,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.

### Enable new context pad

To use 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 8bf80be

Please sign in to comment.