Class: Scrollytelling::Navigation::WidgetType
- Inherits:
-
Pageflow::WidgetType
- Object
- Pageflow::WidgetType
- Scrollytelling::Navigation::WidgetType
- Defined in:
- lib/scrollytelling/navigation/widget_type.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
6 7 8 |
# File 'lib/scrollytelling/navigation/widget_type.rb', line 6 def name 'scrollytelling_navigation' end |
#render(template, entry) ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'lib/scrollytelling/navigation/widget_type.rb', line 14 def render(template, entry) template.render( partial: 'scrollytelling/navigation/widget', locals: { entry: entry } ) end |
#roles ⇒ Object
10 11 12 |
# File 'lib/scrollytelling/navigation/widget_type.rb', line 10 def roles ['navigation'] end |