Skip to content

Commit

Permalink
style(formatting): technical review
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored and nikku committed Feb 28, 2024
1 parent e93913e commit 2a40de9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/components/modeler/desktop-modeler/flags/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ As a result, the app will only allow users to model BPMN diagrams.

### Disable `history-time-to-live` hint

<span class="badge badge--platform">Camunda 7</span>
<span class="badge badge--platform">Camunda 7 only</span>

To disable the [history time to live hint](../../reference/modeling-guidance/rules/history-time-to-live.md) in scenarios where the engine configures HTTL, configure your `flags.json` like this:
To disable the [history time to live hint](../../reference/modeling-guidance/rules/history-time-to-live.md) in scenarios where the engine configures HTTL, configure `flags.json`:

```js
{
Expand All @@ -79,7 +79,7 @@ To disable the [history time to live hint](../../reference/modeling-guidance/rul

### Custom `display-version` label

To display a custom version information in the status bar of the app, configure your `flags.json` like this:
To display a custom version information in the status bar of the app, configure `flags.json`:

```js
{
Expand All @@ -91,13 +91,13 @@ To display a custom version information in the status bar of the app, configure

### Zeebe SSL certificate

<span class="badge badge--cloud">Camunda 8</span>
<span class="badge badge--cloud">Camunda 8 only</span>

> :information_source: The Modeler will read trusted certificates from your operating system's trust store.
> :information_source: Modeler will read trusted certificates from your operating system's trust store.
Provide additional certificates to validate secured connections to a Camunda 8 installation.

Configure your `flags.json` like this:
Configure your `flags.json`:

```js
{
Expand Down

0 comments on commit 2a40de9

Please sign in to comment.