mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* Some code cleanup
* Lots of notes/thoughts
This commit is contained in:
parent
e8346779da
commit
3f92a7949d
6 changed files with 157 additions and 41 deletions
|
@ -50,6 +50,13 @@ function MenuModule(options) {
|
|||
// :TODO: fetch and render via method/generator
|
||||
break;
|
||||
|
||||
case 'inline' :
|
||||
if(_.isString(assetSpec.asset)) {
|
||||
// :TODO: think about this more in relation to themes, etc. How can this come
|
||||
// from a theme (with override from menu.json) ???
|
||||
}
|
||||
break;
|
||||
|
||||
default :
|
||||
cb(new Error('Unsupported art asset type'));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue