]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7683 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Aug 2025 16:20:24 +0000 (18:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Aug 2025 16:20:24 +0000 (18:20 +0200)
app/Fields/FluidbookLinkEditor/MultimediaIntegration.php

index e72b02532faf3ac0cc8550e86583fb42129f6ec3..58c43856ed43a7dd28f7138d06f3427d64f804ea 100644 (file)
@@ -16,6 +16,7 @@ class MultimediaIntegration extends SelectFromArray
             'popup' => __('Ouverture en popup'),
             'inline' => __('Au dessus des contenus'),
             'background_texts' => __('En fond (sous les textes)'),
+            '_blank' => __('Ouvrir dans un nouvel onglet'),
         ];
     }
 }