filter.format.restricted_html.yml

Same filename in this branch
  1. 11.x core/profiles/standard/config/install/filter.format.restricted_html.yml
  2. 11.x core/profiles/nightwatch_a11y_testing/config/install/filter.format.restricted_html.yml
  3. 11.x core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
  4. 11.x core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.restricted_html.yml
Same filename and directory in other branches
  1. 9 core/profiles/standard/config/install/filter.format.restricted_html.yml
  2. 9 core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
  3. 9 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.restricted_html.yml
  4. 8.9.x core/profiles/standard/config/install/filter.format.restricted_html.yml
  5. 8.9.x core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
  6. 10 core/profiles/standard/config/install/filter.format.restricted_html.yml
  7. 10 core/profiles/nightwatch_a11y_testing/config/install/filter.format.restricted_html.yml
  8. 10 core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
  9. 10 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.restricted_html.yml
  10. 10 core/recipes/restricted_html_format/config/filter.format.restricted_html.yml
core/recipes/restricted_html_format/config/filter.format.restricted_html.yml

File

core/recipes/restricted_html_format/config/filter.format.restricted_html.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. name: 'Restricted HTML'
  5. format: restricted_html
  6. weight: 1
  7. filters:
  8. filter_html:
  9. id: filter_html
  10. provider: filter
  11. status: true
  12. weight: -10
  13. settings:
  14. 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>'
  15. filter_html_help: true
  16. filter_html_nofollow: false
  17. filter_autop:
  18. id: filter_autop
  19. provider: filter
  20. status: true
  21. weight: 0
  22. settings: { }
  23. filter_url:
  24. id: filter_url
  25. provider: filter
  26. status: true
  27. weight: 0
  28. settings:
  29. filter_url_length: 72

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.