45 lines
1.3 KiB
JSON
Executable File
45 lines
1.3 KiB
JSON
Executable File
{
|
|
"id":"adminer",
|
|
"name":"Adminer",
|
|
"title":"{{LNG['Adminer.meta.title']}}",
|
|
"version":"5.08",
|
|
"source":{
|
|
"thumb":"",
|
|
"className":"font-icon ri-database-fill-2 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":{"user":"1"},
|
|
"display":"{{LNG['admin.plugin.auth']}}",
|
|
"desc":"{{LNG['admin.plugin.authDesc']}}",
|
|
"className":"hidden",
|
|
"require":1
|
|
},
|
|
"openWith":{
|
|
"type":"segment",
|
|
"value":"_blank",
|
|
"display":"{{LNG['admin.plugin.openWith']}}",
|
|
"info":{
|
|
"inline":"<i class='font-icon ri-layout-left-line-2'></i>{{LNG['explorer.app.openInline']}}",
|
|
"dialog":"<i class='font-icon ri-picture-in-picture-fill'></i>{{LNG['explorer.app.openDialog']}}",
|
|
"_blank":"<i class='font-icon ri-external-link-fill'></i>{{LNG['explorer.app.openWindow']}}"
|
|
}
|
|
},
|
|
"menuSubMenu":{
|
|
"type":"switch",
|
|
"value":1,
|
|
"display":"{{LNG['admin.setting.subMenu']}}"
|
|
},
|
|
"pluginTips":{"type":"html","value":"<hr/><div class='info-alert info-alert-yellow'>{{LNG['Adminer.meta.tips']}}</div>"}
|
|
}
|
|
}
|