Add optional questions documentation

This commit is contained in:
Thomas 2023-03-07 22:26:33 +01:00 committed by GitHub
parent 50f5b7045f
commit c7ba69a117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ The full list of question types is : `string`, `text`, `select`, `tags`, `email`
`password`-type questions have special behavior and are NOT automatically saved as setting (user-chosen password should ideally not be stored, at least not hashed...) `password`-type questions have special behavior and are NOT automatically saved as setting (user-chosen password should ideally not be stored, at least not hashed...)
Every install question is not necessarily mandatory (e.g. a question to propose to add an api key for a better user experience, although the app still works without). To make those questions optional, just write `optional = true`.
## Resource system ## Resource system