Sha256: c32756c568582bdf82fe841962cdc52a0da0e739db44f8d05e3abc994f211d99
Contents?: true
Size: 355 Bytes
Versions: 15
Compression:
Stored size: 355 Bytes
Contents
Refinery::Plugin.register do |plugin| plugin.title = "Pages" plugin.description = "Manage content pages" plugin.version = 1.0 plugin.menu_match = /admin\/((pages)|(page_dialogs)|(page_parts))$/ plugin.activity = {:class => Page, :url_prefix => "edit_", :title => "title", :created_image => "page_add.png", :updated_image => "page_edit.png"} end
Version data entries
15 entries across 15 versions & 1 rubygems