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:
parent
50f84afdb1
commit
9e78fef58f
1 changed files with 4 additions and 6 deletions
|
@ -54,18 +54,16 @@
|
|||
"de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)"
|
||||
},
|
||||
"example": "johndoe",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Add table
Reference in a new issue