menu_test.schema.yml

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

File

core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml

View source
  1. # Schema for the configuration files of the Hook Menu Test module.
  2. menu_test.menu_item:
  3. type: config_object
  4. label: 'Menu test'
  5. mapping:
  6. title:
  7. type: label
  8. label: 'Title'
  9. menu_test.links.action:
  10. type: config_object
  11. label: 'Menu test local action'
  12. mapping:
  13. title:
  14. type: label
  15. label: 'Title'

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