1 | NO CONTENT: file renamed from extra/sample_plugin/app/views/settings/_settings.rhtml to extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml |
|
NO CONTENT: file renamed from extra/sample_plugin/app/views/settings/_settings.rhtml to extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml |
@@ -8,7 +8,7 Redmine::Plugin.register :sample_plugin do | |||||
8 | author 'Author name' |
|
8 | author 'Author name' | |
9 | description 'This is a sample plugin for Redmine' |
|
9 | description 'This is a sample plugin for Redmine' | |
10 | version '0.0.1' |
|
10 | version '0.0.1' | |
11 | settings :default => {'sample_setting' => 'value', 'foo'=>'bar'}, :partial => 'settings/settings' |
|
11 | settings :default => {'sample_setting' => 'value', 'foo'=>'bar'}, :partial => 'settings/sample_plugin_settings' | |
12 |
|
12 | |||
13 | # This plugin adds a project module |
|
13 | # This plugin adds a project module | |
14 | # It can be enabled/disabled at project level (Project settings -> Modules) |
|
14 | # It can be enabled/disabled at project level (Project settings -> Modules) |
General Comments 0
You need to be logged in to leave comments.
Login now