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
|
@ -85,6 +85,7 @@ module:
|
||||||
migrate_plus: 0
|
migrate_plus: 0
|
||||||
migrate_source_csv: 0
|
migrate_source_csv: 0
|
||||||
migrate_tools: 0
|
migrate_tools: 0
|
||||||
|
minimalhtml: 0
|
||||||
node: 0
|
node: 0
|
||||||
noreferrer: 0
|
noreferrer: 0
|
||||||
options: 0
|
options: 0
|
||||||
|
@ -113,6 +114,7 @@ module:
|
||||||
user: 0
|
user: 0
|
||||||
video_embed_field: 0
|
video_embed_field: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
wysiwyg_linebreaks: 0
|
||||||
ds: 1
|
ds: 1
|
||||||
menu_link_content: 1
|
menu_link_content: 1
|
||||||
pathauto: 1
|
pathauto: 1
|
||||||
|
|
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
|
38
config/sync/filter.format.minimalhtml.yml
Normal file
38
config/sync/filter.format.minimalhtml.yml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: 6f68254e-36e0-4b5d-9e86-98a46183585c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: 92ohirYz2djTZfHPcIDKZb7qWJfnf8PejLU9mQZs5GY
|
||||||
|
name: 'Minimal HTML'
|
||||||
|
format: minimalhtml
|
||||||
|
weight: 0
|
||||||
|
filters:
|
||||||
|
filter_htmlcorrector:
|
||||||
|
id: filter_htmlcorrector
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 10
|
||||||
|
settings: { }
|
||||||
|
filter_html:
|
||||||
|
id: filter_html
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: -10
|
||||||
|
settings:
|
||||||
|
allowed_html: '<a href hreflang> <abbr title> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>'
|
||||||
|
filter_html_help: true
|
||||||
|
filter_html_nofollow: false
|
||||||
|
filter_url:
|
||||||
|
id: filter_url
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
filter_url_length: 72
|
||||||
|
filter_autop:
|
||||||
|
id: filter_autop
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings: { }
|
Loading…
Add table
Reference in a new issue