Apply some automatic updates to basic basic filter format
This commit is contained in:
parent
673902be91
commit
3f8bdaa804
2 changed files with 17 additions and 6 deletions
|
@ -58,14 +58,15 @@ settings:
|
|||
- '<h4 id>'
|
||||
- '<h5 id>'
|
||||
- '<h6 id>'
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
linkit_profile: ''
|
||||
editor_advanced_link_link:
|
||||
enabled_attributes: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: false
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
||||
width: 0
|
||||
height: 0
|
||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- footnotes
|
||||
- linkit
|
||||
_core:
|
||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
||||
|
@ -29,13 +30,22 @@ filters:
|
|||
status: true
|
||||
weight: 8
|
||||
settings: { }
|
||||
filter_footnotes:
|
||||
id: filter_footnotes
|
||||
provider: footnotes
|
||||
status: false
|
||||
weight: 0
|
||||
settings:
|
||||
footnotes_collapse: '0'
|
||||
footnotes_html: '0'
|
||||
footnotes_css: '1'
|
||||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<a href hreflang data-entity-type data-entity-uuid data-entity-substitution> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption width height>'
|
||||
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 type start> <strong> <em> <code> <li> <img src alt height width data-entity-uuid data-entity-type data-caption data-align>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
|
Loading…
Add table
Reference in a new issue