filter.format.private_images.yml

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

File

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

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

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