Sha256: 0721cbfb676e105a29461093083d37b6458e32b2dd8ecb2c978d7b769ef3c3e5

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 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, 'rss20', :input_type => :radio,
          :choices => [["rss20",  "RSS 2.0"], ["atom10", "Atom 1.0"]]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-4.1.1 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.0.1 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.0.2 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
typo-5.0 vendor/plugins/xml_sidebar/lib/xml_sidebar.rb