fix: Expand nodes-base formatting validation (no-changelog) (#4689)

*  Simplify `format` command

* 🎨 Format more deeply nested files
This commit is contained in:
Iván Ovejero
2022-11-22 13:43:28 +01:00
committed by GitHub
parent ad6c6f60a1
commit eafef019d7
39 changed files with 8225 additions and 374 deletions

View File

@@ -64,9 +64,7 @@ export const certificateRequestFields: INodeProperties[] = [
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
typeOptions: {
loadOptionsMethod: 'getCertificateIssuingTemplates',
loadOptionsDependsOn: [
'applicationId',
],
loadOptionsDependsOn: ['applicationId'],
},
displayOptions: {
show: {
@@ -155,7 +153,7 @@ export const certificateRequestFields: INodeProperties[] = [
default: 'RSA',
description: 'The encryption algorithm for the public key',
},
{
{
displayName: 'Key Curve',
name: 'keyCurve',
type: 'options',
@@ -323,7 +321,8 @@ export const certificateRequestFields: INodeProperties[] = [
type: 'string',
placeholder: 'P1Y',
default: 'P1Y',
description: 'Specify how long the issued certificate should be valid for. Use ISO8601 format.',
description:
'Specify how long the issued certificate should be valid for. Use ISO8601 format.',
hint: 'e.g. 1 year -> P1Y',
},
],