Update menu
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
return array(
|
||||
'enable' => true ,
|
||||
"name" => "Nội dung",
|
||||
"icon_class" => 'iconify lucide--users tw-tsa',
|
||||
"url" => "",
|
||||
"menu" => array(
|
||||
|
||||
@@ -12,6 +13,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'article/home',
|
||||
'name' => 'Tin bài',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/article',
|
||||
),
|
||||
|
||||
@@ -21,6 +23,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'media/home',
|
||||
'name' => 'Thư viện file Media',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/media',
|
||||
),
|
||||
|
||||
@@ -30,6 +33,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'page/home',
|
||||
'name' => 'Nội dung cố định',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/page',
|
||||
),
|
||||
|
||||
@@ -39,6 +43,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'album/home',
|
||||
'name' => 'Thư viện ảnh',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/album',
|
||||
),
|
||||
|
||||
@@ -48,6 +53,7 @@ return array(
|
||||
'view' => 'home',
|
||||
'id' => 'video/home',
|
||||
'name' => 'Video',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/video',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user