Vulcan/packages/custom/lib/template_modules.js

5 lines
107 B
JavaScript
Raw Normal View History

2015-05-11 12:39:32 +09:00
// add template module to the hero zone
2015-05-17 15:38:02 +09:00
Telescope.modules.add("hero", {
2015-05-11 12:39:32 +09:00
template: 'hello',
order: 1
});