🔧(backend) add CRISP_WEBSITE_ID setting

Add setting CRISP_WEBSITE_ID. This setting is
used to configure the Crisp chat widget.
It will be available to the conf endpoint, to
be used by the frontend.
This commit is contained in:
Anthony LC
2024-11-25 14:35:02 +01:00
committed by Anthony LC
parent 4c9caf09ba
commit af039d045d
3 changed files with 15 additions and 27 deletions

View File

@@ -381,6 +381,11 @@ class Base(Configuration):
None, environ_name="FRONTEND_THEME", environ_prefix=None
)
# Crisp
CRISP_WEBSITE_ID = values.Value(
None, environ_name="CRISP_WEBSITE_ID", environ_prefix=None
)
# Easy thumbnails
THUMBNAIL_EXTENSION = "webp"
THUMBNAIL_TRANSPARENCY_EXTENSION = "webp"