From e869577e785e1839ab823dab9bc00c986a38833e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 29 Feb 2024 17:00:18 +0100 Subject: [PATCH] disaple display_text for now --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 90e34d4..302834e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,11 +46,10 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen type = "boolean" default = false - [install.autosync_info] - ask.en = "All the following options are useful only if you chose to enable autosynchronization. You can skip them all if you didn't." - ask.fr = "Les options qui suivent ne sont utiles que si vous avez choisi d'activer l'autosynchronisation. Vous pouvez toutes les ignorer si ce n'est pas le cas." - type = "display_text" - default = "" + # [install.autosync_info] + # ask.en = "All the following options are useful only if you chose to enable autosynchronization. You can skip them all if you didn't." + # ask.fr = "Les options qui suivent ne sont utiles que si vous avez choisi d'activer l'autosynchronisation. Vous pouvez toutes les ignorer si ce n'est pas le cas." + #type = "display_text" [install.couch_url] ask.en = "What is the url of your couchdb server (only if autosynchronization is enabled)."