This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/core/config/schema/core.menu.schema.yml
2017-02-13 15:31:17 +00:00

27 lines
623 B
YAML

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'