mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update manifest.json
This commit is contained in:
parent
321c9f8abe
commit
a929ddc509
1 changed files with 9 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "A content management framework written in PHP",
|
"en": "A content management framework written in PHP",
|
||||||
"fr": "Un système de gestion de contenu écrit en PHP"
|
"fr": "Un système de gestion de contenu écrit en PHP"
|
||||||
},
|
},
|
||||||
"version": "9.3.9~ynh1",
|
"version": "9.4.6~ynh1",
|
||||||
"url": "https://www.drupal.org",
|
"url": "https://www.drupal.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
@ -51,7 +51,10 @@
|
||||||
"en": "Choose the application language",
|
"en": "Choose the application language",
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
},
|
},
|
||||||
"choices": ["fr", "en"],
|
"choices": [
|
||||||
|
"fr",
|
||||||
|
"en"
|
||||||
|
],
|
||||||
"default": "en"
|
"default": "en"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -74,7 +77,10 @@
|
||||||
"en": "Choose the Drupal install profile to use",
|
"en": "Choose the Drupal install profile to use",
|
||||||
"fr": "Choisissez le profile d'installation de Drupal"
|
"fr": "Choisissez le profile d'installation de Drupal"
|
||||||
},
|
},
|
||||||
"choices": ["minimal", "standard"],
|
"choices": [
|
||||||
|
"minimal",
|
||||||
|
"standard"
|
||||||
|
],
|
||||||
"default": "standard"
|
"default": "standard"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue