Order filters so p tags stripped out
This commit is contained in:
parent
620679b3c6
commit
03051a05b1
1 changed files with 37 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
|||
uuid: 3c40d13e-f64d-4a5f-9f55-1fdf191b2565
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
_core:
|
||||
default_config_hash: JMjCgHY-FTL3z2oTYUYiHZvwJzG4AAsbYD-FJcNEk-I
|
||||
name: 'Title HTML'
|
||||
|
@ -12,27 +14,57 @@ filters:
|
|||
id: filter_htmlcorrector
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 10
|
||||
weight: -47
|
||||
settings: { }
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
weight: -48
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
weight: -50
|
||||
settings: { }
|
||||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -10
|
||||
weight: -49
|
||||
settings:
|
||||
allowed_html: '<abbr title> <em> <strong> <code> <br>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
editor_file_reference:
|
||||
id: editor_file_reference
|
||||
provider: editor
|
||||
status: false
|
||||
weight: -45
|
||||
settings: { }
|
||||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -46
|
||||
settings: { }
|
||||
filter_align:
|
||||
id: filter_align
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -44
|
||||
settings: { }
|
||||
filter_html_image_secure:
|
||||
id: filter_html_image_secure
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -42
|
||||
settings: { }
|
||||
filter_caption:
|
||||
id: filter_caption
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -43
|
||||
settings: { }
|
||||
|
|
Loading…
Reference in a new issue