first commit.
This commit is contained in:
1
plugin/html/config.html
Normal file
1
plugin/html/config.html
Normal file
@ -0,0 +1 @@
|
||||
<div id="plugin-config-root"></div>
|
BIN
plugin/image/icon.png
Normal file
BIN
plugin/image/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
26
plugin/manifest.json
Normal file
26
plugin/manifest.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json",
|
||||
"manifest_version": 1,
|
||||
"version": "1.0.0",
|
||||
"type": "APP",
|
||||
"desktop": {
|
||||
"js": ["js/desktop.js"]
|
||||
},
|
||||
"mobile": {
|
||||
"js": ["js/desktop.js"]
|
||||
},
|
||||
"icon": "image/icon.png",
|
||||
"config": {
|
||||
"html": "html/config.html",
|
||||
"js": ["js/config.js"],
|
||||
"required_params": ["lookup"]
|
||||
},
|
||||
"name": {
|
||||
"ja": "Lookupファイル同期プラグイン",
|
||||
"en": "Lookup file sync plugin"
|
||||
},
|
||||
"description": {
|
||||
"en": "Synchronize files using the Lookup field",
|
||||
"ja": "Lookupフィールドを利用してファイルの同期を行います。"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user