Sha256: bef0d4f726e99c44b9d89b859f00deddeba423a86ceb831dedf3f4e58c365bda
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
module Pageflow module InternalLinks class Plugin < Pageflow::Plugin def configure(config) config.features.register(PageTypeFeature.new(InternalLinks.list_page_type)) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pageflow-internal-links-0.2.0 | lib/pageflow/internal_links/plugin.rb |
pageflow-internal-links-0.1.0 | lib/pageflow/internal_links/plugin.rb |