[mod] preserve order on toml example

This commit is contained in:
Laurent Peuch 2020-05-02 23:59:15 +02:00
parent 86d58e93fd
commit 534dd19127

View file

@ -38,10 +38,10 @@ And in json:
"help": {
"en": "some help text in english",
"fr": "some help text in french"
}
"default", "some stuff", // optional, not available for all types
},
"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
},
```