-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"id":"zoho",
"name":"{{LNG.zoho.meta.name}}",
"title":"{{LNG.zoho.meta.title}}",
"version":"1.0",
"category":"file",
"source":{
"icon":"{{pluginHost}}static/images/icon.png"
},
"description":"{{LNG.zoho.meta.desc}}",
"auther":{
"copyright":"hiteochew",
"homePage":"https://github.com/hiteochew/kodexplorer-plugins-zoho"
},
"configItem":{
"formStyle":{
"className":"",
"tabs":[
{
"name":"{{LNG.Plugin.tab.basic}}",
"field":["pluginAuth","pluginAuthOpen","sep001","openWith","fileExt","fileSort"]
},
{
"name":"{{LNG.zoho.Config.setting}}",
"field":["zohoApiKey"]
}
]
},
"pluginAuth":{
"type":"userSelect",
"value":"all:1",
"display":"{{LNG.Plugin.config.auth}}",
"desc":"{{LNG.Plugin.config.authDesc}}",
"require":1
},
"sep001":"<hr/>",
"openWith":{
"type":"radio",
"value":"dialog",
"display":"{{LNG.Plugin.Config.openWith}}",
"info":[
["dialog","{{LNG.Plugin.Config.openWithDilog}}"],
["window","{{LNG.Plugin.Config.openWithWindow}}"]
]
},
"fileExt":{
"type":"tags",
"display":"{{LNG.Plugin.Config.fileExt}}",
"desc":"{{LNG.Plugin.Config.fileExtDesc}}",
"value":"doc,docm,docx,dot,dotm,dotx,epub,fodt,htm,html,mht,odt,pdf,rtf,txt,djvu,xps,fodp,odp,pot,potm,potx,pps,ppsm,ppsx,ppt,pptm,pptx,csv,fods,ods,xls,xlsm,xlsx,xlt,xltm,xltx,sxc,tsv,sxi",
},
"fileSort":{
"type":"number",
"display":"{{LNG.Plugin.Config.fileSort}}",
"desc":"{{LNG.Plugin.Config.fileSortDesc}}",
"value":10,
},
"zohoApiKey":{
"className":"form-box-title-right",
"type":"input",
"value":"",
"display":"{{LNG.zoho.Config.entryPointxoom_ZohoAPIKey}}",
"desc":"<a href='https://zapi.zoho.com.cn/apigen.do' target='_blank'>{{LNG.zoho.Config.entryPointxoom}}</a>",
}
}
}