[tutorial v1.1_190] A variable name that conflict with a known the variable's attribute "type"

This commit is contained in:
egarette@silique.fr 2026-04-18 21:41:14 +02:00
parent f7a4136b37
commit 5c52cc2996

View file

@ -4,12 +4,25 @@ version: 1.1
proxies: proxies:
description: Proxy configuration description: Proxy configuration
type: leadership _type: leadership
title: title:
description: Title or Description description: Title or Description
mandatory: false mandatory: false
type:
description: Proxy Type
choices:
- HTTP
- HTTPS/SSL
- SOCKS4
- SOCKS5
- PAC URL
- WPAD
- System (use system settings)
- Direct (no proxy)
default: Direct (no proxy)
color: color:
description: Color description: Color
regexp: ^#(?:[0-9a-f]{3}){1,2}$ regexp: ^#(?:[0-9a-f]{3}){1,2}$