From 5122637f28bdcb8313e5d3d6c0477d9af920786b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 27 Jun 2023 17:34:18 +0200 Subject: [PATCH] wait #6089 @0.25 --- app/Fields/FluidbookLinkEditor/Layer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'), -- 2.39.5