Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module.
parent
f4bc9f8770
commit
a95db96e49
|
@ -1,4 +1,4 @@
|
||||||
# Schema for configuration files of the menu module.
|
# Schema for configuration files of the Menu module.
|
||||||
|
|
||||||
menu.settings:
|
menu.settings:
|
||||||
type: mapping
|
type: mapping
|
||||||
|
@ -13,17 +13,3 @@ menu.settings:
|
||||||
override_parent_selector:
|
override_parent_selector:
|
||||||
type: boolean
|
type: boolean
|
||||||
label: 'Override parent selector'
|
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":
|
"message":
|
||||||
type: text
|
type: text
|
||||||
label: "Message to display when in maintenance mode"
|
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'
|
||||||
|
|
Loading…
Reference in New Issue