rougail-tutorials_builder/examples/004/README.md

8 lines
342 B
Markdown
Raw Normal View History

2025-11-08 10:37:28 +01:00
Limits the possible values for the variable
2024-07-21 11:27:47 +02:00
2025-05-05 18:21:57 +02:00
"Foo" should not be an option to the "proxy_mode" variable.
2024-07-21 11:27:47 +02:00
2025-05-05 18:21:57 +02:00
Now the "proxy_mode" type is "choice", that means that there is a list of available values that can be selected.
We say that the "proxy_mode" variable is constrained (by choices): this variable accept, in fact, only a list of choices.