🔧(backend) expose CONVERSION_UPLOAD_ENABLED in config endpoint

The frontend application needs to know the value of the settings
CONVERSION_UPLOAD_ENABLED to allow the file upload or not.
This commit is contained in:
Manuel Raynaud
2026-03-30 15:37:48 +02:00
parent 05423d4f04
commit f4ded8ee55
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -2676,6 +2676,7 @@ class ConfigView(drf.views.APIView):
"COLLABORATION_WS_NOT_CONNECTED_READY_ONLY",
"CONVERSION_FILE_EXTENSIONS_ALLOWED",
"CONVERSION_FILE_MAX_SIZE",
"CONVERSION_UPLOAD_ENABLED",
"CRISP_WEBSITE_ID",
"ENVIRONMENT",
"FRONTEND_CSS_URL",