1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #91 from YunoHost-Apps/patch-20

Set as required for optional fields in the manifest
This commit is contained in:
Titus PiJean 2018-08-29 18:56:18 +02:00 committed by GitHub
commit 820119b549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,19 +53,17 @@
"fr": "Choisissez ladministrateur (nécessaire pour la post-installation automatique)",
"de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)"
},
"example": "johndoe",
"optional": true
"example": "johndoe"
},
{
"name": "title",
"ask": {
"en": "Choose a title for your forum (required for automatic post-installation)",
"fr": "Choisissez un titre pour votre forum (nécessaire pour la post-installation automatique)",
"de": "Wählen einen Titel für eure Internetforum (erforderlich für die automatische Nachinstallation)"
"en": "Choose a title for your forum",
"fr": "Choisissez un titre pour votre forum",
"de": "Wählen einen Titel für eure Internetforum"
},
"example": "My forum",
"default": "",
"optional": true
"default": ""
},
{
"name": "is_public",
@ -99,4 +97,4 @@
}
]
}
}
}