declare json cell type for "lieu d'accueil" (#83742)

This commit is contained in:
Frédéric Péters 2023-11-14 18:20:23 +01:00
parent 1f2d03d15a
commit e7f732e5b0
1 changed files with 10 additions and 0 deletions

View File

@ -561,6 +561,16 @@ class Command(BaseCommand):
'name': 'Fiche RSJ',
'cache_duration': 120,
},
'lieu-d-accueil': {
'url': '{{eservices_url}}api/cards/ls-lieu-d-accueil/{{raw_id}}/',
'cache_duration': 86400,
'force_async': False,
'name': 'Lieu daccueil',
'toodego:page': True,
'toodego:tile': True,
'template-name': 'combo/json/lieu-d-accueil.html',
'form': [{'label': 'Identifiant', 'type': 'string', 'varname': 'raw_id'}],
},
'caluire-famille': {
'cache_duration': 30,
'force_async': True,