Class: Spree::PageBlocks::Heading
Constant Summary
collapse
- SIZE_DEFAULT =
'large'
Spree::PageBlock::BOTTOM_PADDING_DEFAULT, Spree::PageBlock::CONTAINER_ALIGNMENT_DEFAULT, Spree::PageBlock::TEXT_ALIGNMENT_DEFAULT, Spree::PageBlock::TOP_PADDING_DEFAULT, Spree::PageBlock::WIDTH_DESKTOP_DEFAULT
Instance Method Summary
collapse
Instance Method Details
#display_name ⇒ Object
13
14
15
|
# File 'app/models/spree/page_blocks/heading.rb', line 13
def display_name
text.to_plain_text.truncate(30)
end
|
#icon_name ⇒ Object
9
10
11
|
# File 'app/models/spree/page_blocks/heading.rb', line 9
def icon_name
'heading'
end
|