Class: AbstractBlogTemplateDrop

Inherits:
Liquid::Simplero::Drop show all
Includes:
ModeDependentDropConcerns, SectionRenderingDropConcerns, ShareableDropConcerns
Defined in:
app/drops/abstract_blog_template_drop.rb

Overview

AbstractBlogTemplateDrop is an abstract class that is inherited by other BlogTemplateDrops like BlogIndexTemplateDrop, BlogPostTemplateDrop, etc.

Direct Known Subclasses

BlogIndexTemplateDrop, BlogPostTemplateDrop

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#contentString

Returns:

  • (String)

#sections<Array<SectionDrop>]

Returns an array of all the added sections

Returns:

#settingsThemeSettingsDrop

Returns configured settings for the blog index template

Returns:

#titleObject