mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
xml quick export
This commit is contained in:
@@ -30,5 +30,19 @@ const fileFormat = {
|
||||
|
||||
export default {
|
||||
fileFormats: [fileFormat],
|
||||
|
||||
quickExports: [
|
||||
{
|
||||
label: 'XML file',
|
||||
extension: 'xml',
|
||||
createWriter: (fileName) => ({
|
||||
functionName: 'writer@dbgate-plugin-xml',
|
||||
props: {
|
||||
fileName,
|
||||
},
|
||||
}),
|
||||
},
|
||||
],
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user