Sha256: ebc25570536203b31afef87246ccd86a5db2b453d7dea187369cb2e9cb916bd3
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
Refinery::Plugin.register do |plugin| plugin.title = "Themes" plugin.description = "Upload and manage themes" plugin.version = 1.0 plugin.activity = {:class => Theme, :title => 'title', :url_prefix => 'edit', :created_image => "layout_add.png", :updated_image => "layout_edit.png"} end
Version data entries
7 entries across 7 versions & 1 rubygems