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" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
|
@ -46,8 +45,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
@ -74,8 +72,7 @@
|
|||
"help": {
|
||||
"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."
|
||||
},
|
||||
"example": "Choose a password"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wiki_name",
|
||||
|
|
Loading…
Reference in a new issue