Class: Locomotive::Steam::Liquid::Tags::InlineEditor Deprecated

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/locomotive/steam/liquid/tags/inline_editor.rb

Overview

Deprecated.

Add custom CSS and JS to let the logged in users edit their page directly from the page it self.

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



13
14
15
16
# File 'lib/locomotive/steam/liquid/tags/inline_editor.rb', line 13

def render(context)
  Locomotive::Common::Logger.warn %(The inline_editor liquid tag is no more used.).yellow
  ''
end