Class: Spotlight::Engine
- Inherits:
 - 
      Rails::Engine
      
        
- Object
 - Rails::Engine
 - Spotlight::Engine
 
 
- Defined in:
 - lib/spotlight/engine.rb
 
Overview
Spotlight::Engine rubocop:disable Metrics/ClassLength
Defined Under Namespace
Classes: TranslationYamlHandler
Constant Summary collapse
- PRECOMPILE_ASSETS =
 %w[ spotlight/blocks/sir-trevor-icons.svg spotlight/default_thumbnail.jpg spotlight/default_browse_thumbnail.jpg spotlight/spotlight.js spotlight/spotlight.js.map spotlight/spotlight.esm.js spotlight/spotlight.esm.js.map ].freeze
Class Method Summary collapse
Class Method Details
.blacklight_config ⇒ Object
      84 85 86  | 
    
      # File 'lib/spotlight/engine.rb', line 84 def self.blacklight_config Spotlight::Engine.config.default_blacklight_config || catalog_controller.blacklight_config end  |