From 06550d883f43b345d0b6539e88ebaf56f6605d5b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 29 Jan 2026 17:27:07 +0100 Subject: [PATCH] wait #7950 @2.5 --- app/Fluidbook/Compiler/Compiler.php | 2 +- app/SubForms/Link/SearchWord.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')); } } -- 2.39.5