Merge remote-tracking branch 'origin/master' into feature/slicing
This commit is contained in:
@@ -30,7 +30,7 @@ export const MENU: TMenu[] = [
|
||||
icon: DocumentIcon,
|
||||
},
|
||||
{
|
||||
title: 'Konten',
|
||||
title: 'Artikel',
|
||||
url: '/lg-admin/contents',
|
||||
icon: ChatIcon,
|
||||
},
|
||||
@@ -67,3 +67,30 @@ export const MENU: TMenu[] = [
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
export const SUB_MENU = [
|
||||
{
|
||||
title: 'Buat Artikel',
|
||||
path: '/lg-admin/contents/create',
|
||||
},
|
||||
{
|
||||
title: 'Update Artikel',
|
||||
path: '/lg-admin/contents/update',
|
||||
},
|
||||
{
|
||||
title: 'Buat Kategori',
|
||||
path: '/lg-admin/categories/create',
|
||||
},
|
||||
{
|
||||
title: 'Update Kategori',
|
||||
path: '/lg-admin/categories/update',
|
||||
},
|
||||
{
|
||||
title: 'Buat Tag',
|
||||
path: '/lg-admin/tags/create',
|
||||
},
|
||||
{
|
||||
title: 'Update Tag',
|
||||
path: '/lg-admin/tags/update',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user