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:
commit
114663c728
2 changed files with 9 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
tests.toml.example linguist-language=toml
|
||||||
|
config_panel.toml.example linguist-language=toml
|
|
@ -222,6 +222,13 @@ services = ["__APP__"]
|
||||||
## (optional) set to true in order to redact the value in operation logs
|
## (optional) set to true in order to redact the value in operation logs
|
||||||
# redact = false
|
# 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
|
## (optional) A validation pattern
|
||||||
## ---------------------------------------------------------------------
|
## ---------------------------------------------------------------------
|
||||||
## IMPORTANT: your pattern should be between simple quote, not double.
|
## IMPORTANT: your pattern should be between simple quote, not double.
|
||||||
|
|
Loading…
Reference in a new issue