Sha256: 29aba4ad9b0cce95cab163a6deb9eff664ed3459c74e4092e8f093775ac27068
Contents?: true
Size: 288 Bytes
Versions: 12
Compression:
Stored size: 288 Bytes
Contents
module Pageflow module ExternalLinks class Plugin < Pageflow::Plugin def configure(config) config.page_types.register(ExternalLinks.page_type) config.help_entries.register('pageflow.external_links.help_entries.sites', priority: 49) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems