Minor improvements to Contentful-Node

This commit is contained in:
Jan Oberhauser
2020-08-25 11:22:14 +02:00
parent 8496f788af
commit 2c9e589c72
6 changed files with 14 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ export const fields = [
placeholder: 'Add parameter',
type: 'fixedCollection',
typeOptions: {
multipleValues: true
multipleValues: true,
},
default: {},
options: [
@@ -29,9 +29,9 @@ export const fields = [
type: 'string',
default: '',
description: 'Value of the search parameter to set.'
}
]
}
]
},
],
},
],
}
] as INodeProperties[];