We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907dea5 commit 0a0db52Copy full SHA for 0a0db52
src/Elastic.Documentation.Configuration/Builder/FeatureFlags.cs
@@ -22,8 +22,8 @@ public bool PrimaryNavEnabled
22
23
public bool LazyLoadNavigation
24
{
25
- get => IsEnabled("LAZY_LOAD_NAVIGATION");
26
- set => _featureFlags["LAZY_LOAD_NAVIGATION"] = value;
+ get => IsEnabled("lazy-load-navigation");
+ set => _featureFlags["lazy-load-navigation"] = value;
27
}
28
29
private bool IsEnabled(string key)
0 commit comments