Enable Minimal HTML module and commit its initial configuration
This commit is contained in:
parent
f962faa922
commit
93b50af090
3 changed files with 98 additions and 0 deletions
58
config/sync/editor.editor.minimalhtml.yml
Normal file
58
config/sync/editor.editor.minimalhtml.yml
Normal file
|
@ -0,0 +1,58 @@
|
|||
uuid: c627e429-1f81-4d6d-87a1-402d40f43c6b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.minimalhtml
|
||||
module:
|
||||
- ckeditor
|
||||
_core:
|
||||
default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY
|
||||
format: minimalhtml
|
||||
editor: ckeditor
|
||||
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
|
||||
plugins:
|
||||
language:
|
||||
language_list: un
|
||||
stylescombo:
|
||||
styles: ''
|
||||
indentblock:
|
||||
enable: 0
|
||||
colorbutton:
|
||||
colors: ''
|
||||
linebreaks:
|
||||
method: force
|
||||
image_upload:
|
||||
status: false
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
Loading…
Add table
Add a link
Reference in a new issue