Update full HTML format
This commit is contained in:
parent
bc4d898111
commit
b7a4685122
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- markdown
|
- markdown
|
||||||
|
- media
|
||||||
name: 'Full HTML'
|
name: 'Full HTML'
|
||||||
format: full_html
|
format: full_html
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -37,13 +38,13 @@ filters:
|
||||||
filter_autop:
|
filter_autop:
|
||||||
id: filter_autop
|
id: filter_autop
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -45
|
weight: -45
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_htmlcorrector:
|
filter_htmlcorrector:
|
||||||
id: filter_htmlcorrector
|
id: filter_htmlcorrector
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -42
|
weight: -42
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_align:
|
filter_align:
|
||||||
|
@ -67,3 +68,12 @@ filters:
|
||||||
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>'
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
|
media_embed:
|
||||||
|
id: media_embed
|
||||||
|
provider: media
|
||||||
|
status: false
|
||||||
|
weight: 100
|
||||||
|
settings:
|
||||||
|
default_view_mode: default
|
||||||
|
allowed_media_types: { }
|
||||||
|
allowed_view_modes: { }
|
||||||
|
|
Loading…
Reference in a new issue