basic XML import works + small fixes

This commit is contained in:
Jan Prochazka
2022-01-30 11:26:10 +01:00
parent 91a77765b6
commit 8bad6da348
7 changed files with 75 additions and 18 deletions

View File

@@ -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',
},
],
};