Sha256: 05c688d213c994650c8fb2c419494892984a41fb663c288933a4be5107b9723f
Contents?: true
Size: 504 Bytes
Versions: 39
Compression:
Stored size: 504 Bytes
Contents
/* Sir Trevor ItemText Block. This block takes an ID, fetches the record from solr, displays the image, title, and any provided text and displays them. */ SirTrevor.Blocks.Rule = (function(){ return SirTrevor.Block.extend({ type: "rule", title: function() { return i18n.t('blocks:rule:title'); }, icon_name: "rule", previewable: false, editorHTML: function() { return _.template(this.template, this)(this); }, template: '<hr />' }); })();
Version data entries
39 entries across 39 versions & 1 rubygems