[tutorial v1.1_020] Creating a new family

This commit is contained in:
egarette@silique.fr 2026-04-18 10:31:57 +02:00
parent 3aff81fd99
commit 2e94adac85
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +0,0 @@
# Modified variable
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="proxy_mode" name="proxy_mode">proxy_mode</a>**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Configure Proxy Access to the Internet.<br/>**Choices**: <br/>&nbsp;No proxy **← (default)**<br/>&nbsp;<ins>Auto-detect proxy settings for this network</ins><br/>&nbsp;<ins>Use system proxy settings</ins><br/>&nbsp;<ins>Manual proxy configuration</ins><br/>&nbsp;<ins>Automatic proxy configuration URL</ins> |

8
firefox/10-manual.yml Normal file
View file

@ -0,0 +1,8 @@
%YAML 1.2
---
version: 1.1
manual:
description: Manual proxy configuration
type: family
...