feat(templates): Met à jour les noms des éléments de liste pour la compatibilité Twig.

This commit is contained in:
Serreau Jovann
2025-11-16 23:08:36 +01:00
parent ac8cb2a828
commit 7edd13372c
7 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": '{{"cgu_short_title"|trans}}',
"name": "{{'cgu_short_title'|trans}}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": '{{"cgv_short_title"|trans}}',
"name": "{{'cgv_short_title'|trans}}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": '{{ "cookie_short_title"|trans }}',
"name": "{{ 'cookie_short_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": '{{"hosting_short_title"|trans}}',
"name": "{{'hosting_short_title'|trans}}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -14,13 +14,13 @@
{
"@type": "ListItem",
"position": 1,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}"
},
{
"@type": "ListItem",
"position": 2,
"name": '{{"legal_short_title"|trans}}',
"name": "{{'legal_short_title'|trans}}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]

View File

@@ -20,7 +20,7 @@
{
"@type": "ListItem",
"position": 2,
"name": '{{"home_title"|trans }}',
"name": "{{'home_title'|trans }}",
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
}
]