mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🔨 Standardize the simple response option (#1813)
This commit is contained in:
@@ -50,7 +50,7 @@ export const searchFields: INodeProperties[] = [
|
||||
description: 'Term to search for.',
|
||||
},
|
||||
{
|
||||
displayName: 'Simple',
|
||||
displayName: 'Simplify Response',
|
||||
name: 'simple',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
@@ -64,6 +64,6 @@ export const searchFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
description: 'When set to true a simplify version of the response will be used else the raw data.',
|
||||
description: 'Return a simplified version of the response instead of the raw data.',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user