Sha256: 4b64b7c9e7e88ffb1919aa6ed58f0c26041619bd8846aba1b787cec44652259f
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 Bytes
Contents
module Pageflow module OutlineNavigationBar class FixedWidgetType < OutlineNavigationBar::WidgetType def name 'outline_navigation_bar_fixed' end def translation_key 'pageflow.outline_navigation_bar.fixed.widget_type_name' end def render(template, entry) super(template, entry, expandable: false) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems