Sha256: b5859c4fd6f25733567c6043c369f7da1e2f618752a132666ac25e016911197a
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
module.exports.register = function (handlebars) { handlebars.registerHelper('editor', function(options) { // Partial var template = handlebars.partials["app/_common/editor/editor"]; return template({ content: options.fn(this) || "" }); }); };
Version data entries
4 entries across 4 versions & 1 rubygems