mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat(editor): Autocomplete info box: improve structure and add examples (#9019)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -286,7 +286,7 @@ format.doc = {
|
||||
description: 'Formats a Date in the given structure.',
|
||||
returnType: 'string',
|
||||
section: 'format',
|
||||
args: [{ name: 'fmt', default: 'yyyy-MM-dd', type: 'TimeFormat' }],
|
||||
args: [{ name: 'fmt', default: "'yyyy-MM-dd'", type: 'TimeFormat' }],
|
||||
docURL: 'https://docs.n8n.io/code/builtin/data-transformation-functions/dates/#date-format',
|
||||
};
|
||||
|
||||
@@ -304,6 +304,7 @@ isBetween.doc = {
|
||||
|
||||
isInLast.doc = {
|
||||
name: 'isInLast',
|
||||
hidden: true,
|
||||
description: 'Checks if a Date is within a given time period. Default unit is `minute`.',
|
||||
section: 'query',
|
||||
returnType: 'boolean',
|
||||
@@ -317,7 +318,6 @@ isInLast.doc = {
|
||||
toDateTime.doc = {
|
||||
name: 'toDateTime',
|
||||
description: 'Convert a JavaScript Date to a Luxon DateTime.',
|
||||
section: 'query',
|
||||
returnType: 'DateTime',
|
||||
hidden: true,
|
||||
docURL: 'https://docs.n8n.io/code/builtin/data-transformation-functions/dates/#date-toDateTime',
|
||||
|
||||
Reference in New Issue
Block a user