Configure media alias display for document media

Enable standalone media URL, which is required
This commit is contained in:
Keegan Rankin 2024-04-24 15:04:28 -07:00
parent 07dac2f35c
commit 25a10ef444
2 changed files with 8 additions and 1 deletions

View file

@ -3,4 +3,4 @@ _core:
icon_base_uri: 'public://media-icons/generic'
iframe_domain: null
oembed_providers_url: 'https://oembed.com/providers.json'
standalone_url: false
standalone_url: true

View file

@ -0,0 +1,7 @@
kill_switch: false
media_bundles:
document: document
audio: '0'
image: '0'
remote_video: '0'
video: '0'