From dd80e1ee801f2fed61206e87b865b6851ef04174 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Wed, 5 Apr 2023 22:50:34 +0200 Subject: [PATCH] Explain yes/no --- config_panel.toml.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config_panel.toml.example b/config_panel.toml.example index 3b89740..ed147af 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -222,6 +222,13 @@ services = ["__APP__"] ## (optional) set to true in order to redact the value in operation logs # redact = false + ## (optional) for boolean questions you can specify replacement values + ## bound to true and false, in case property is bound to config file + # useful if bound property in config file expects something else than integer 1 + yes = "Enable" + # useful if bound property in config file expects something else than integer 0 + no = "Disable" + ## (optional) A validation pattern ## --------------------------------------------------------------------- ## IMPORTANT: your pattern should be between simple quote, not double.