Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_sites_all
Commits
996b176d
Commit
996b176d
authored
Sep 10, 2021
by
Eric Bremner
Browse files
ISTWCMS-5009: adding enabled to default UW menu items creation
parent
c75d4908
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_sites_all.install
View file @
996b176d
...
...
@@ -53,6 +53,7 @@ function uw_sites_all_install() {
'link'
=>
[
'uri'
=>
'internal:'
.
$url
],
'menu_name'
=>
$menu_item
[
'menu_name'
],
'weight'
=>
$menu_item
[
'weight'
],
'enabled'
=>
$menu_item
[
'enabled'
],
])
->
save
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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