mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
basic XML import works + small fixes
This commit is contained in:
@@ -14,9 +14,16 @@ const fileFormat = {
|
||||
args: [
|
||||
{
|
||||
type: 'text',
|
||||
name: 'elementName',
|
||||
label: 'Element name',
|
||||
apiName: 'elementName',
|
||||
name: 'rootElementName',
|
||||
label: 'Root element name',
|
||||
apiName: 'rootElementName',
|
||||
direction: 'target',
|
||||
},
|
||||
{
|
||||
type: 'text',
|
||||
name: 'itemElementName',
|
||||
label: 'Item element name',
|
||||
apiName: 'itemElementName',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user