Sha256: 23ae58cd51bd176957dcb4239cc67da240648c925e31ab8d3035a808d07693e2

Contents?: true

Size: 268 Bytes

Versions: 3

Compression:

Stored size: 268 Bytes

Contents

module Kentico
  module Kontent
    module SiteProcessing
      class CustomSiteProcessor
        def self.for(config)
          class_name = config.custom_site_processor
          class_name && Module.const_get(class_name).new
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kontent-jekyll-1.0.0 lib/kontent-jekyll/site_processing/custom_site_processor.rb
kontent-jekyll-0.12.0 lib/kontent-jekyll/site_processing/custom_site_processor.rb
kontent-jekyll-0.11.2 lib/kontent-jekyll/site_processing/custom_site_processor.rb