mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[mod] preserve order on toml example
This commit is contained in:
parent
86d58e93fd
commit
534dd19127
1 changed files with 3 additions and 3 deletions
|
@ -38,10 +38,10 @@ And in json:
|
||||||
"help": {
|
"help": {
|
||||||
"en": "some help text in english",
|
"en": "some help text in english",
|
||||||
"fr": "some help text in french"
|
"fr": "some help text in french"
|
||||||
}
|
},
|
||||||
"default", "some stuff", // optional, not available for all types
|
|
||||||
"example": "an example value", // optional
|
"example": "an example value", // optional
|
||||||
"optional": true, // optional, will skip if not answered
|
"default", "some stuff", // optional, not available for all types
|
||||||
|
"optional": true // optional, will skip if not answered
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue