mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Expose pleaseParse-functionality in n8n interface
This commit is contained in:
parent
cbe2fc2210
commit
94f79f9a61
|
@ -106,6 +106,13 @@ export const bookmarkFields: INodeProperties[] = [
|
||||||
default: false,
|
default: false,
|
||||||
description: 'Whether this bookmark is marked as favorite.',
|
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',
|
displayName: 'Order',
|
||||||
name: 'order',
|
name: 'order',
|
||||||
|
|
Loading…
Reference in a new issue