🚩(backend) add homepage feature flag
Add a homepage feature flag that we will propagate to the frontend. It will be used to enable or disable the homepage at runtime.
This commit is contained in:
committed by
Manuel Raynaud
parent
f429eb053a
commit
67b69d05f7
@@ -1692,6 +1692,7 @@ class ConfigView(drf.views.APIView):
|
||||
"CRISP_WEBSITE_ID",
|
||||
"ENVIRONMENT",
|
||||
"FRONTEND_CSS_URL",
|
||||
"FRONTEND_HOMEPAGE_FEATURE_ENABLED",
|
||||
"FRONTEND_FOOTER_FEATURE_ENABLED",
|
||||
"FRONTEND_THEME",
|
||||
"MEDIA_BASE_URL",
|
||||
|
||||
Reference in New Issue
Block a user