Sha256: 57fbd2a2101517d4954f52d91459782d0be512db13a969c52fa5e638695634a8

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

class Plugins::Sidebars::XmlController < Sidebars::ComponentPlugin
  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"], ["atom03", "Atom 0.3"]]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-3.99.0 components/plugins/sidebars/xml_controller.rb
typo-3.99.1 components/plugins/sidebars/xml_controller.rb
typo-3.99.2 components/plugins/sidebars/xml_controller.rb
typo-3.99.3 components/plugins/sidebars/xml_controller.rb