Sha256: 8ebffdcfba61c14b7c76179402b365289f78c4d042ec947cf17efd223b6648e8

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
kontent-jekyll-0.11.1 lib/kontent-jekyll/constants/page_type.rb
kontent-jekyll-0.11.0 lib/kontent-jekyll/constants/page_type.rb