Sha256: dc4c1c655a1209a2d51a0fdf34ec620785ad8871206db59030746bdd728b8b6e

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 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

2 entries across 2 versions & 1 rubygems

Version Path
kontent-jekyll-0.11.1 lib/kontent-jekyll/site_processing/custom_site_processor.rb
kontent-jekyll-0.11.0 lib/kontent-jekyll/site_processing/custom_site_processor.rb