You are here

menu_test.schema.yml in Drupal 10

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'