]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6089 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 Jun 2023 15:34:18 +0000 (17:34 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 Jun 2023 15:34:18 +0000 (17:34 +0200)
app/Fields/FluidbookLinkEditor/Layer.php

index cb1051af4037a4552dcfc387cc7e075aa5b1fca2..f67df3d7d5f43c54d7efcf1b88093f23af955d9f 100644 (file)
@@ -13,7 +13,8 @@ class Layer extends SelectFromArray
     public function getOptions()
     {
         return [
-            'both' => __('Texte et image'),
+            'both' => __('Texte et image') . ' (.jpg)',
+            'bothsvg' => __('Texte et image') . ' (.svg)',
             'text' => __('Texte'),
             'onlytext' => __('Texte seul'),
             'image' => __('Image'),