Add main menu customisation

This commit is contained in:
Nick O'Leary
2015-04-13 13:55:17 +01:00
parent b0de8abb63
commit a2aa78afd4
4 changed files with 87 additions and 53 deletions

View File

@@ -145,6 +145,11 @@ module.exports = {
if (theme.help) {
themeSettings.help = theme.help;
}
if (theme.hasOwnProperty("menu")) {
themeSettings.menu = theme.menu;
}
return themeApp;
}
},