From beb2e9d274faf76e69fb15138abab7f8c07b1b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 15 Dec 2021 13:19:59 +0100 Subject: [PATCH] :zap: Fix README image links --- .../editor-ui/src/plugins/i18n/docs/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/docs/README.md b/packages/editor-ui/src/plugins/i18n/docs/README.md index 2c1eca0d8c..f0645b9205 100644 --- a/packages/editor-ui/src/plugins/i18n/docs/README.md +++ b/packages/editor-ui/src/plugins/i18n/docs/README.md @@ -213,14 +213,14 @@ export class Github implements INodeType { Header text is used wherever the node's display name and description are needed:

- - - + + +

- - + +

#### `credentialsModal` section @@ -322,7 +322,7 @@ The object for each node credential parameter allows for the keys `displayName`, ```

- +

#### `nodeView` section @@ -393,7 +393,7 @@ Allowed keys: `displayName`, `description`, and `placeholder`. ```

- +

#### `options` parameter @@ -446,7 +446,7 @@ Allowed subkeys: `options.{optionName}.displayName` and `options.{optionName}.de ```

- +

#### `collection` and `fixedCollection` parameters @@ -523,7 +523,7 @@ To reduce nesting and to share translations, a parameter inside a collection's o ```

- +

> **Note**: In case of deep nesting, i.e. a child of a child of a `collection` and `fixedCollection` parameter, the deeply nested child in principle should be translatable at the same level of nesting as the `collection` and `fixedCollection` parameter, but this has not been fully tested for this first release.