From 771b6ae9e60802ae5cfc8d8a4745967029eb7cb2 Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 23 Nov 2016 21:50:38 +0100 Subject: [PATCH] Revert "[fix] Do not use key/value choices until YunoHost/yunohost-admin/pull/128 is merged and release." This reverts commit dbd23f3d4906f6a9a808cbbf92eb2ed730919ad0. Conflicts: manifest.json --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 0920431..03ea4f4 100644 --- a/manifest.json +++ b/manifest.json @@ -62,11 +62,11 @@ "en": "Redirect type", "fr": "Type de redirection" }, - "choices": [ - "visible_302", - "visible_301", - "proxy" - ], + "choices": { + "visible_302" : "Visible (302 redirect)", + "visible_301" : "Visible (301 redirect)", + "proxy": "Proxy, invisible (Nginx proxy_pass)" + }, "default": "visible_302" } ]