Sha256: 0fd8ad29c0ecee5cd3248653ee655e84133480cbb084394b0fc440fcc9d62d59
Contents?: true
Size: 307 Bytes
Versions: 5
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module SirTrevorRails module Blocks ## # Embed documents (using a special blacklight view configuration) and text block class SolrDocumentsEmbedBlock < SirTrevorRails::Blocks::SolrDocumentsBlock def self.alt_text? false end end end end
Version data entries
5 entries across 5 versions & 1 rubygems