Merge pull request #207 from orhtej2/diff

Color syntax in example files and explain yes/no overrides for config panel.
This commit is contained in:
Éric Gaspar 2023-05-22 09:11:04 +02:00 committed by GitHub
commit 114663c728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
tests.toml.example linguist-language=toml
config_panel.toml.example linguist-language=toml

View file

@ -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.