Vulcan/packages/custom/lib/template_modules.js
2015-05-11 12:39:32 +09:00

5 lines
No EOL
112 B
JavaScript

// add template module to the hero zone
Telescope.modules.register("hero", {
template: 'hello',
order: 1
});