Sha256: 7537fc309c3e55776df1cf026db7fd9e67962f07a62e22953be45ffcb22098ce
Contents?: true
Size: 499 Bytes
Versions: 41
Compression:
Stored size: 499 Bytes
Contents
module Locomotive module Steam module Liquid module Tags # Add custom CSS and JS to let the logged in users # edit their page directly from the page it self. # # @deprecated # class InlineEditor < Solid::Tag tag_name :inline_editor def display Locomotive::Common::Logger.warn %(The inline_editor liquid tag is no more used.).yellow '' end end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems