From 583ef80c65020c0d65bce4a9398235457fcdf3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 23 Nov 2021 13:44:49 +0100 Subject: [PATCH] :pencil2: Enlarge docs images --- packages/editor-ui/src/i18n/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/editor-ui/src/i18n/README.md b/packages/editor-ui/src/i18n/README.md index 874b9e960b..7c4bd7bb5d 100644 --- a/packages/editor-ui/src/i18n/README.md +++ b/packages/editor-ui/src/i18n/README.md @@ -220,11 +220,11 @@ module.exports = { ```

- + - - - + + +

#### `credentialsModal` section @@ -405,7 +405,7 @@ module.exports = { ```

- +

#### `options` parameter @@ -458,7 +458,7 @@ module.exports = { ```

- +

#### `collection` and `fixedCollection` parameters @@ -535,7 +535,7 @@ module.exports = { To reduce nesting and to share translations, a parameter inside a collection's or fixed collection's `options` parameter sits at the same level of nesting as the containing collection in the `nodeView` section.

- +

> **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.