Class: Locomotive::Liquid::Tags::Editable::LongText

Inherits:
ShortText
  • Object
show all
Defined in:
lib/locomotive/liquid/tags/editable/text.rb

Constant Summary

Constants inherited from Base

Base::Syntax

Instance Attribute Summary

Attributes inherited from Base

#slug

Instance Method Summary collapse

Methods inherited from ShortText

#initialize

Methods inherited from Base

#end_tag, #initialize, #render

Constructor Details

This class inherits a constructor from Locomotive::Liquid::Tags::Editable::ShortText

Instance Method Details

#default_element_attributesObject



70
71
72
# File 'lib/locomotive/liquid/tags/editable/text.rb', line 70

def default_element_attributes
  super.merge(format: 'html', rows: 15, line_break: true)
end