Sha256: def812ed692fb67a53d46264596e6a26c9b3a5946392273ee26a32526a32a585

Contents?: true

Size: 208 Bytes

Versions: 8

Compression:

Stored size: 208 Bytes

Contents

module Pageflow
  module TimelinePage
    class Plugin < Pageflow::Plugin
      def configure(config)
        config.features.register(PageTypeFeature.new(TimelinePage.page_type))
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pageflow-timeline-page-1.6.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.5.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.4.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.3.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.2.1 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.1.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-1.0.0 lib/pageflow/timeline_page/plugin.rb
pageflow-timeline-page-0.1.0 lib/pageflow/timeline_page/plugin.rb