Skip to content
Snippets Groups Projects
Commit 575b4e9d authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix manifest: wildcard can not be used yet

parent e4173111
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,14 @@
"data_types": [],
"screenshots": [],
"permissions": {
"egl": {
"type": "io.egl.*"
"egl daily data": {
"type": "io.egl.day"
},
"egl monthly data": {
"type": "io.egl.month"
},
"egl yearly data": {
"type": "io.egl.year"
},
"accounts": {
"type": "io.cozy.accounts",
......@@ -45,7 +51,13 @@
"short_description": "Courbe de charge depuis l'API eau du Grand Lyon",
"long_description": "ce connecteur récupère la courbe de charge enregistrée par le compteur Téléo",
"permissions": {
"egl": {
"egl daily data": {
"description": "La courbe de charge enregistrée par le compteur téléo"
},
"egl monthly data": {
"description": "La courbe de charge enregistrée par le compteur téléo"
},
"egl yearly data": {
"description": "La courbe de charge enregistrée par le compteur téléo"
},
"accounts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment