filter_test.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
  2. 8.9.x core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
  3. 10 core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml

File

core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml

View source
  1. # Schema for the configuration files of the Filter test module.
  2. filter_settings.filter_test_restrict_tags_and_attributes:
  3. type: mapping
  4. label: 'Filter to restrict HTML tags and attributes'
  5. mapping:
  6. restrictions:
  7. type: mapping
  8. label: 'Restrictions'
  9. mapping:
  10. allowed:
  11. type: sequence
  12. label: 'Allowed tags and attributes'
  13. sequence:
  14. type: ignore
  15. label: 'Tag and optionally list of attributes'

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