From: Vincent Vanwaelscappel Date: Thu, 29 Jan 2026 16:27:07 +0000 (+0100) Subject: wait #7950 @2.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=06550d883f43b345d0b6539e88ebaf56f6605d5b;p=fluidbook-toolbox.git wait #7950 @2.5 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index a33d188dd..87f7817f7 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -553,7 +553,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError $this->numerotation = $this->config->numerotation = explode(',', $this->getFluidbook()->page_numbers); $this->config->dynamicBackgroundColor = []; $this->config->masks = []; - + $this->config->linksScale=$this->linkScale; $this->initTabsConfig(); $this->config->triggersLinks = []; diff --git a/app/SubForms/Link/SearchWord.php b/app/SubForms/Link/SearchWord.php index 5f1b67de9..4f87a527a 100644 --- a/app/SubForms/Link/SearchWord.php +++ b/app/SubForms/Link/SearchWord.php @@ -9,6 +9,6 @@ class SearchWord extends Meta public function addDestinationField() { - $this->addField('to', \Cubist\Backpack\Magic\Fields\Text::class, __('Mots à ajouter au moteur de recherche')); + $this->addField('to', \Cubist\Backpack\Magic\Fields\Textarea::class, __('Mots à ajouter au moteur de recherche')); } }