editor_test.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/editor/tests/modules/config/schema/editor_test.schema.yml
  2. 10 core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml
  3. 11.x core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml
core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml

File

core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml

View source
  1. # Schema for the configuration files of the Editor test module.
  2. editor.settings.unicorn:
  3. type: mapping
  4. label: 'Unicorn settings'
  5. mapping:
  6. ponies_too:
  7. type: boolean
  8. label: 'Ponies too'
  9. editor.settings.trex:
  10. type: mapping
  11. label: 'T-Rex settings'
  12. mapping:
  13. stumpy_arms:
  14. type: boolean
  15. label: 'Stumpy arms'

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