]> _ Git - fluidbook-toolbox.git/commitdiff
wip #8049 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Mar 2026 14:57:18 +0000 (15:57 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Mar 2026 14:57:18 +0000 (15:57 +0100)
app/Fields/FluidbookLinkEditor/Target.php

index 6376551ad259bc3b6cb33cf6461d6c55e7d1c82a..28a72e25d36d7c93d134590d5b51000672cc0369 100644 (file)
@@ -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'),
         ];