feat(sidebar): ability to add custom url into the menu

This commit is contained in:
nixa 2016-05-24 13:18:44 +03:00
parent f2370a2e09
commit d7ec3fa1dd
2 changed files with 23 additions and 4 deletions

View file

@ -128,5 +128,14 @@ export const menuItems = [
}]
}
]
},
{
title: 'External Link',
url: 'http://akveo.com',
icon: 'ion-android-exit',
selected: false,
expanded: false,
order: 800,
target: '_blank'
}
];