From 4ee26febc0050bc6e6e30fadb383509e3e02df25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Thu, 5 Mar 2026 10:32:02 +0100 Subject: [PATCH 1/2] docs: enable image lightbox for screenshots --- docs/2-guides/3-i18n/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/2-guides/3-i18n/README.md b/docs/2-guides/3-i18n/README.md index 3c10e10f..32f10e8f 100644 --- a/docs/2-guides/3-i18n/README.md +++ b/docs/2-guides/3-i18n/README.md @@ -226,7 +226,9 @@ luxe_header.subtitle.ui.tooltip=Le sous-titre n'est affiché qu'avec certaines v `field.ui.tooltip` supports basic HTML tags, such as ``. This also means you need to escape `<` and `>` as `<` and `>` if you want to display them as text. -![Edition interface in English](header_en.png) ![Edition interface in French](header_fr.png) +![Edition interface in English](header_en.png) + +![Edition interface in French](header_fr.png) :::info Contrary to what these screenshots may suggest, the edition interface language and the edited content language are independent: From 02280a98e849a75cbba62f3f31b2b4a5980b2776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Thu, 5 Mar 2026 11:00:08 +0100 Subject: [PATCH 2/2] ???