Skip to content

Commit

Permalink
Turn on Flexible Collections v1 for self-host (#4253)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6646d11)
  • Loading branch information
eliykat committed Jun 25, 2024
1 parent f59c17d commit 185081a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ public static Dictionary<string, string> GetLocalOverrideFlagValues()
return new Dictionary<string, string>()
{
{ DuoRedirect, "true" },
{ UnassignedItemsBanner, "true"}
{ UnassignedItemsBanner, "true"},
{ FlexibleCollectionsV1, "true" }
};
}
}

0 comments on commit 185081a

Please sign in to comment.