Configure linkit to allow linking directly to document media entity files
https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-module-documentation/linkit/link-media-directly-to-the-actual-file-not-the-media-route
This commit is contained in:
parent
e7860127cc
commit
893436dad8
1 changed files with 11 additions and 0 deletions
|
@ -21,3 +21,14 @@ matchers:
|
||||||
limit: 100
|
limit: 100
|
||||||
include_unpublished: false
|
include_unpublished: false
|
||||||
weight: 0
|
weight: 0
|
||||||
|
5dddb224-19c1-45e8-b303-071acde45145:
|
||||||
|
id: 'entity:media'
|
||||||
|
uuid: 5dddb224-19c1-45e8-b303-071acde45145
|
||||||
|
settings:
|
||||||
|
metadata: ''
|
||||||
|
bundles:
|
||||||
|
document: document
|
||||||
|
group_by_bundle: false
|
||||||
|
substitution_type: media
|
||||||
|
limit: 100
|
||||||
|
weight: 0
|
||||||
|
|
Loading…
Reference in a new issue