Skip to content

Commit dcd9889

Browse files
convert info (#669)
1 parent b5ea40d commit dcd9889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/advanced/predefined-variations.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ ConfigCat provides an easy way to convert feature flags between free-form values
7373

7474
### Converting to predefined variations
7575

76+
You can convert a feature flag to use predefined variations by clicking the **Convert to use variations** item in the kebab (3 dots) menu of the feature flag.
7677
When you convert a feature flag from free-form values to predefined variations, ConfigCat automatically collects all currently used values from your existing flag rules. These collected values are presented as suggested variations, but you can modify their display names and hints, or even add new variations.
7778

7879
The conversion doesn't affect your deployed applications.
7980

8081
### Converting to free-form values
8182

83+
You can convert a feature flag to use free-form values by clicking the **Convert to use free-form values** item in the kebab (3 dots) menu of the feature flag.
8284
When you convert a feature flag from predefined variations to free-form values, the actual values from variations are extracted and feature flag values are updated to use the values directly. Display names and hints are irreversibly deleted, leaving only the values.
8385

8486
The conversion doesn't affect your deployed applications.

0 commit comments

Comments
 (0)