Configure media alias display for document media
Enable standalone media URL, which is required
This commit is contained in:
parent
07dac2f35c
commit
25a10ef444
2 changed files with 8 additions and 1 deletions
|
@ -3,4 +3,4 @@ _core:
|
||||||
icon_base_uri: 'public://media-icons/generic'
|
icon_base_uri: 'public://media-icons/generic'
|
||||||
iframe_domain: null
|
iframe_domain: null
|
||||||
oembed_providers_url: 'https://oembed.com/providers.json'
|
oembed_providers_url: 'https://oembed.com/providers.json'
|
||||||
standalone_url: false
|
standalone_url: true
|
||||||
|
|
7
config/media_alias_display.settings.yml
Normal file
7
config/media_alias_display.settings.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
kill_switch: false
|
||||||
|
media_bundles:
|
||||||
|
document: document
|
||||||
|
audio: '0'
|
||||||
|
image: '0'
|
||||||
|
remote_video: '0'
|
||||||
|
video: '0'
|
Loading…
Reference in a new issue