mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
Update manifest.json
This commit is contained in:
parent
19b3b582dc
commit
9916bd6815
1 changed files with 1 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Kanban-inspired app for keeping track of things that need to get done.",
|
||||
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire."
|
||||
},
|
||||
"version": "1.0.2~ynh1",
|
||||
"version": "1.0.2~ynh2",
|
||||
"url": "http://taskboard.matthewross.me/",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
@ -25,29 +25,17 @@
|
|||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for taskboard",
|
||||
"fr": "Choisissez un nom de domaine pour taskboard"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for taskboard",
|
||||
"fr": "Choisissez un chemin pour taskboard"
|
||||
},
|
||||
"example": "/taskboard",
|
||||
"default": "/taskboard"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue