Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
309
Merge Requests
309
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
a95db96e
Commit
a95db96e
authored
Mar 17, 2013
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1919184
by nikhilasrani, vijaycs85: Create configuration schemas for menu module.
parent
f4bc9f87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
core/modules/menu/config/schema/menu.schema.yml
core/modules/menu/config/schema/menu.schema.yml
+1
-15
core/modules/system/config/schema/system.schema.yml
core/modules/system/config/schema/system.schema.yml
+14
-0
No files found.
core/modules/menu/config/schema/menu.schema.yml
View file @
a95db96e
# Schema for configuration files of the
m
enu module.
# Schema for configuration files of the
M
enu 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'
core/modules/system/config/schema/system.schema.yml
View file @
a95db96e
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment