From 9470e17661692e45f096e00363f7246de18d4761 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 10 Mar 2026 15:57:18 +0100 Subject: [PATCH] wip #8049 @0.25 --- app/Fields/FluidbookLinkEditor/Target.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Fields/FluidbookLinkEditor/Target.php b/app/Fields/FluidbookLinkEditor/Target.php index 6376551ad..28a72e25d 100644 --- a/app/Fields/FluidbookLinkEditor/Target.php +++ b/app/Fields/FluidbookLinkEditor/Target.php @@ -17,6 +17,8 @@ class Target extends SelectFromArray '_new' => __('une nouvelle fenêtre'), '_unique' => __('une nouvelle fenêtre') . ' (' . __('unique') . ')', '_self' => __('l\'onglet courant'), + '_top'=>__('la fenêtre "racine"').' (_top)', + '_parent'=>__('la fenêtre "mère"').' (_parent)', '_popupiframe' => __('une popup iframe'), '_download' => __('forcer le téléchargement'), ]; -- 2.39.5