1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2020-09-17 19:40:30 +02:00
parent c3fbaa7539
commit 9316d778d9
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -81,13 +81,13 @@
}, },
{ {
"name": "ssoenabled", "name": "ssoenabled",
"type": "string", "type": "boolean",
"ask": { "ask": {
"en": "Enable SSO support (autologin)?", "en": "Enable SSO support (autologin)?",
"fr": "Activer le support SSO (connexin auto) ?" "fr": "Activer le support SSO (connexin auto) ?"
}, },
"choices": ["Yes", "No"], "choices": ["true", "false"],
"default": "Yes" "default": true
} }
] ]
} }