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

Version Path
locomotivecms_steam-1.5.0.rc0 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.5.0.beta3 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.5.0.beta2 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.5.0.beta1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.4.1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.4.0 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.4.0.rc2 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.4.0.rc1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.4.0.pre.rc.1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.3.0 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.3.0.rc2 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.1.2 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.3.0.rc1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.0 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.0.rc3 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.0.rc2 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.0.rc1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.2.0.beta1 lib/locomotive/steam/liquid/tags/inline_editor.rb
locomotivecms_steam-1.1.1 lib/locomotive/steam/liquid/tags/inline_editor.rb