[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
|
||||
- SOCKS
|
||||
hidden:
|
||||
variable: manual.use_for_https
|
||||
jinja: |
|
||||
{% if manual.use_for_https %}
|
||||
HTTPS is same has HTTP
|
||||
{% endif %}
|
||||
|
||||
address:
|
||||
description: "{{ identifier }} address"
|
||||
|
|
Loading…
Reference in a new issue