mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Minor improvement
This commit is contained in:
parent
79dd8c1adf
commit
9493d72c21
|
@ -106,13 +106,6 @@ export const bookmarkFields: INodeProperties[] = [
|
|||
default: false,
|
||||
description: 'Whether this bookmark is marked as favorite.',
|
||||
},
|
||||
{
|
||||
displayName: 'Fetch Cover/Description/HTML for URL',
|
||||
name: 'pleaseParse',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether Raindrop should load cover, description and HTML for the URL',
|
||||
},
|
||||
{
|
||||
displayName: 'Order',
|
||||
name: 'order',
|
||||
|
@ -120,6 +113,13 @@ export const bookmarkFields: INodeProperties[] = [
|
|||
default: 0,
|
||||
description: 'Sort order for the bookmark. For example, to move it to first place, enter 0.',
|
||||
},
|
||||
{
|
||||
displayName: 'Parse Metadata',
|
||||
name: 'pleaseParse',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether Raindrop should load cover, description and HTML for the URL',
|
||||
},
|
||||
{
|
||||
displayName: 'Tags',
|
||||
name: 'tags',
|
||||
|
@ -301,13 +301,6 @@ export const bookmarkFields: INodeProperties[] = [
|
|||
default: false,
|
||||
description: 'Whether this bookmark is marked as favorite.',
|
||||
},
|
||||
{
|
||||
displayName: 'Please Parse',
|
||||
name: 'pleaseParse',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether Raindrop should reload cover, description and HTML for the URL',
|
||||
},
|
||||
{
|
||||
displayName: 'Order',
|
||||
name: 'order',
|
||||
|
@ -315,6 +308,13 @@ export const bookmarkFields: INodeProperties[] = [
|
|||
default: 0,
|
||||
description: 'For example if you want to move bookmark to the first place set this field to 0',
|
||||
},
|
||||
{
|
||||
displayName: 'Parse Metadata',
|
||||
name: 'pleaseParse',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether Raindrop should reload cover, description and HTML for the URL',
|
||||
},
|
||||
{
|
||||
displayName: 'Tags',
|
||||
name: 'tags',
|
||||
|
|
Loading…
Reference in a new issue