From bc166133258535a7373c5a1e579803217b22542e Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 7 Jun 2024 08:58:40 +0200 Subject: [PATCH] chore: flags slight rework + add restart notice --- .../modeler/desktop-modeler/flags/flags.md | 12 ++++++++---- .../modeler/desktop-modeler/flags/flags.md | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/components/modeler/desktop-modeler/flags/flags.md b/docs/components/modeler/desktop-modeler/flags/flags.md index e36cd910c79..c53a07565ae 100644 --- a/docs/components/modeler/desktop-modeler/flags/flags.md +++ b/docs/components/modeler/desktop-modeler/flags/flags.md @@ -4,17 +4,21 @@ title: Flags description: "Flags allow you to control the availability of certain features within Desktop Modeler." --- -Flags allow you to control the availability of certain features within Desktop Modeler. +Flags allow you to control the availability of certain features within Desktop Modeler. Learn which flags [are available](#available-flags) and how to [configure them](#configuration). -## Configuring Flags +## Configuration You may configure flags in a `flags.json` file or pass them via CLI. -### Configure in `flags.json` +### Configuration via `flags.json` + +:::note +Configuration changes via `flags.json` will only take effect once you restart the application. +::: Place a `flags.json` file inside the `resources` folder of your local [`{USER_DATA}`](../search-paths#user-data-directory) or [`{APP_DATA_DIRECTORY}`](../search-paths#app-data-directory) directory to persist them. -### Configure via CLI +### Configuration via command line Pass flags via the command line when starting the application. diff --git a/versioned_docs/version-8.5/components/modeler/desktop-modeler/flags/flags.md b/versioned_docs/version-8.5/components/modeler/desktop-modeler/flags/flags.md index 93e7e677ede..69d052dce3b 100644 --- a/versioned_docs/version-8.5/components/modeler/desktop-modeler/flags/flags.md +++ b/versioned_docs/version-8.5/components/modeler/desktop-modeler/flags/flags.md @@ -4,17 +4,21 @@ title: Flags description: "Flags allow you to control the availability of certain features within Desktop Modeler." --- -Flags allow you to control the availability of certain features within Desktop Modeler. +Flags allow you to control the availability of certain features within Desktop Modeler. Learn which flags [are available](#available-flags) and how to [configure them](#configuration). -## Configuring Flags +## Configuration You may configure flags in a `flags.json` file or pass them via CLI. -### Configure in `flags.json` +### Configuration via `flags.json` + +:::note +Configuration changes via `flags.json` will only take effect once you restart the application. +::: Place a `flags.json` file inside the `resources` folder of your local [`{USER_DATA}`](../search-paths#user-data-directory) or [`{APP_DATA_DIRECTORY}`](../search-paths#app-data-directory) directory to persist them. -### Configure via CLI +### Configuration via command line Pass flags via the command line when starting the application.