Sha256: ea18c584526beffbbf7259b19cd31bc9a7008f27fb005208944f8d3326998601
Contents?: true
Size: 740 Bytes
Versions: 42
Compression:
Stored size: 740 Bytes
Contents
//= require spotlight/blocks/solr_documents_base_block SirTrevor.Blocks.SolrDocuments = (function(){ return SirTrevor.Blocks.SolrDocumentsBase.extend({ type: "solr_documents", icon_name: "items", item_options: function() { return this.caption_options() + this.zpr_option(); }, zpr_option: function() { return [ '<div>', '<input name="<%= zpr_key %>" type="hidden" value="false" />', '<input name="<%= zpr_key %>" id="<%= formId(zpr_key) %>" data-key="<%= zpr_key %>" type="checkbox" value="true" />', '<label for="<%= formId(zpr_key) %>"><%= i18n.t("blocks:solr_documents:zpr:title") %></label>', '</div>' ].join("\n"); }, zpr_key: 'zpr_link' }); })();
Version data entries
42 entries across 42 versions & 1 rubygems