Enable new Title format submodule of Minimal HTML
This commit is contained in:
parent
7edec8774e
commit
5f3b662728
3 changed files with 79 additions and 0 deletions
|
@ -83,6 +83,7 @@ module:
|
||||||
migrate_plus: 0
|
migrate_plus: 0
|
||||||
migrate_tools: 0
|
migrate_tools: 0
|
||||||
minimalhtml: 0
|
minimalhtml: 0
|
||||||
|
minimalhtmltitle: 0
|
||||||
node: 0
|
node: 0
|
||||||
options: 0
|
options: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
|
|
40
config/sync/editor.editor.minimalhtmltitle.yml
Normal file
40
config/sync/editor.editor.minimalhtmltitle.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
uuid: 43deace6-3066-4627-a78f-7f4177aeafd9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- filter.format.minimalhtmltitle
|
||||||
|
module:
|
||||||
|
- ckeditor
|
||||||
|
_core:
|
||||||
|
default_config_hash: KzgAyGtOmwxsCmjDE1v5LInNV3wobOT8oBbfnLl59jM
|
||||||
|
format: minimalhtmltitle
|
||||||
|
editor: ckeditor
|
||||||
|
settings:
|
||||||
|
toolbar:
|
||||||
|
rows:
|
||||||
|
-
|
||||||
|
-
|
||||||
|
name: Formatting
|
||||||
|
items:
|
||||||
|
- Bold
|
||||||
|
- Italic
|
||||||
|
-
|
||||||
|
name: Tools
|
||||||
|
items:
|
||||||
|
- Source
|
||||||
|
plugins:
|
||||||
|
language:
|
||||||
|
language_list: un
|
||||||
|
stylescombo:
|
||||||
|
styles: ''
|
||||||
|
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.minimalhtmltitle.yml
Normal file
38
config/sync/filter.format.minimalhtmltitle.yml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
uuid: 3c40d13e-f64d-4a5f-9f55-1fdf191b2565
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: JMjCgHY-FTL3z2oTYUYiHZvwJzG4AAsbYD-FJcNEk-I
|
||||||
|
name: 'Title HTML'
|
||||||
|
format: minimalhtmltitle
|
||||||
|
weight: 0
|
||||||
|
filters:
|
||||||
|
filter_htmlcorrector:
|
||||||
|
id: filter_htmlcorrector
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: 10
|
||||||
|
settings: { }
|
||||||
|
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: { }
|
||||||
|
filter_html:
|
||||||
|
id: filter_html
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: -10
|
||||||
|
settings:
|
||||||
|
allowed_html: '<abbr title> <em> <strong> <code> <br>'
|
||||||
|
filter_html_help: false
|
||||||
|
filter_html_nofollow: false
|
Loading…
Reference in a new issue