upgraded to ckeditor5

This commit is contained in:
2025-07-22 21:35:56 +02:00
parent f1a9390611
commit 302e4fdc15
7 changed files with 87 additions and 93 deletions
+37 -43
View File
@@ -1,53 +1,47 @@
uuid: 9a8385ea-bc82-4f68-a84e-dd623bf7c099
uuid: 63cd7f9f-3e2c-427b-87fb-4572c2e1ddf5
langcode: en
status: true
dependencies:
config:
- filter.format.webform_default
module:
- ckeditor
- ckeditor5
format: webform_default
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Format
- Bold
- Italic
- Superscript
- Subscript
-
name: Media
items:
- SpecialChar
- ImceImage
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- NumberedList
- BulletedList
-
name: Indentation
items:
- Outdent
- Indent
-
name: 'Block Formatting'
items:
- Blockquote
-
name: Tools
items:
- Source
- Maximize
plugins: { }
items:
- heading
- '|'
- bold
- italic
- subscript
- superscript
- '|'
- specialCharacters
- '|'
- numberedList
- bulletedList
- '|'
- link
- '|'
- indent
- outdent
- '|'
- blockQuote
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload: { }