1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

other changes in manifest.json

This commit is contained in:
Anmol 2017-06-30 03:32:54 +05:30
parent 3c94de0b05
commit b0922efcbd

View file

@ -40,7 +40,6 @@
}, },
{ {
"name": "username", "name": "username",
"type": "name",
"ask": { "ask": {
"en": "Choose an admin username (Not a LDAP User)", "en": "Choose an admin username (Not a LDAP User)",
}, },
@ -48,7 +47,6 @@
}, },
{ {
"name": "name", "name": "name",
"type": "name",
"ask": { "ask": {
"en": "Name of the user (Not a LDAP User)", "en": "Name of the user (Not a LDAP User)",
}, },
@ -56,7 +54,6 @@
}, },
{ {
"name": "email", "name": "email",
"type": "name",
"ask": { "ask": {
"en": "Admin email (All the new registration will be sent on this email)", "en": "Admin email (All the new registration will be sent on this email)",
}, },
@ -75,7 +72,6 @@
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
}, },
"default": true "default": true
} }