✨ feat(templates/legal): Met à jour les noms des éléments de la liste de fil d'Ariane
The RGPD one is wrong, it should be fixed.
✨ fix(templates/legal): Corrige le nom de l'élément de liste RGPD dans le fil d'Ariane
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": {{ "home_title"|trans }},
|
||||
"name": '{{"home_title"|trans }}',
|
||||
"item": "{{ app.request.schemeAndHttpHost }}"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": {{"rgpd_short_title"|trans}},
|
||||
"name": '{{"home_title"|trans }}',
|
||||
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user