Enable and configure Insert image module
This commit is contained in:
parent
6306d84c6d
commit
b803bda699
4 changed files with 37 additions and 5 deletions
|
@ -14,7 +14,7 @@ dependencies:
|
||||||
- comment
|
- comment
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- image
|
- insert
|
||||||
- path
|
- path
|
||||||
- text
|
- text
|
||||||
id: node.gleaning.default
|
id: node.gleaning.default
|
||||||
|
@ -46,10 +46,34 @@ content:
|
||||||
field_image:
|
field_image:
|
||||||
weight: 122
|
weight: 122
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
|
progress_indicator: throbber
|
||||||
|
insert_styles:
|
||||||
|
focal_point_325x195: focal_point_325x195
|
||||||
|
focal_point_1300x650: '0'
|
||||||
|
focal_point_195x260: '0'
|
||||||
|
focal_point_2600x1300: '0'
|
||||||
|
focal_point_390x520: '0'
|
||||||
|
focal_point_650x390: '0'
|
||||||
|
focal_point_780x1040: '0'
|
||||||
|
fullwidth: '0'
|
||||||
|
inline: '0'
|
||||||
|
large: '0'
|
||||||
|
large_cropped: '0'
|
||||||
|
linkit_result_thumbnail: '0'
|
||||||
|
medium: '0'
|
||||||
|
small_square: '0'
|
||||||
|
square_thumbnail: '0'
|
||||||
|
thumbnail: '0'
|
||||||
|
link: '0'
|
||||||
|
icon_link: '0'
|
||||||
|
image: '0'
|
||||||
|
insert_default: focal_point_325x195
|
||||||
|
insert_width: null
|
||||||
|
insert_absolute: false
|
||||||
|
insert_rotate: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: image_image
|
type: insert_image
|
||||||
region: content
|
region: content
|
||||||
field_publication_date:
|
field_publication_date:
|
||||||
weight: 125
|
weight: 125
|
||||||
|
@ -110,7 +134,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 50
|
weight: 50
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
hidden: { }
|
hidden: { }
|
||||||
|
|
|
@ -71,6 +71,7 @@ module:
|
||||||
history: 0
|
history: 0
|
||||||
honeypot: 0
|
honeypot: 0
|
||||||
image: 0
|
image: 0
|
||||||
|
insert: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
linkit: 0
|
linkit: 0
|
||||||
|
|
|
@ -42,7 +42,7 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -46
|
weight: -46
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <a href hreflang !href accesskey id rel target title>'
|
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <s> <sup> <sub> <img title height width class src alt data-entity-type data-entity-uuid data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <a type class href hreflang !href accesskey id rel target title> <span class>'
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
noreferrer:
|
noreferrer:
|
||||||
|
|
7
config/sync/insert.config.yml
Normal file
7
config/sync/insert.config.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
text_formats:
|
||||||
|
- full_html
|
||||||
|
css_classes:
|
||||||
|
file: ''
|
||||||
|
image: ''
|
||||||
|
_core:
|
||||||
|
default_config_hash: 15D6dRw1i0hm-4oGA1S1efHREHSxhSQYvdzQzVBn4c8
|
Loading…
Add table
Reference in a new issue