✨ feat(templates): Corrige l'échappement des traductions dans les breadcrumbs schema.org.
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 }}"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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": "rgpd_short_title"|trans,
|
||||
"name": {{"rgpd_short_title"|trans}},
|
||||
"item": "{{ app.request.schemeAndHttpHost }}{{ app.request.pathInfo }}"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user