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

This commit is contained in:
egarette@silique.fr 2026-01-08 20:22:38 +01:00
parent 1a1c15a523
commit 32f82993d3

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