mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Update manifest.json
This commit is contained in:
parent
f17d32bd47
commit
3736c7cd26
1 changed files with 3 additions and 6 deletions
|
@ -35,8 +35,7 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -46,8 +45,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -74,8 +72,7 @@
|
||||||
"help": {
|
"help": {
|
||||||
"en": "The password for the wiki administrator. It needs to be solid or the installation process will fail.",
|
"en": "The password for the wiki administrator. It needs to be solid or the installation process will fail.",
|
||||||
"fr": "Le mot de passe de l'administrateur du wiki. Il doit être solide, sinon l'installation échouera."
|
"fr": "Le mot de passe de l'administrateur du wiki. Il doit être solide, sinon l'installation échouera."
|
||||||
},
|
}
|
||||||
"example": "Choose a password"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wiki_name",
|
"name": "wiki_name",
|
||||||
|
|
Loading…
Reference in a new issue