menu
This commit is contained in:
parent
bbd1800bba
commit
6723a728b0
|
|
@ -441,4 +441,5 @@
|
|||
'Backend\\Widgets\\Table\\DataSourceBase' => 'modules/backend/widgets/table/DataSourceBase.php',
|
||||
'Backend\\Widgets\\Table\\ClientMemoryDataSource' => 'modules/backend/widgets/table/ClientMemoryDataSource.php',
|
||||
'Indikator\\DevTools\\FormWidgets\\Help' => 'plugins/indikator/devtools/formwidgets/Help.php',
|
||||
'Backend\\Traits\\SearchableWidget' => 'modules/backend/traits/SearchableWidget.php',
|
||||
);
|
||||
|
|
@ -1,9 +1,13 @@
|
|||
items:
|
||||
-
|
||||
title: Главная
|
||||
nesting: null
|
||||
type: url
|
||||
url: /
|
||||
code: ''
|
||||
reference: null
|
||||
cmsPage: null
|
||||
replace: null
|
||||
viewBag:
|
||||
locale:
|
||||
en:
|
||||
|
|
@ -47,6 +51,22 @@ items:
|
|||
isHidden: '0'
|
||||
cssClass: ''
|
||||
isExternal: '0'
|
||||
-
|
||||
title: 'New menu item'
|
||||
nesting: 0
|
||||
type: blog-category
|
||||
code: ''
|
||||
reference: '6'
|
||||
cmsPage: category
|
||||
replace: 0
|
||||
viewBag:
|
||||
locale:
|
||||
en:
|
||||
title: Photo
|
||||
url: ''
|
||||
isHidden: '0'
|
||||
cssClass: ''
|
||||
isExternal: '0'
|
||||
-
|
||||
title: 'Static Pages(About and Contact)'
|
||||
nesting: null
|
||||
|
|
|
|||
Loading…
Reference in New Issue