feat(app\pages): add editor page and ckeditor

This commit is contained in:
tibing 2016-06-30 14:21:06 +03:00
parent 9af0e22650
commit dbbac18846
10 changed files with 75 additions and 1 deletions

View file

@ -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',