Skip to content

Commit

Permalink
chore: upload mp3 audio files
Browse files Browse the repository at this point in the history
  • Loading branch information
Muchogoc committed Feb 13, 2023
1 parent c51817b commit 7517aaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
WAGTAILMEDIA = {
"MEDIA_MODEL": "content.CustomMedia",
"MEDIA_FORM_BASE": "mycarehub.content.forms.CustomBaseMediaForm",
"AUDIO_EXTENSIONS": ["aac", "wav"],
"AUDIO_EXTENSIONS": ["aac", "wav", "mp3"],
"VIDEO_EXTENSIONS": ["mp4"],
}
WAGTAILDOCS_EXTENSIONS = [
Expand All @@ -408,6 +408,8 @@
WAGTAILIMAGES_IMAGE_FORM_BASE = "mycarehub.content.forms.CustomImageForm"
WAGTAILDOCS_DOCUMENT_MODEL = "content.CustomDocument"
WAGTAILDOCS_DOCUMENT_FORM_BASE = "mycarehub.content.forms.CustomDocumentForm"
WAGTAIL_ENABLE_UPDATE_CHECK = "LTS"
WAGTAIL_ENABLE_WHATS_NEW_BANNER = True

# phone numbers
PHONENUMBER_DB_FORMAT = "E164"
Expand Down

0 comments on commit 7517aaa

Please sign in to comment.