From 2e94adac8583816770cd3349a891e98cd7258fc2 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 18 Apr 2026 10:31:57 +0200 Subject: [PATCH] [tutorial v1.1_020] Creating a new family --- CHANGELOG.md | 5 ----- firefox/10-manual.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 CHANGELOG.md create mode 100644 firefox/10-manual.yml diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 003f9fd5..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Modified variable - -| Variable | Description | -|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **proxy_mode**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Configure Proxy Access to the Internet.
**Choices**:
• No proxy **← (default)**
• Auto-detect proxy settings for this network
• Use system proxy settings
• Manual proxy configuration
• Automatic proxy configuration URL | diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml new file mode 100644 index 00000000..7626e800 --- /dev/null +++ b/firefox/10-manual.yml @@ -0,0 +1,8 @@ +%YAML 1.2 +--- +version: 1.1 + +manual: + description: Manual proxy configuration + type: family +...