Update markdown filter configuration
This commit is contained in:
parent
1944bf6f04
commit
ed6f15c836
1 changed files with 69 additions and 2 deletions
|
@ -3,18 +3,39 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- editor
|
||||||
- markdown_easy
|
- markdown_easy
|
||||||
|
- media
|
||||||
|
- rel_to_abs
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: hOzFi9tpt75xjrwYK7w7LF3D364chVM7lRDqdcyg98g
|
default_config_hash: hOzFi9tpt75xjrwYK7w7LF3D364chVM7lRDqdcyg98g
|
||||||
name: Markdown
|
name: Markdown
|
||||||
format: markdown
|
format: markdown
|
||||||
weight: 0
|
weight: 0
|
||||||
filters:
|
filters:
|
||||||
|
editor_file_reference:
|
||||||
|
id: editor_file_reference
|
||||||
|
provider: editor
|
||||||
|
status: false
|
||||||
|
weight: -46
|
||||||
|
settings: { }
|
||||||
|
filter_align:
|
||||||
|
id: filter_align
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -45
|
||||||
|
settings: { }
|
||||||
filter_autop:
|
filter_autop:
|
||||||
id: filter_autop
|
id: filter_autop
|
||||||
provider: filter
|
provider: filter
|
||||||
status: true
|
status: true
|
||||||
weight: -45
|
weight: -48
|
||||||
|
settings: { }
|
||||||
|
filter_caption:
|
||||||
|
id: filter_caption
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -44
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html:
|
filter_html:
|
||||||
id: filter_html
|
id: filter_html
|
||||||
|
@ -22,9 +43,40 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: -49
|
weight: -49
|
||||||
settings:
|
settings:
|
||||||
allowed_html: "<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>"
|
allowed_html: "<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <p>"
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
|
filter_html_escape:
|
||||||
|
id: filter_html_escape
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -47
|
||||||
|
settings: { }
|
||||||
|
filter_html_image_secure:
|
||||||
|
id: filter_html_image_secure
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -41
|
||||||
|
settings: { }
|
||||||
|
filter_htmlcorrector:
|
||||||
|
id: filter_htmlcorrector
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -40
|
||||||
|
settings: { }
|
||||||
|
filter_image_lazy_load:
|
||||||
|
id: filter_image_lazy_load
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -39
|
||||||
|
settings: { }
|
||||||
|
filter_url:
|
||||||
|
id: filter_url
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: -43
|
||||||
|
settings:
|
||||||
|
filter_url_length: 72
|
||||||
markdown_easy:
|
markdown_easy:
|
||||||
id: markdown_easy
|
id: markdown_easy
|
||||||
provider: markdown_easy
|
provider: markdown_easy
|
||||||
|
@ -33,3 +85,18 @@ filters:
|
||||||
settings:
|
settings:
|
||||||
flavor: standard
|
flavor: standard
|
||||||
tips: ''
|
tips: ''
|
||||||
|
media_embed:
|
||||||
|
id: media_embed
|
||||||
|
provider: media
|
||||||
|
status: false
|
||||||
|
weight: -38
|
||||||
|
settings:
|
||||||
|
default_view_mode: default
|
||||||
|
allowed_view_modes: { }
|
||||||
|
allowed_media_types: { }
|
||||||
|
rel_to_abs:
|
||||||
|
id: rel_to_abs
|
||||||
|
provider: rel_to_abs
|
||||||
|
status: true
|
||||||
|
weight: -42
|
||||||
|
settings: { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue