Skip to content

Commit 037a7fe

Browse files
committed
Update README.md
1 parent be369d9 commit 037a7fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Redmine view customize plugin
33

44
This a plugin allows you to customize the view for the [Redmine](http://www.redmine.org).
55

6+
Features
7+
------------
8+
9+
By adding JavaScript or CSS to the matched path, a screen is made customizable.
10+
11+
612
Installation
713
------------
814

@@ -13,6 +19,22 @@ Install the plugin in your Redmine plugins directory, clone this repository as `
1319
cd ../
1420
rake redmine:plugins:migrate
1521

22+
Usage
23+
------------
24+
25+
### Setting
26+
27+
Pluginをインストールすると、管理者メニューに"View customize"が追加されます。
28+
29+
Addにより、新規設定を追加します。
30+
31+
Path patternには、JavaScriptまたはStyleSheetを埋め込みたいパスのパターン(正規表現)を入力します。
32+
33+
埋め込みたいJavaScriptまたはCSSを入力します。
34+
35+
パスに一致すると、JavaScrptまたはStyleSheetが埋め込まれ、画面表示が変更されます。
36+
37+
1638
Supported versions
1739
------------------
1840

0 commit comments

Comments
 (0)