Skip to content
Snippets Groups Projects
Commit a95db96e authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module.

parent f4bc9f87
No related branches found
No related tags found
No related merge requests found
# Schema for configuration files of the menu module.
# Schema for configuration files of the Menu module.
menu.settings:
type: mapping
......@@ -13,17 +13,3 @@ menu.settings:
override_parent_selector:
type: boolean
label: 'Override parent selector'
menu.menu.*:
type: mapping
label: 'Menu'
mapping:
id:
type: string
label: 'Menu identifier'
label:
type: string
label: 'Menu label'
description:
type: text
label: 'Menu description'
......@@ -37,3 +37,17 @@ system.maintenance:
"message":
type: text
label: "Message to display when in maintenance mode"
menu.menu.*:
type: mapping
label: 'Menu'
mapping:
id:
type: string
label: 'Menu identifier'
label:
type: string
label: 'Menu label'
description:
type: text
label: 'Menu description'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment