grand lyon: add recipe for saint-genis-laval

This commit is contained in:
Frédéric Péters 2021-10-15 11:07:59 +02:00
parent 11de394340
commit eb3e59154b
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
{
"variables": {
"commune": "saint-genis-laval",
"title": "Saint-Genis-Laval"
},
"steps": [
{"create-hobo": {
"url": "https://hobo.toodego.com/"
}},
{"create-hobo": {
"url": "https://hobo-${commune}.toodego.com/",
"title": "${title}",
"slug": "hobo-${commune}"
}},
{"set-idp": {
}},
{"create-combo": {
"url": "https://${commune}.toodego.com/",
"title": "Portail",
"template_name": "portal-user"
}},
{"create-combo": {
"url": "https://agents-${commune}.toodego.com/",
"slug": "portal-agent",
"title": "Portail Agent",
"template_name": "portal-agent"
}},
{"create-chrono": {
"url": "https://agendas-${commune}.toodego.com/",
"title": "Agendas"
}},
{"create-wcs": {
"url": "https://demarches-${commune}.toodego.com/",
"slug": "eservices",
"title": "Démarches",
"template_name": "modele.zip"
}},
{"create-bijoe": {
"url": "https://statistiques-${commune}.toodego.com/",
"title": "Statistiques"
}},
{"create-passerelle": {
"url": "https://passerelle-${commune}.toodego.com/",
"title": "Passerelle"
}},
{"set-theme": {
"theme": "toodego"
}},
{"cook": {
"filename": "attributes.json"
}}
]
}