Sha256: a1ad082e462f6440a70364e9c9dc81a9abda407bdb9295134ff74d302ebdebe7

Contents?: true

Size: 299 Bytes

Versions: 7

Compression:

Stored size: 299 Bytes

Contents

module Pageflow
  module Sitemap
    class Plugin < Pageflow::Plugin
      def configure(config)
        config.features.register('sitemap') do |feature_config|
          feature_config.help_entries.register('pageflow.sitemap.help_entries.main', priority: 6)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pageflow-sitemap-1.5.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-1.4.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-1.3.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-1.2.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-1.1.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-1.0.0 lib/pageflow/sitemap/plugin.rb
pageflow-sitemap-0.1.0 lib/pageflow/sitemap/plugin.rb