Update input formats simply by saving (& switching minimal to ckeditor5)
This commit is contained in:
parent
bf260559c0
commit
fd8b85d8cc
14 changed files with 106 additions and 47 deletions
|
@ -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:
|
||||
- '<cite>'
|
||||
- '<dl>'
|
||||
- '<dt>'
|
||||
- '<dd>'
|
||||
- '<abbr title>'
|
||||
- '<a hreflang>'
|
||||
- '<blockquote cite>'
|
||||
- '<ul type>'
|
||||
- '<ol type>'
|
||||
editor_advanced_link_link:
|
||||
enabled_attributes: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: false
|
||||
wysiwyg_linebreaks_extension:
|
||||
method: force
|
||||
image_upload:
|
||||
status: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue