Skip to content

Commit 99cc968

Browse files
authored
Add documentation for nested field translations (#2791)
1 parent 5f0ad72 commit 99cc968

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/add-ons/configuration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ logins:
235235
password: str
236236
random:
237237
- "match(^\\w*$)"
238+
ssh:
239+
private_key: str
240+
public_key: str
238241
link: url
239242
size: "int(5,20)"
240243
count: float
@@ -297,6 +300,16 @@ configuration:
297300
ssl:
298301
name: Enable SSL
299302
description: Enable usage of SSL on the webserver inside the add-on
303+
ssh:
304+
name: SSH Options
305+
description: Configure SSH authentication options
306+
fields:
307+
public_key:
308+
name: Public Key
309+
description: Client Public Key
310+
private_key:
311+
name: Private Key
312+
description: Client Private Key
300313
```
301314

302315
_The key under `configuration` (`ssl`) in this case, needs to match a key in your `schema` configuration (in [`config.yaml`](#add-on-configuration))._

0 commit comments

Comments
 (0)