Improvements to Quick Base Node

This commit is contained in:
Jan Oberhauser
2020-11-25 13:09:58 +01:00
parent 4eed7bb9fb
commit 60be31d410
8 changed files with 47 additions and 37 deletions

View File

@@ -83,6 +83,7 @@ export const recordFields = [
},
},
default: '',
required: true,
placeholder: 'id,name,description',
description: 'Comma separated list of the properties which should used as columns for the new rows.',
},
@@ -363,7 +364,7 @@ export const recordFields = [
name: 'where',
type: 'string',
default: '',
description: 'The filter, using the <a href="https://help.quickbase.com/api-guide/componentsquery.html" target="_blank">Quick Base query language</a>, which determines the records to return.',
description: 'The filter, using the <a href="https://help.quickbase.com/api-guide/componentsquery.html" target="_blank">Quick Base query language</a>, which determines the records to return.',
},
],
},
@@ -403,6 +404,7 @@ export const recordFields = [
},
},
default: '',
required: true,
placeholder: 'id,name,description',
description: 'Comma separated list of the properties which should used as columns for the new rows.',
},
@@ -520,6 +522,7 @@ export const recordFields = [
},
},
default: '',
required: true,
placeholder: 'id,name,description',
description: 'Comma separated list of the properties which should used as columns for the new rows.',
},