Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
8
lib/generators/redmine_plugin/templates/init.rb.erb
Normal file
8
lib/generators/redmine_plugin/templates/init.rb.erb
Normal file
|
@ -0,0 +1,8 @@
|
|||
Redmine::Plugin.register :<%= plugin_name %> do
|
||||
name '<%= plugin_pretty_name %> plugin'
|
||||
author 'Author name'
|
||||
description 'This is a plugin for Redmine'
|
||||
version '0.0.1'
|
||||
url 'http://example.com/path/to/plugin'
|
||||
author_url 'http://example.com/about'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue