mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add optional questions documentation
This commit is contained in:
parent
50f5b7045f
commit
c7ba69a117
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue