rougail-tutorials_builder/examples/004
2025-11-09 14:20:34 +01:00
..
config feat: update 2025-11-09 14:20:34 +01:00
structural_files/firefox feat: update tutorial 2025-11-08 10:37:28 +01:00
README.md feat: update tutorial 2025-11-08 10:37:28 +01:00

Limits the possible values for the variable

"Foo" should not be an option to the "proxy_mode" variable.

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.