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/",
"demo": "https://www.mytinytodo.net/demo/",
"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",
"maintainer": {
@ -30,7 +31,7 @@
"mysql"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -45,8 +46,8 @@
"name": "title",
"type": "string",
"ask": {
"en": "Choose a title for your todo list",
"fr": "Choisissez le titre pour votre liste de tâches"
"en": "Choose a title for your todo list",
"fr": "Choisissez le titre pour votre liste de tâches"
},
"default": "myTinyTodo"
},
@ -55,8 +56,8 @@
"type": "password",
"optional": true,
"ask": {
"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."
"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."
}
},
{
@ -66,18 +67,29 @@
"en": "If enabled, myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, myTinyTodo sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
"en": "Choose the application language",
"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"
}
]
}
}
}