core.menu.schema.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/config/schema/core.menu.schema.yml
File
core/config/schema/core.menu.schema.ymlView source
- core.menu.static_menu_link_overrides:
- type: config_object
- label: 'Static menu link overrides'
- mapping:
- definitions:
- type: sequence
- label: Definitions
- sequence:
- type: mapping
- label: Definition
- mapping:
- menu_name:
- type: string
- label: 'Menu name'
- parent:
- type: string
- label: 'Parent'
- weight:
- type: integer
- label: 'Weight'
- expanded:
- type: boolean
- label: 'Expanded'
- enabled:
- type: boolean
- label: 'Enabled'