Sha256: b36ecfdb25c4e4566767183f50f5b6852fe95e535843566d8785247d936294cc
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 Bytes
Contents
class ComfyPress::Tag::FieldDateTime include ComfyPress::Tag def self.regex_tag_signature(identifier = nil) identifier ||= IDENTIFIER_REGEX /\{\{\s*cms:field:(#{identifier}):datetime\s*\}\}/ end def content block.content end def render '' end end
Version data entries
3 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfypress-0.1.4 | db/lib/comfypress/tags/field_datetime.rb |
comfypress-0.1.4 | lib/comfypress/tags/field_datetime.rb |
comfypress-0.1.3 | lib/comfypress/tags/field_datetime.rb |