Feature flag: definition
...
Definition
Feature flags provide access to one or more locked away functionalities, which are still in testing phases.
You can enable or disable it in the site configuration file - usually named “appsettings.json”.
Configuration
The following steps need to be followed in order to enable or disable a beta functionality under hidden behind a feature flag:
Connect to the server which your site is installed on.
Find Locate the “appsettings.json” document which is file (usually found at Din “C:/webs/yourSite-qa.digizuite.com/appsettings.json (json” or wherever the Webs folder is located).
Make a back-up backup of the file, and then open edit the original one in order to edit it.
Remove the line specified in the paragraph below (Feature flags), found in the section “EnabledFeatures”.
In the image below, we have examples of some feature flags (“EnabledFeatures”). Insert or remove the flags you see fit, to enable or disable the features of your choosing.
Save the file.
Recycle the site site’s app pool through Internet Information Services (IIS) Manager (image below).
Feature flags
...
Relevant versions | Feature | Configuration | |
---|---|---|---|
5.4.0 | Workflows UI | Delete the line “business-workflows” | |
5.4.0 | “Instantiate workflow” functionality | Delete the line Instantiate workflows | “instantiate-business-workflows”. |