Class: PageDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- PageDrop
- Includes:
- ModeDependentDropConcerns, SectionRenderingDropConcerns, ShareableDropConcerns
- Defined in:
- app/drops/page_drop.rb
Overview
Instance Method Summary collapse
-
#active? ⇒ Boolean
Returns true if this is the currently displayed page.
- #content ⇒ String
- #id ⇒ Integer
-
#sections ⇒ <Array<SectionDrop>]
Returns an array of all the added sections.
-
#settings ⇒ ThemeSettingsDrop
Returns configured settings for the page.
- #slug ⇒ String
- #title ⇒ String
- #url ⇒ String
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#active? ⇒ Boolean
Returns true if this is the currently displayed page
#content ⇒ String
#id ⇒ Integer
#sections ⇒ <Array<SectionDrop>]
Returns an array of all the added sections
#settings ⇒ ThemeSettingsDrop
Returns configured settings for the page