Method: Pageflow::WidgetType#render_head_fragment_with_configuration

Defined in:
lib/pageflow/widget_type.rb

#render_head_fragment_with_configuration(template, entry, _configuration) ⇒ Object

Override instead of render_head_fragment to use the widget configuration. Return html as string that should be placed in the head element of the page.



53
54
55
# File 'lib/pageflow/widget_type.rb', line 53

def render_head_fragment_with_configuration(template, entry, _configuration)
  render_head_fragment(template, entry)
end