Sha256: 15ee5b15ae545a2e2c09b882b603d59a1136f6249c0d9d40fd801f5c6596eab0

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

module Kentico
  module Kontent
    module Constants
      ##
      # Options provided to a front matter resolver's resolve method.
      # They determine type of the page that will have the front matter injected.

      module PageType
        PAGE = 'page'
        POST = 'post'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kontent-jekyll-1.0.0 lib/kontent-jekyll/constants/page_type.rb
kontent-jekyll-0.12.0 lib/kontent-jekyll/constants/page_type.rb
kontent-jekyll-0.11.2 lib/kontent-jekyll/constants/page_type.rb