From: Vincent Vanwaelscappel Date: Tue, 27 Jun 2023 15:34:18 +0000 (+0200) Subject: wait #6089 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5122637f28bdcb8313e5d3d6c0477d9af920786b;p=fluidbook-toolbox.git wait #6089 @0.25 --- diff --git a/app/Fields/FluidbookLinkEditor/Layer.php b/app/Fields/FluidbookLinkEditor/Layer.php index cb1051af4..f67df3d7d 100644 --- a/app/Fields/FluidbookLinkEditor/Layer.php +++ b/app/Fields/FluidbookLinkEditor/Layer.php @@ -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'),