mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
Expose functionality for update
This commit is contained in:
@@ -301,6 +301,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: 'Please Parse',
|
||||||
|
name: 'pleaseParse',
|
||||||
|
type: 'boolean',
|
||||||
|
default: false,
|
||||||
|
description: 'Whether Raindrop should reload cover, description and HTML for the URL',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Order',
|
displayName: 'Order',
|
||||||
name: 'order',
|
name: 'order',
|
||||||
|
|||||||
Reference in New Issue
Block a user