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

Inherits:
ShortText
  • Object
show all
Defined in:
lib/locomotive/steam/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

#blank?, #default_render, #initialize, #parse, #render

Constructor Details

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

Instance Method Details

#default_element_attributesObject



77
78
79
# File 'lib/locomotive/steam/liquid/tags/editable/text.rb', line 77

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