Sha256: f676d110b01f11ba9eb8ba29a3c10fc301d7057dc928703c8d0f527cbc685482

Contents?: true

Size: 311 Bytes

Versions: 8

Compression:

Stored size: 311 Bytes

Contents

class CmsTag::PageRichText < CmsBlock
  
  include CmsTag
  
  def self.regex_tag_signature(label = nil)
    label ||= /[\w\-]+/
    /\{\{\s*cms:page:(#{label}):rich_text\s*\}\}/
  end
  
  def content=(value)
    write_attribute(:content, value)
  end
  
  def content
    read_attribute(:content)
  end
  
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
comfortable_mexican_sofa-1.0.51 lib/comfortable_mexican_sofa/cms_tag/page_rich_text.rb
comfortable_mexican_sofa-1.0.50 lib/comfortable_mexican_sofa/cms_tag/page_rich_text.rb
comfortable_mexican_sofa-1.0.49 lib/comfortable_mexican_sofa/cms_tag/page_rich_text.rb
comfortable_mexican_sofa-1.0.48 lib/comfortable_mexican_sofa/cms_tag/page_rich_text.rb
lucy_cms-0.0.6 lib/LucyCMS/cms_tag/page_rich_text.rb
lucy_cms-0.0.5 lib/LucyCMS/cms_tag/page_rich_text.rb
lucy_cms-0.0.4 lib/LucyCMS/cms_tag/page_rich_text.rb
comfortable_mexican_sofa-1.0.47 lib/comfortable_mexican_sofa/cms_tag/page_rich_text.rb