images in static CT wysiwyg #2448
This commit is contained in:
@@ -16,6 +16,7 @@ settings:
|
|||||||
- heading
|
- heading
|
||||||
- bold
|
- bold
|
||||||
- italic
|
- italic
|
||||||
|
- drupalInsertImage
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
ckeditor5_heading:
|
||||||
enabled_headings:
|
enabled_headings:
|
||||||
@@ -24,4 +25,13 @@ settings:
|
|||||||
- heading4
|
- heading4
|
||||||
- heading5
|
- heading5
|
||||||
- heading6
|
- heading6
|
||||||
image_upload: { }
|
ckeditor5_imageResize:
|
||||||
|
allow_resize: true
|
||||||
|
image_upload:
|
||||||
|
status: true
|
||||||
|
scheme: public
|
||||||
|
directory: inline-images
|
||||||
|
max_size: ''
|
||||||
|
max_dimensions:
|
||||||
|
width: 1080
|
||||||
|
height: 1080
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.body
|
- field.storage.node.body
|
||||||
|
- filter.format.wysiwyg
|
||||||
- node.type.static
|
- node.type.static
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
@@ -22,5 +23,6 @@ default_value_callback: ''
|
|||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
required_summary: false
|
required_summary: false
|
||||||
allowed_formats: { }
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
|||||||
@@ -53,13 +53,13 @@ filters:
|
|||||||
filter_align:
|
filter_align:
|
||||||
id: filter_align
|
id: filter_align
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -41
|
weight: -41
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_caption:
|
filter_caption:
|
||||||
id: filter_caption
|
id: filter_caption
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -40
|
weight: -40
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
|
|||||||
Reference in New Issue
Block a user