Feature flag: definition
A feature flag is the ability to enable or disable a functionality that is still in the phase of beta testing. This means that it can be enabled or disabled in the site configuration file.
Configuration
The following steps need to be followed in order to disable a beta functionality under feature flag:
Connect to the server which your site is installed on.
Find the “appsettings.json” document which is usually found at D:/webs/yourSite-qa.digizuite.com/appsettings.json (or wherever the Webs folder is located). Make a back-up of the file, and then open the original one in order to edit it.
Remove the line specified in the paragraph below (Feature flags), found in the section “EnabledFeatures”.
Save the file.
Recycle the site through Internet Information Services (IIS) Manager.
Feature flags
Media Manager 5.4
Feature | Configuration |
---|---|
Workflows | Delete the line “business-workflows”. |
“Instantiate workflow” functionality | Delete the line “instantiate-business-workflows”. |