mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
✏️ Enlarge docs images
This commit is contained in:
parent
fb97e8cda3
commit
583ef80c65
|
@ -220,11 +220,11 @@ module.exports = {
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="img/header1.png" width="200">
|
<img src="img/header1.png" width="400">
|
||||||
<img src="img/header2.png">
|
<img src="img/header2.png">
|
||||||
<img src="img/header3.png" width="200">
|
<img src="img/header3.png" width="400">
|
||||||
<img src="img/header4.png" width="200">
|
<img src="img/header4.png" width="400">
|
||||||
<img src="img/header5.png" width="200">
|
<img src="img/header5.png" width="400">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
#### `credentialsModal` section
|
#### `credentialsModal` section
|
||||||
|
@ -405,7 +405,7 @@ module.exports = {
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="img/node1.png" width="200">
|
<img src="img/node1.png" width="400">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
#### `options` parameter
|
#### `options` parameter
|
||||||
|
@ -458,7 +458,7 @@ module.exports = {
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="img/node2.png" width="200">
|
<img src="img/node2.png" width="400">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
#### `collection` and `fixedCollection` parameters
|
#### `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.
|
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.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="img/node4.png" width="200">
|
<img src="img/node4.png" width="400">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
> **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.
|
> **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.
|
||||||
|
|
Loading…
Reference in a new issue