Sha256: 4a45dfc068b4c6c1eb4c12257231c52e588919fbee18b7b01c0f58410c5ff4c5
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true module Bridgetown module Drops class UnifiedPayloadDrop < Drop mutable true attr_accessor :page, :layout, :content, :paginator def bridgetown BridgetownDrop.global end def site @site_drop ||= SiteDrop.new(@obj) end def collections @obj.collections end private def fallback_data @fallback_data ||= {} end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-core-0.20.0 | lib/bridgetown-core/drops/unified_payload_drop.rb |