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

@@ -46,7 +46,7 @@ export class Contentful implements INodeType {
displayName: 'Source',
name: 'source',
type: 'options',
default: 'Delivery API',
default: 'deliveryApi',
description: 'Pick where your data comes from, delivery or preview API',
options: [
{
@@ -71,7 +71,7 @@ export class Contentful implements INodeType {
LocaleDescription.resource,
SpaceDescription.resource,
],
default: '',
default: 'entry',
description: 'The resource to operate on.'
},