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