switched to ckeditor5, plu C modules

This commit is contained in:
2024-08-12 16:03:53 +02:00
parent 5bc14ec286
commit b4082df0d7
51 changed files with 860 additions and 266 deletions

View File

@@ -1,87 +1,56 @@
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
uuid: 56efc351-aaf7-4d9f-b10f-69884d689462
langcode: fr
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
- ckeditor5
format: full_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Format
- Styles
- Underline
- Strike
- Bold
- Italic
- Blockquote
-
name: color
items:
- TextColor
- BGColor
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- DrupalImage
-
name: Outils
items:
- Source
-
name: align
items:
- JustifyLeft
- JustifyCenter
- JustifyRight
- JustifyBlock
items:
- heading
- underline
- strikethrough
- bold
- italic
- blockQuote
- link
- bulletedList
- numberedList
- drupalInsertImage
- sourceEditing
- alignment
plugins:
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: ''
codemirror:
enable: true
mode: htmlmixed
theme: monokai
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
colorbutton:
colors: ''
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
- center
- right
- justify
ckeditor5_imageResize:
allow_resize: true
editor_advanced_link_link:
enabled_attributes: { }
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
width: 0
height: 0