lib/spotlight/engine.rb in blacklight-spotlight-1.0.0.alpha1 vs lib/spotlight/engine.rb in blacklight-spotlight-1.0.0.alpha2

- old
+ new

@@ -197,7 +197,13 @@ # make blacklight configuration play nice with bootstrap_form Blacklight::OpenStructWithHashAccess.send(:extend, ActiveModel::Translation) config.exhibit_themes = ['default'] + + config.sir_trevor_widgets = %w( + Heading Text List Quote Iframe Video Oembed Rule UploadedItems Browse + FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed + SolrDocumentsFeatures SolrDocumentsGrid SearchResults + ) end end