Expose pleaseParse-functionality in n8n interface

This commit is contained in:
Tim Adler 2021-12-22 22:22:13 +01:00 committed by GitHub
parent cbe2fc2210
commit 94f79f9a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,13 @@ 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',