From c8c25e8e6f00121219029eb45ab5f92aca5fa5a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 13 Jun 2026 10:02:52 +0200 Subject: [PATCH] [tutorial v1.1_084] Redefine other parameter in custom type for HTTP --- firefox/10-manual.yml | 4 ++++ types/proxy/00-type.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 40a493d..62069c9 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -13,8 +13,12 @@ manual: type: proxy address: + redefine: true default: null + description: HTTP proxy address port: + redefine: true default: 8080 + description: HTTP proxy port ... diff --git a/types/proxy/00-type.yml b/types/proxy/00-type.yml index 6877fb8..bb0a889 100644 --- a/types/proxy/00-type.yml +++ b/types/proxy/00-type.yml @@ -5,7 +5,6 @@ version: 1.1 proxy: address: - description: Proxy address type: domainname params: allow_ip: true @@ -13,7 +12,6 @@ proxy: variable: __.http_proxy.address port: - description: Proxy port type: port default: variable: __.http_proxy.port