Feature(map): add super block message logic

This commit is contained in:
Berkeley Martinez
2016-06-23 16:08:01 -07:00
parent 566ad4fd24
commit b434ef6e43
5 changed files with 12 additions and 10 deletions

View File

@@ -59,7 +59,8 @@ function cachedMap(Block) {
order: block.superOrder,
name: nameify(_.startCase(block.superBlock)),
dashedName: block.superBlock,
blocks: [block]
blocks: [block],
message: block.superBlockMessage
};
}
return map;