Bring in updated module configuration after D10 upgrade
This commit is contained in:
parent
790a477269
commit
2a4b10f537
52 changed files with 385 additions and 129 deletions
|
@ -5,13 +5,39 @@ dependencies:
|
|||
config:
|
||||
- filter.format.full_html
|
||||
module:
|
||||
- ckeditor
|
||||
- ckeditor5
|
||||
_core:
|
||||
default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
|
||||
format: full_html
|
||||
editor: ckeditor
|
||||
editor: ckeditor5
|
||||
settings:
|
||||
toolbar:
|
||||
items:
|
||||
- bold
|
||||
- italic
|
||||
- underline
|
||||
- strikethrough
|
||||
- code
|
||||
- superscript
|
||||
- subscript
|
||||
- removeFormat
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- bulletedList
|
||||
- numberedList
|
||||
- '|'
|
||||
- blockQuote
|
||||
- drupalInsertImage
|
||||
- insertTable
|
||||
- specialCharacters
|
||||
- horizontalLine
|
||||
- '|'
|
||||
- heading
|
||||
- '|'
|
||||
- undo
|
||||
- redo
|
||||
- sourceEditing
|
||||
rows:
|
||||
-
|
||||
-
|
||||
|
@ -52,6 +78,22 @@ settings:
|
|||
- ShowBlocks
|
||||
- Source
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
- heading3
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_imageResize:
|
||||
allow_resize: true
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue