rules-8.x-3.x-dev/config/optional/filter.format.restricted_html.yml
config/optional/filter.format.restricted_html.yml
# This filter format is a copy of the 'restricted_html' filter format that is
# bundled with Drupal core's 'standard' installation profile. It will be
# installed when Rules is enabled if and only if it does not already exist, and
# will be uninstalled when Rules is uninstalled.
langcode: en
status: true
dependencies:
module:
- filter
- rules
enforced:
module:
- filter
- rules
name: 'Restricted HTML'
format: restricted_html
weight: 1
roles:
- anonymous
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html:
id: filter_html
provider: filter
status: true
weight: -10
settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>'
filter_html_help: true
filter_html_nofollow: false
filter_url:
id: filter_url
provider: filter
status: true
weight: 0
settings:
filter_url_length: 72
