Method: Pageflow::WidgetType#render_head_fragment
- Defined in:
- lib/pageflow/widget_type.rb
#render_head_fragment(_template, _entry) ⇒ Object
Override to return html that should be placed in the head element of the page. Not supported inside the editor.
59 60 61 |
# File 'lib/pageflow/widget_type.rb', line 59 def render_head_fragment(_template, _entry) '' end |