Skip to content

Commit

Permalink
fix: add ALLOWED_FILE_TYPES in studio environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jan 22, 2024
1 parent f63066b commit 596ef7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2714,3 +2714,4 @@

DISCUSSIONS_INCONTEXT_FEEDBACK_URL = ''
DISCUSSIONS_INCONTEXT_LEARNMORE_URL = ''
ALLOWED_FILE_TYPES = ['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'video/mp4']

0 comments on commit 596ef7c

Please sign in to comment.