Allow editors to use the wide view mode for images in basic HTML text format
This commit is contained in:
parent
b80a7dfd09
commit
f8792b6f92
2 changed files with 7 additions and 3 deletions
|
@ -63,7 +63,7 @@ settings:
|
|||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
media_media:
|
||||
allow_view_mode_override: false
|
||||
allow_view_mode_override: true
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
|
|
|
@ -2,6 +2,8 @@ uuid: 93056a5a-c628-4a3f-91f9-4ccb5927d6c7
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.media.wide
|
||||
module:
|
||||
- editor
|
||||
- linkit
|
||||
|
@ -36,7 +38,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution target="_blank"> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href target="_blank" data-entity-type data-entity-uuid data-entity-substitution> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-view-mode data-caption data-align>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
@ -59,5 +61,7 @@ filters:
|
|||
weight: 100
|
||||
settings:
|
||||
default_view_mode: default
|
||||
allowed_view_modes: { }
|
||||
allowed_view_modes:
|
||||
default: default
|
||||
wide: wide
|
||||
allowed_media_types: { }
|
||||
|
|
Loading…
Reference in a new issue