[tutorial 035] Variable type and parameters type are copied with default value

This commit is contained in:
egarette@silique.fr 2025-11-04 19:22:19 +01:00
parent d7ce64b02b
commit 18b09c19d2

View file

@ -13,15 +13,11 @@ manual:
address:
description: HTTPS address
type: domainname
params:
allow_ip: true
default:
variable: __.http_proxy.address
port:
description: HTTPS Port
type: port
default:
variable: __.http_proxy.port
...