Class: AbstractBlogTemplateDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- AbstractBlogTemplateDrop
- 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
Instance Method Summary collapse
- #content ⇒ String
-
#sections ⇒ <Array<SectionDrop>]
Returns an array of all the added sections.
-
#settings ⇒ ThemeSettingsDrop
Returns configured settings for the blog index template.
- #title ⇒ Object
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#content ⇒ String
#sections ⇒ <Array<SectionDrop>]
Returns an array of all the added sections
#settings ⇒ ThemeSettingsDrop
Returns configured settings for the blog index template