filter.format.private_images.yml

Same filename and directory in other branches
  1. 9 core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
  2. 8.9.x core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml
  3. 10 core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml

File

core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - editor
  6. name: 'Private images'
  7. format: private_images
  8. filters:
  9. editor_file_reference:
  10. id: editor_file_reference
  11. provider: editor
  12. status: true
  13. weight: 0
  14. settings: { }
  15. filter_html:
  16. id: filter_html
  17. provider: filter
  18. status: false
  19. weight: -10
  20. settings:
  21. allowed_html: '<img src alt data-entity-type data-entity-uuid>'
  22. filter_html_help: true
  23. filter_html_nofollow: false

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