From: Vincent Vanwaelscappel Date: Tue, 26 Aug 2025 15:29:20 +0000 (+0200) Subject: #7704 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=55e3f698e76d152e5bcfc422e76d6b184251195f;p=fluidbook-toolbox.git #7704 --- diff --git a/app/Fields/FluidbookLinkEditor/Layer.php b/app/Fields/FluidbookLinkEditor/Layer.php index f67df3d7d..f383b29b4 100644 --- a/app/Fields/FluidbookLinkEditor/Layer.php +++ b/app/Fields/FluidbookLinkEditor/Layer.php @@ -17,6 +17,7 @@ class Layer extends SelectFromArray 'bothsvg' => __('Texte et image') . ' (.svg)', 'text' => __('Texte'), 'onlytext' => __('Texte seul'), + 'textmask' => __('Texte seul + masque du calque de texte'), 'image' => __('Image'), ]; }