[tutorial 041] A conditional hidden family with Jinja
This commit is contained in:
parent
97ce5b2786
commit
d9c79ff0c6
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ manual:
|
||||||
- HTTPS
|
- HTTPS
|
||||||
- SOCKS
|
- SOCKS
|
||||||
hidden:
|
hidden:
|
||||||
variable: manual.use_for_https
|
jinja: |
|
||||||
|
{% if manual.use_for_https %}
|
||||||
|
HTTPS is same has HTTP
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
address:
|
address:
|
||||||
description: "{{ identifier }} address"
|
description: "{{ identifier }} address"
|
||||||
|
|
Loading…
Reference in a new issue