Sha256: 73204342d8a9b8b0ee3e64913d2e97a0c0291c0fcc4827398863d325aae31f6e

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

module Pageflow
  module InternalLinks
    class ListPageType < Pageflow::PageType
      name 'internal_links_list'

      def translation_key_prefix
        'pageflow.internal_links.list'
      end

      def template_path
        'pageflow/internal_links/list/page'
      end

      def view_helpers
        [InternalLinks::ListHelper]
      end

      def export_version
        VERSION
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pageflow-internal-links-1.6.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-1.5.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-1.4.0 lib/pageflow/internal_links/list_page_type.rb
pageflow-internal-links-1.3.0 lib/pageflow/internal_links/list_page_type.rb