Class: Pageflow::ExternalLinks::Plugin
- Inherits:
-
Plugin
- Object
- Plugin
- Pageflow::ExternalLinks::Plugin
- Defined in:
- lib/pageflow/external_links/plugin.rb
Instance Method Summary collapse
Instance Method Details
#configure(config) ⇒ Object
4 5 6 7 |
# File 'lib/pageflow/external_links/plugin.rb', line 4 def configure(config) config.page_types.register(ExternalLinks.page_type) config.help_entries.register('pageflow.external_links.help_entries.sites', priority: 49) end |