From 9916bd6815d77083ebad94097c4eac72af4bcea1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 10:55:53 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 40b7bf8..4badab2 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } ]