Vulcan/packages/custom/lib/template_modules.js

5 lines
112 B
JavaScript
Raw Normal View History

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