mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 16:56:11 +01:00
feat(app\pages): add editor page and ckeditor
This commit is contained in:
parent
9af0e22650
commit
dbbac18846
10 changed files with 75 additions and 1 deletions
|
|
@ -7,6 +7,18 @@ export const menuItems = [
|
|||
expanded: false,
|
||||
order: 0
|
||||
},
|
||||
{
|
||||
title: 'Editors',
|
||||
component: 'Editors',
|
||||
icon: 'ion-edit',
|
||||
order: 100,
|
||||
subMenu: [
|
||||
{
|
||||
title: 'CKEditor',
|
||||
component: 'Ckeditor'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Charts',
|
||||
component: 'Charts',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue