Sha256: 23bdc5ccfed7649b1af3325fa3fbf8753de01a31fca3cdf8e14047f41e8a5a49
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 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') end end end
Version data entries
5 entries across 5 versions & 1 rubygems