From bb9cab8b8bf81d1b30792a5aa585546caceb5167 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 29 Apr 2026 12:45:16 +0200 Subject: [PATCH] [tutorial v1.1_070] A conditional hidden family with Jinja --- firefox/20-manual.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index ae857ce9..f1f87d9c 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -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