KodExplorer/plugins/officeLive/package.json

64 lines
1.7 KiB
JSON
Raw Normal View History

2017-08-23 19:40:27 +00:00
{
"id":"officeLive",
"name":"{{LNG.officeLive.meta.name}}",
"title":"{{LNG.officeLive.meta.title}}",
"version":"1.0",
"category":"file",
"source":{
"icon":"{{pluginHost}}static/images/icon.png"
},
"description":"{{LNG.officeLive.meta.desc}}",
"auther":{
"copyright":"kodcloud",
"homePage":"http://kodcloud.com"
},
"configItem":{
"formStyle":{
"className":"form-box-title-left",
"tabs":[
{
"name":"{{LNG.Plugin.tab.basic}}",
"field":["sep001","pluginAuth","openWith","apiServer"]
}
]
},
"pluginAuth":{
"type":"userSelect",
"value":"all:1",
"display":"{{LNG.Plugin.config.auth}}",
"desc":"{{LNG.Plugin.config.authDesc}}",
"require":1
},
"openWith":{
"type":"radio",
"value":"dialog",
"display":"{{LNG.Plugin.Config.openWith}}",
"info":[
["dialog","{{LNG.Plugin.Config.openWithDilog}}"],
["window","{{LNG.Plugin.Config.openWithWindow}}"]
]
},
"apiServer":{
"type":"input",
"value":"https://preview.tita.com/op/view.aspx?src=",
"display":"{{LNG.officeLive.Config.apiServer}}",
"desc":"{{LNG.officeLive.Config.apiServerDesc}}",
"require":1
},
"sep1001":"<hr/>",
"fileExt":{
"type":"tags",
"display":"{{LNG.Plugin.Config.fileExt}}",
"desc":"{{LNG.Plugin.Config.fileExtDesc}}",
"value":"doc,docx,docm,dot,dotx,dotm,rtf,xls,xlsx,xlt,xlsb,xlsm,csv,ppt,pptx,pps,ppsx,pptm,potm,ppam,potx,ppsm,mpp,vsd,vss,vst,vdx,vsx,vtx,odt,ods,odp,ott,ots,otp,wps,wpt",
},
"fileSort":{
"type":"number",
"display":"{{LNG.Plugin.Config.fileSort}}",
"desc":"{{LNG.Plugin.Config.fileSortDesc}}",
"value":5,
}
}
}