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"
@ -75,7 +76,18 @@
"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"
}
]