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

This commit is contained in:
egarette@silique.fr 2025-11-07 06:16:24 +01:00
parent 63a8286866
commit 8fc29e1e90

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
...