From 22376999bbeead427cbade54e786d188f44884a9 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 7 Sep 2024 19:06:44 +0200 Subject: [PATCH] [tutorial 022] A variable in "shorthand" mode Transform it in "shorthand" mode. In this notation we can only define: - name - default value (so deduct the type) - description --- firefox/20-manual.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index e9f8e81e..274db2bb 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -1,6 +1,4 @@ --- manual: - use_for_https: - description: Also use this proxy for HTTPS - default: true + use_for_https: true # Also use this proxy for HTTPS