Sha256: da88e15295372fcea8bd8252c131009372ce768ce9392d56eb6c3bf1e89dbef0

Contents?: true

Size: 391 Bytes

Versions: 7

Compression:

Stored size: 391 Bytes

Contents

class XmlSidebar < Sidebar
  display_name _("XML Syndication")
  description "RSS and Atom feeds"

  setting :articles,   true,  :input_type => :checkbox
  setting :comments,   true,  :input_type => :checkbox
  setting :trackbacks, false, :input_type => :checkbox

  setting :format, 'atom10', :input_type => :radio,
          :choices => [["rss20",  "RSS 2.0"], ["atom10", "Atom 1.0"]]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.0.3.98 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.1.1 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.1.2 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.1.3 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.1.98 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.1 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb