Class: Pageflow::InternalLinks::Plugin

Inherits:
Plugin
  • Object
show all
Defined in:
lib/pageflow/internal_links/plugin.rb

Instance Method Summary collapse

Instance Method Details

#configure(config) ⇒ Object



4
5
6
7
# File 'lib/pageflow/internal_links/plugin.rb', line 4

def configure(config)
  config.page_types.register(InternalLinks.grid_page_type)
  config.features.register(PageTypeFeature.new(InternalLinks.list_page_type))
end