Sha256: 19494dfebe18c772a8972307c8762cbe48c1825ffdcbe2104f0989e9a3eff14d

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

module Locomotive
  module Builder
    module Liquid
      module Tags
        module Editable
          class ShortText < Base

          end

          ::Liquid::Template.register_tag('editable_short_text', ShortText)
        end
      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/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha7 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha6 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha5 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha4 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha3 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha2 lib/locomotive/builder/liquid/tags/editable/short_text.rb
locomotivecms_builder-1.0.0.alpha1 lib/locomotive/builder/liquid/tags/editable/short_text.rb