1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json (#35)

Co-authored-by: Yunohost-Bot <>
This commit is contained in:
YunoHost Bot 2022-08-16 07:50:13 +02:00 committed by GitHub
parent 00e30f2c17
commit 63ce091eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "http://www.mytinytodo.net/", "website": "http://www.mytinytodo.net/",
"demo": "https://www.mytinytodo.net/demo/", "demo": "https://www.mytinytodo.net/demo/",
"admindoc": "https://www.mytinytodo.net/faq.php", "admindoc": "https://www.mytinytodo.net/faq.php",
"code": "https://github.com/maxpozdeev/mytinytodo" "code": "https://github.com/maxpozdeev/mytinytodo",
"cpe": "cpe:2.3:a:mytinytodo:mytinytodo"
}, },
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {
@ -30,7 +31,7 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -45,8 +46,8 @@
"name": "title", "name": "title",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Choose a title for your todo list", "en": "Choose a title for your todo list",
"fr": "Choisissez le titre pour votre liste de tâches" "fr": "Choisissez le titre pour votre liste de tâches"
}, },
"default": "myTinyTodo" "default": "myTinyTodo"
}, },
@ -55,8 +56,8 @@
"type": "password", "type": "password",
"optional": true, "optional": true,
"ask": { "ask": {
"en": "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist", "en": "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist",
"fr": "Spécifiez le mot de passe ici pour protéger vos tâches, ou laissez vide pour que tout le monde puisse lire/écrire votre liste de tâche." "fr": "Spécifiez le mot de passe ici pour protéger vos tâches, ou laissez vide pour que tout le monde puisse lire/écrire votre liste de tâche."
} }
}, },
{ {
@ -72,10 +73,21 @@
"name": "language", "name": "language",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Choose the application language", "en": "Choose the application language",
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de l'application"
}, },
"choices": ["ar", "de", "en", "fr", "it", "nl", "pt-pt", "ru", "uk", "zh-cn"], "choices": [
"ar",
"de",
"en",
"fr",
"it",
"nl",
"pt-pt",
"ru",
"uk",
"zh-cn"
],
"default": "fr" "default": "fr"
} }
] ]