KodExplorer/plugins/adminer/package.json

28 lines
589 B
JSON
Raw Normal View History

2017-08-23 19:40:27 +00:00
{
"id":"adminer",
"name":"Adminer",
"title":"{{LNG.Adminer.meta.title}}",
2017-08-30 14:56:22 +00:00
"version":"4.3.2",
2017-08-23 19:40:27 +00:00
"source":{
"thumb":"",
"className":"font-icon icon-bar-chart bg-blue-7",
"screenshoot":["{{pluginHost}}static/screenshot.png"]
},
"category":"tools",
"description":"{{LNG.Adminer.meta.desc}}",
"keywords":"",
"auther":{
"copyright":"adminer.org",
"homePage":"https://www.adminer.org"
},
"configItem":{
"pluginAuth":{
"type":"userSelect",
"value":"role:1",
"display":"{{LNG.Plugin.config.auth}}",
"desc":"{{LNG.Plugin.config.authDesc}}",
"require":1
}
}
}