🚩(backend) default enable FRONTEND_HOMEPAGE_FEATURE_ENABLED

We decided to enable the FRONTEND_HOMEPAGE_FEATURE_ENABLED
feature flag by default.
It will not be a breaking change like that.
This commit is contained in:
Anthony LC
2025-05-05 11:51:32 +02:00
parent 9b2f7966f6
commit 12ef1a2450
4 changed files with 1 additions and 4 deletions

View File

@@ -418,7 +418,7 @@ class Base(Configuration):
None, environ_name="FRONTEND_THEME", environ_prefix=None
)
FRONTEND_HOMEPAGE_FEATURE_ENABLED = values.BooleanValue(
default=False,
default=True,
environ_name="FRONTEND_HOMEPAGE_FEATURE_ENABLED",
environ_prefix=None,
)