Sha256: bb68c5d5665af52e5d727cc646dabc4ec3786a1da8f55deb1916d426964af4de

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

require 'pageflow/parent_page_box/engine'

module Pageflow
  module ParentPageBox
    def self.plugin
      ParentPageBox::Plugin.new
    end

    def self.widget_type
      Pageflow::React.create_widget_type('parent_page_box',
                                         'parent_page_box',
                                         'pageflow.parentPageBox.Widget')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-parent-page-box-0.1.0 lib/pageflow-parent-page-box.rb