Sha256: 1e78047e8d219c81c3dfb6ad087d6ff26067ecf436a79f0677e290478034bd46

Contents?: true

Size: 285 Bytes

Versions: 8

Compression:

Stored size: 285 Bytes

Contents

module Locomotive
  module Builder
    module Liquid
      module Tags
        class InlineEditor < ::Liquid::Tag

          def render(context)
            ''
          end
        end

        ::Liquid::Template.register_tag('inline_editor', InlineEditor)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotivecms_builder-1.0.0.alpha8 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha7 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha6 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha5 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha4 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha3 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha2 lib/locomotive/builder/liquid/tags/inline_editor.rb
locomotivecms_builder-1.0.0.alpha1 lib/locomotive/builder/liquid/tags/inline_editor.rb