From 9316d778d9af89483673dbf90963e4f2fb8f61c0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Sep 2020 19:40:30 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 67547ad..e11787b 100644 --- a/manifest.json +++ b/manifest.json @@ -81,13 +81,13 @@ }, { "name": "ssoenabled", - "type": "string", + "type": "boolean", "ask": { "en": "Enable SSO support (autologin)?", "fr": "Activer le support SSO (connexin auto) ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "choices": ["true", "false"], + "default": true } ] }