Sha256: 9341dc44ce337bc957f908ebc9cc6466c277fbd9ad5b2ac619aef32f30acaf25
Contents?: true
Size: 280 Bytes
Versions: 7
Compression:
Stored size: 280 Bytes
Contents
module Pageflow module InternalLinks class Plugin < Pageflow::Plugin def configure(config) config.page_types.register(InternalLinks.grid_page_type) config.features.register(PageTypeFeature.new(InternalLinks.list_page_type)) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems