Apply some automatic updates to basic basic filter format

This commit is contained in:
Keegan Rankin 2024-03-13 10:28:12 -07:00
parent 673902be91
commit 3f8bdaa804
2 changed files with 17 additions and 6 deletions

View file

@ -58,14 +58,15 @@ settings:
- '<h4 id>' - '<h4 id>'
- '<h5 id>' - '<h5 id>'
- '<h6 id>' - '<h6 id>'
drupallink: editor_advanced_link_link:
linkit_enabled: true enabled_attributes: { }
linkit_profile: '' linkit_extension:
linkit_enabled: false
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
directory: inline-images directory: inline-images
max_size: '' max_size: ''
max_dimensions: max_dimensions:
width: null width: 0
height: null height: 0

View file

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
module: module:
- editor - editor
- footnotes
- linkit - linkit
_core: _core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
@ -29,13 +30,22 @@ filters:
status: true status: true
weight: 8 weight: 8
settings: { } settings: { }
filter_footnotes:
id: filter_footnotes
provider: footnotes
status: false
weight: 0
settings:
footnotes_collapse: '0'
footnotes_html: '0'
footnotes_css: '1'
filter_html: filter_html:
id: filter_html id: filter_html
provider: filter provider: filter
status: true status: true
weight: -10 weight: -10
settings: 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_help: false
filter_html_nofollow: false filter_html_nofollow: false
filter_html_image_secure: filter_html_image_secure: