Remove markdown from Basic HTML text format
Due to error when viewing the front page that uses Layout Builder.
This commit is contained in:
parent
396aee5e59
commit
4b49012e21
|
@ -4,7 +4,6 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- markdown
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: mclCbTlJwWJORez4Y1eX2MqA0aGjSMAoJb3TaBABcK8
|
default_config_hash: mclCbTlJwWJORez4Y1eX2MqA0aGjSMAoJb3TaBABcK8
|
||||||
name: 'Basic HTML'
|
name: 'Basic HTML'
|
||||||
|
@ -32,7 +31,7 @@ filters:
|
||||||
filter_html:
|
filter_html:
|
||||||
id: filter_html
|
id: filter_html
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -10
|
weight: -10
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol start type> <strong> <em> <code> <li> <img src alt data-entity-uuid data-entity-type height width data-caption data-align>'
|
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol start type> <strong> <em> <code> <li> <img src alt data-entity-uuid data-entity-type height width data-caption data-align>'
|
||||||
|
@ -50,26 +49,3 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: 15
|
weight: 15
|
||||||
settings: { }
|
settings: { }
|
||||||
markdown:
|
|
||||||
id: markdown
|
|
||||||
provider: markdown
|
|
||||||
status: true
|
|
||||||
weight: -15
|
|
||||||
settings:
|
|
||||||
id: commonmark
|
|
||||||
enabled: true
|
|
||||||
render_strategy:
|
|
||||||
type: filter_output
|
|
||||||
custom_allowed_html: ''
|
|
||||||
plugins:
|
|
||||||
commonmark: true
|
|
||||||
commonmark-external-links: false
|
|
||||||
commonmark-footnotes: false
|
|
||||||
commonmark-heading-permalink: false
|
|
||||||
commonmark-strikethrough: false
|
|
||||||
commonmark-table: false
|
|
||||||
commonmark-task-list: false
|
|
||||||
filter_align: true
|
|
||||||
filter_caption: true
|
|
||||||
override: false
|
|
||||||
filterFormat: basic_html
|
|
||||||
|
|
Loading…
Reference in a new issue