From c7ba69a117c4303199252d9ba5ce4d7f0097e606 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:26:33 +0100 Subject: [PATCH] Add optional questions documentation --- pages/06.contribute/10.packaging_apps/10.manifest/manifest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/06.contribute/10.packaging_apps/10.manifest/manifest.md b/pages/06.contribute/10.packaging_apps/10.manifest/manifest.md index 074131cb..87709f17 100644 --- a/pages/06.contribute/10.packaging_apps/10.manifest/manifest.md +++ b/pages/06.contribute/10.packaging_apps/10.manifest/manifest.md @@ -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