toulouse-2022: add toulouse-maelis-enfant-agenda cell (#73285)

This commit is contained in:
Nicolas Roche 2023-01-11 16:11:56 +01:00 committed by Gitea
parent ba3f10e624
commit 6dfceef6b6
1 changed files with 10 additions and 0 deletions

View File

@ -134,6 +134,16 @@
"log_errors": true,
"cache_duration": 30,
"force_async": true
},
"toulouse-maelis-enfant-agenda": {
"cache_duration": 0,
"force_async": true,
"name": "Toulouse - Maelis: Agenda",
"url": "{{ passerelle_url }}toulouse-maelis/{{ slug }}/read-child-agenda?NameID={{ user_nameid }}&child_id={{ child_id }}{% now 'Y' as current_year %}{% now 'n' as current_month %}&start_date={% if current_month in '87654321' %}{{ current_year|add:'-1' }}{% else %}{{ current_year }}{% endif %}-09-01&end_date={% if current_month in '87654321' %}{{ current_year }}{% else %}{{ current_year|add:'1' }}{% endif %}-08-31",
"form": [
{"label": "Identifiant du connecteur", "varname": "slug", "required": true},
{"label": "URL de la démarche de réservation", "varname": "form_url", "required": true}
]
}
}
}