Add Media Insert module
Allow for inserting media entities into blog posts.
This commit is contained in:
parent
dcf180a651
commit
d656c07339
5 changed files with 66 additions and 3 deletions
|
@ -4,7 +4,6 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.field.media.image.field_media_image
|
||||
- image.style.large
|
||||
- media.type.image
|
||||
module:
|
||||
- image
|
||||
|
@ -17,7 +16,7 @@ content:
|
|||
label: visually_hidden
|
||||
weight: 0
|
||||
settings:
|
||||
image_style: large
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
|
|
|
@ -25,6 +25,8 @@ module:
|
|||
hook_event_dispatcher: 0
|
||||
hreflang: 0
|
||||
image: 0
|
||||
insert: 0
|
||||
insert_media: 0
|
||||
layout_builder: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
|
|
6
config/insert.config.yml
Normal file
6
config/insert.config.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
text_formats: { }
|
||||
css_classes:
|
||||
file: ''
|
||||
image: ''
|
||||
_core:
|
||||
default_config_hash: 15D6dRw1i0hm-4oGA1S1efHREHSxhSQYvdzQzVBn4c8
|
Loading…
Add table
Add a link
Reference in a new issue