[tutorial v1.1_070] A conditional hidden family with Jinja
This commit is contained in:
parent
39ad27a7e0
commit
c409254043
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@ manual:
|
|||
'{{ identifier }}_proxy':
|
||||
description: '{{ identifier }} Proxy'
|
||||
hidden:
|
||||
variable: _.use_for_https
|
||||
jinja: |-
|
||||
{% if _.use_for_https %}
|
||||
HTTPS is same has HTTP
|
||||
{% endif %}
|
||||
dynamic:
|
||||
- HTTPS
|
||||
- SOCKS
|
||||
|
|
|
|||
Loading…
Reference in a new issue