[tutorial v1.1_060] A conditional hidden family with Jinja

This commit is contained in:
egarette@silique.fr 2025-11-09 18:57:45 +01:00
parent d0301c3a41
commit b913f0534b

View file

@ -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