Sha256: 06738cad1bbd1dfb7ea2f78650ed895c225b8a450f0ed43a76f4c356e8570a28
Contents?: true
Size: 479 Bytes
Versions: 98
Compression:
Stored size: 479 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", editorHTML: function() { return _.template(this.template, this)(this); }, template: '<hr />' }); })();
Version data entries
98 entries across 98 versions & 1 rubygems