mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Remove "ask" strings
See https://github.com/YunoHost/example_ynh/pull/142
This commit is contained in:
parent
c9bfad290a
commit
5b41b6465a
1 changed files with 0 additions and 12 deletions
|
@ -25,29 +25,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for PyInventory",
|
|
||||||
"fr": "Choisissez un domaine pour PyInventory"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for PyInventory",
|
|
||||||
"fr": "Choisissez un chemin pour PyInventory"
|
|
||||||
},
|
|
||||||
"example": "/pyinventory",
|
"example": "/pyinventory",
|
||||||
"default": "/pyinventory"
|
"default": "/pyinventory"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
|
||||||
"en": "Choose an admin user for PyInventory",
|
|
||||||
"fr": "Choisissez l'administrateur pour PyInventory"
|
|
||||||
},
|
|
||||||
"example": "johndoe"
|
"example": "johndoe"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue