[tutorial 041] A conditional hidden family with Jinja

This commit is contained in:
egarette@silique.fr 2025-11-04 19:22:21 +01:00
parent c9d21e2244
commit 35000b2295

View file

@ -9,7 +9,10 @@ manual:
'{{ identifier }}_proxy': '{{ identifier }}_proxy':
description: '{{ identifier }} Proxy' description: '{{ identifier }} Proxy'
hidden: hidden:
variable: _.use_for_https jinja: |-
{% if manual.use_for_https %}
HTTPS is same has HTTP
{% endif %}
dynamic: dynamic:
- HTTPS - HTTPS
- SOCKS - SOCKS