lib/spotlight/engine.rb in blacklight-spotlight-3.0.0.alpha.10 vs lib/spotlight/engine.rb in blacklight-spotlight-3.0.0.rc1
- old
+ new
@@ -261,9 +261,12 @@
# rubocop:enable Lint/SendWithMixinArgument
config.exhibit_themes = ['default']
config.default_page_content_type = 'SirTrevor'
+
+ # Added here for backwards compatability with SirTrevor 0.6
+ # and apps who have customized their avaialble widgets
config.sir_trevor_widgets = %w[
Heading Text List Quote Iframe Video Oembed Rule UploadedItems Browse LinkToSearch
FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed
SolrDocumentsFeatures SolrDocumentsGrid SearchResults
]