Method: Pageflow::WidgetType#render_with_configuration
- Defined in:
- lib/pageflow/widget_type.rb
#render_with_configuration(template, entry, _configuration) ⇒ Object
Override instead of render to use the widget configuration. Return html as string.
41 42 43 |
# File 'lib/pageflow/widget_type.rb', line 41 def render_with_configuration(template, entry, _configuration) render(template, entry) end |