mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Expose functionality for update
This commit is contained in:
parent
7843c59ab4
commit
88fd0078f5
|
@ -301,6 +301,13 @@ 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',
|
||||
|
|
Loading…
Reference in a new issue