Security update for permissions_by_term
[yaffs-website] / web / core / config / schema / core.menu.schema.yml
1 core.menu.static_menu_link_overrides:
2   type: config_object
3   label: 'Static menu link overrides'
4   mapping:
5     definitions:
6       type: sequence
7       label: Definitions
8       sequence:
9         type: mapping
10         label: Definition
11         mapping:
12           menu_name:
13             type: string
14             label: 'Menu name'
15           parent:
16             type: string
17             label: 'Parent'
18           weight:
19             type: integer
20             label: 'Weight'
21           expanded:
22             type: boolean
23             label: 'Expanded'
24           enabled:
25             type: boolean
26             label: 'Enabled'