diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml index dc8262c..9717ba8 100644 --- a/config/sync/editor.editor.basic_html.yml +++ b/config/sync/editor.editor.basic_html.yml @@ -62,6 +62,8 @@ settings: enabled_attributes: { } linkit_extension: linkit_enabled: false + wysiwyg_linebreaks_extension: + method: force image_upload: status: true scheme: public diff --git a/config/sync/editor.editor.footnote.yml b/config/sync/editor.editor.footnote.yml new file mode 100644 index 0000000..c94cb82 --- /dev/null +++ b/config/sync/editor.editor.footnote.yml @@ -0,0 +1,15 @@ +status: true +dependencies: + config: + - filter.format.footnote + module: + - ckeditor5 +format: footnote +editor: ckeditor5 +settings: + toolbar: + items: + - bold + - italic + - link +image_upload: { } diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml index b1674ed..2bc15e4 100644 --- a/config/sync/editor.editor.full_html.yml +++ b/config/sync/editor.editor.full_html.yml @@ -18,7 +18,7 @@ settings: - superscript - subscript - removeFormat - - Footnotes + - footnotes - link - bulletedList - numberedList @@ -50,5 +50,7 @@ settings: linkit_profile: default media_media: allow_view_mode_override: false + wysiwyg_linebreaks_extension: + method: force image_upload: status: false diff --git a/config/sync/editor.editor.minimalhtml.yml b/config/sync/editor.editor.minimalhtml.yml index 275e9e1..1806fd5 100644 --- a/config/sync/editor.editor.minimalhtml.yml +++ b/config/sync/editor.editor.minimalhtml.yml @@ -1,44 +1,51 @@ -uuid: c627e429-1f81-4d6d-87a1-402d40f43c6b +uuid: 544510b1-f241-4456-83a3-f602c111c46e langcode: en status: true dependencies: config: - filter.format.minimalhtml module: - - ckeditor -_core: - default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY + - ckeditor5 format: minimalhtml -editor: ckeditor +editor: ckeditor5 settings: toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - Blockquote - - - name: Tools - items: - - Source + items: + - bold + - italic + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - '|' + - sourceEditing + - '|' + - code plugins: - linebreaks: + ckeditor5_list: + properties: + reversed: false + startIndex: true + multiBlock: true + ckeditor5_sourceEditing: + allowed_tags: + - '' + - '
' + - '
' + - '
' + - '' + - '' + - '
' + - '