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

This commit is contained in:
egarette@silique.fr 2025-11-07 06:37:21 +01:00
parent 608d96f2e4
commit af8a3a3efc

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