images in static CT wysiwyg #2448

This commit is contained in:
2023-12-01 10:43:46 +01:00
parent 84686dd39d
commit d45668f042
3 changed files with 16 additions and 4 deletions
+11 -1
View File
@@ -16,6 +16,7 @@ settings:
- heading
- bold
- italic
- drupalInsertImage
plugins:
ckeditor5_heading:
enabled_headings:
@@ -24,4 +25,13 @@ settings:
- heading4
- heading5
- 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
+3 -1
View File
@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.node.body
- filter.format.wysiwyg
- node.type.static
module:
- text
@@ -22,5 +23,6 @@ default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats: { }
allowed_formats:
- wysiwyg
field_type: text_with_summary
+2 -2
View File
@@ -53,13 +53,13 @@ filters:
filter_align:
id: filter_align
provider: filter
status: false
status: true
weight: -41
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
status: true
weight: -40
settings: { }
filter_html_escape: