Commit graph

14 commits

Author SHA1 Message Date
eb4081e152 [tutorial v1.1_021)] Or a sub family (config and doc) 2025-11-07 06:16:11 +01:00
4a943bce7d [tutorial 020] Creating a new family 2025-11-07 06:16:10 +01:00
883fac0847 [tutorial v1.1_020)] Creating a new family (config and doc) 2025-11-07 06:16:10 +01:00
c16e2d074f [tutorial 013] 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.
2025-11-07 06:16:09 +01:00
60e6a2e689 [tutorial v1.1_013)] Limits the possible values for the variable (config and doc) 2025-11-07 06:16:09 +01:00
536c6e18cd [tutorial 012] Set a default value
Now we can define the default value of this variable.

If the user doesn't touch this variable's value, the value is "No proxy"

As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
2025-11-07 06:16:08 +01:00
dd1fa6390d [tutorial v1.1_012)] Set a default value (config and doc) 2025-11-07 06:16:08 +01:00
cc7e260e07 [tutorial 011] Describe the variable
We can add a description to this first variable.

This information is useful for:

- documentation
- error message
- help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/stove/rougail-user-data-questionary)).
2025-11-07 06:16:07 +01:00
7bdd0bc65c [tutorial v1.1_011)] Describe the variable (config and doc) 2025-11-07 06:16:07 +01:00
0fa0e87ebb [tutorial 010] A first variable with only a name 2025-11-07 06:16:06 +01:00
c4272a510c [tutorial v1.1_010)] A first variable with only a name (config and doc) 2025-11-07 06:16:06 +01:00
173977a2c2 [tutorial 000] An empty structured file with format version 2025-11-07 06:16:05 +01:00
751c8be7f1 [tutorial v1.1_000)] An empty structured file with format version (config and doc) 2025-11-07 06:16:05 +01:00
cfe10c8ea0 [init] Discover Rougail 2025-11-07 06:16:04 +01:00