Version 1
[yaffs-website] / web / core / modules / system / tests / modules / menu_test / config / schema / menu_test.schema.yml
1 # Schema for the configuration files of the Hook Menu Test module.
2
3 menu_test.menu_item:
4   type: config_object
5   label: 'Menu test'
6   mapping:
7     title:
8       type: label
9       label: 'Title'
10 menu_test.links.action:
11   type: config_object
12   label: 'Menu test local action'
13   mapping:
14     title:
15       type: label
16       label: 'Title'