mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2235 from Thovi98/patch-1
Add optional questions documentation
This commit is contained in:
commit
810ca780d3
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...)
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue