first commit
This commit is contained in:
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": ["template"]
|
||||
},
|
||||
"name": {
|
||||
"en": "Word output plugin",
|
||||
"ja": "Word出力プラグイン"
|
||||
},
|
||||
"description": {
|
||||
"en": "Data can be formatted and downloaded using WORD template files.",
|
||||
"ja": "WORDテンプレートファイルを使用して、データを整形してダウンロードできます。"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user