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

[mod] Required fields

This commit is contained in:
frju365 2018-08-28 12:09:54 +02:00 committed by GitHub
parent 50f84afdb1
commit 9e78fef58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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