mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
b1ff1f8e6c
commit
de96bde96d
1 changed files with 7 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://www.galette.eu",
|
"website": "https://www.galette.eu",
|
||||||
"demo": "https://demo.galette.eu/login",
|
"demo": "https://demo.galette.eu/login",
|
||||||
"admindoc": "https://doc.galette.eu/fr/master/",
|
"admindoc": "https://doc.galette.eu/fr/master/",
|
||||||
"code": "https://github.com/galette/galette"
|
"code": "https://github.com/galette/galette",
|
||||||
|
"cpe": "cpe:2.3:a:galette:galette"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -63,9 +64,12 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose SQL databe you want"
|
"en": "Choose SQL databe you want"
|
||||||
},
|
},
|
||||||
"choices": ["pgsql", "mysql"],
|
"choices": [
|
||||||
|
"pgsql",
|
||||||
|
"mysql"
|
||||||
|
],
|
||||||
"default": "pgsql"
|
"default": "pgsql"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue