Add also "simple" option to Document->GetAll

This commit is contained in:
Jan Oberhauser
2021-07-18 14:21:30 +02:00
parent b531f31512
commit 5be8b6d5c2
2 changed files with 28 additions and 0 deletions

View File

@@ -247,6 +247,23 @@ export const documentFields = [
},
},
},
{
displayName: 'Simple',
name: 'simple',
type: 'boolean',
default: true,
description: 'Whether to return a simplified version of the response instead of the raw data',
displayOptions: {
show: {
resource: [
'document',
],
operation: [
'getAll',
],
},
},
},
{
displayName: 'Options',
name: 'options',