Sha256: f2f65e4324a1831d1b7d297e8a7339c4f01c6d3d1e243cf03f2d41dff1295ada

Contents?: true

Size: 292 Bytes

Versions: 6

Compression:

Stored size: 292 Bytes

Contents

Refinery::Plugin.register do |plugin|
  plugin.title = "News"
  plugin.description = "Provides a blog-like news section"
  plugin.version = 1.0
  plugin.menu_match = /admin\/news(_items)?$/
  plugin.activity = {
    :class => NewsItem,
    :title => 'title',
    :url_prefix => 'edit'
  }
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
refinerycms-news-0.9.7.3 rails/init.rb
refinerycms-news-0.9.7.2 rails/init.rb
refinerycms-news-0.9.7.1 rails/init.rb
sneakin-refinerycms-news-0.9.7.2 rails/init.rb
sneakin-refinerycms-news-0.9.7.1 rails/init.rb
refinerycms-news-0.9.7 rails/init.rb