[tutorial 043] Jinja with a description (config and doc)
This commit is contained in:
parent
2f477476fe
commit
af5f660ed6
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,9 +1,9 @@
|
||||||
- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
|
- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
|
||||||
- [[tutorial 041] A conditional hidden family with Jinja](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_041/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_041~1..v1.1_041))
|
- [[tutorial 042] Jinja with a parameter](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_042/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_042~1..v1.1_042))
|
||||||
|
|
||||||
# [tutorial 042] Jinja with a parameter
|
# [tutorial 043] Jinja with a description
|
||||||
|
|
||||||
[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_042~1..v1.1_042)
|
[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_043~1..v1.1_043)
|
||||||
|
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
@ -81,6 +81,8 @@ manual:
|
||||||
params:
|
params:
|
||||||
my_identifier:
|
my_identifier:
|
||||||
type: identifier
|
type: identifier
|
||||||
|
description: |
|
||||||
|
in HTTPS case if "manual.use_for_https" is set to True
|
||||||
|
|
||||||
address:
|
address:
|
||||||
description: "{{ identifier }} address"
|
description: "{{ identifier }} address"
|
||||||
|
@ -125,7 +127,7 @@ _`disabled`_
|
||||||
|
|
||||||
_`hidden`_
|
_`hidden`_
|
||||||
|
|
||||||
**Hidden**: depends on a calculation.
|
**Hidden**: in HTTPS case if "manual.use_for_https" is set to True.
|
||||||
|
|
||||||
|
|
||||||
This family builds families dynamically.
|
This family builds families dynamically.
|
||||||
|
@ -140,4 +142,4 @@ This family builds families dynamically.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [[tutorial 043] Jinja with a description](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_043/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_043~1..v1.1_043))
|
- [[tutorial 044] A conditional disabled variable with identifier](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_044/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_044~1..v1.1_044))
|
||||||
|
|
Loading…
Reference in a new issue