Sha256: b33b6f3d458914fb0f6d729b56ca803e89d59bc6d27dff12799df257bd31bbfa

Contents?: true

Size: 729 Bytes

Versions: 3

Compression:

Stored size: 729 Bytes

Contents

module GovukNavigationHelpers
  module Guidance
    # DO NOT COPY THIS LIST
    # This hard-coded list is a temporary measure, and will eventually be replaced by a change in Rummager that
    # will allow us to search for "Guidance" content.
    # See: https://trello.com/c/hxGPJ9jw/435-consolidate-guidance-document-types-into-search
    DOCUMENT_TYPES = %w[
      answer
      contact
      detailed_guide
      document_collection
      form
      guidance
      guide
      licence
      local_transaction
      manual
      map
      place
      programme
      promotional
      regulation
      simple_smart_answer
      smart_answer
      statutory_guidance
      transaction
      travel_advice
      ].freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
govuk_navigation_helpers-3.2.1 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-3.2.0 lib/govuk_navigation_helpers/guidance.rb
govuk_navigation_helpers-3.1.1 lib/govuk_navigation_helpers/guidance.rb