filter.format.basic_html.yml

modules/demo/config/optional/filter.format.basic_html.yml

File

modules/demo/config/optional/filter.format.basic_html.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. name: 'Basic HTML'
  5. format: basic_html
  6. weight: 0
  7. filters:
  8. filter_html:
  9. id: filter_html
  10. provider: filter
  11. status: true
  12. weight: -10
  13. settings:
  14. allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6> <p> <br> <span> <img>'
  15. filter_html_help: false
  16. filter_html_nofollow: false
  17. filter_align:
  18. id: filter_align
  19. provider: filter
  20. status: true
  21. weight: 7
  22. settings: { }
  23. filter_caption:
  24. id: filter_caption
  25. provider: filter
  26. status: true
  27. weight: 8
  28. settings: { }
  29. filter_html_image_secure:
  30. id: filter_html_image_secure
  31. provider: filter
  32. status: true
  33. weight: 9
  34. settings: { }
  35. filter_htmlcorrector:
  36. id: filter_htmlcorrector
  37. provider: filter
  38. status: true
  39. weight: 10
  40. settings: { }