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

Specify required fields for automatic post-installation

This commit is contained in:
TitusPiJean 2018-02-14 09:53:32 +01:00
parent 3176b28897
commit dc811efdc1

View file

@ -50,9 +50,9 @@
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose the admin user", "en": "Choose the admin user (required for automatic post-installation)",
"fr": "Choisissez ladministrateur", "fr": "Choisissez ladministrateur (nécessaire pour la post-installation automatique)",
"de": "Wählen einen Administrator" "de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)"
}, },
"example": "johndoe", "example": "johndoe",
"optional": true "optional": true
@ -60,9 +60,9 @@
{ {
"name": "title", "name": "title",
"ask": { "ask": {
"en": "Choose a title for your forum", "en": "Choose a title for your forum (required for automatic post-installation)",
"fr": "Choisissez un titre pour votre forum", "fr": "Choisissez un titre pour votre forum (nécessaire pour la post-installation automatique)",
"de": "Wählen einen Titel für eure Internetforum" "de": "Wählen einen Titel für eure Internetforum (erforderlich für die automatische Nachinstallation)"
}, },
"example": "My forum", "example": "My forum",
"default": "", "default": "",