]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7950 @2.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Jan 2026 16:27:07 +0000 (17:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Jan 2026 16:27:07 +0000 (17:27 +0100)
app/Fluidbook/Compiler/Compiler.php
app/SubForms/Link/SearchWord.php

index a33d188dd84e566f1077876da4d1b5f4cde49f7e..87f7817f7364063ac2a720cb6914bfaea30d9977 100644 (file)
@@ -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 = [];
index 5f1b67de9e6e7154efe50b67797718625893c4a4..4f87a527a204fdb916c7d7c8dae0ca2772280402 100644 (file)
@@ -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'));
     }
 }