Skip to content

Commit 9834523

Browse files
authored
Added in kintone-confighelper.js
It was missing from the directory structure
1 parent 8f9c0d9 commit 9834523

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ This plug-in displays tooltips next to users listed in the User Selection field
1010
This sample plug-in is created with the following directory structure.
1111

1212
src/
13-
── html/
13+
── html/
1414
│        └──── config.html
15-
── css/
16-
│        ──── 51-modern-default.css
17-
│        ──── config.css
15+
── css/
16+
│        ──── 51-modern-default.css
17+
│        ──── config.css
1818
│        └──── desktop.css
19-
├── js/
20-
│        ├──── config.js
21-
│        └──── desktop.js
22-
├── image/
19+
└── js/
20+
│        └──── config.js
21+
│        └──── desktop.js
22+
│        └──── kintone-config-helper.js
23+
└── image/
2324
│        └──── comment.png
2425
└── manifest.json
2526

0 commit comments

Comments
 (0)