module Pageflow::Localfocus

Constants

VERSION

Public Class Methods

page_type() click to toggle source
# File lib/pageflow/localfocus.rb, line 9
def self.page_type
  Pageflow::React.create_page_type('localfocus')
end
plugin() click to toggle source
# File lib/pageflow/localfocus.rb, line 5
def self.plugin
  Localfocus::Plugin.new
end