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:
commit
820119b549
1 changed files with 6 additions and 8 deletions
|
@ -53,19 +53,17 @@
|
||||||
"fr": "Choisissez l’administrateur (nécessaire pour la post-installation automatique)",
|
"fr": "Choisissez l’administrateur (nécessaire pour la post-installation automatique)",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue