]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7299 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 Jan 2025 13:49:50 +0000 (14:49 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 Jan 2025 13:49:50 +0000 (14:49 +0100)
app/Fluidbook/Compiler/Links.php
app/Fluidbook/Farm.php

index 2e76c3e6ce5b77881d51f2d8c3f0db53b2b16254..bc310501ad520adfb31aa7d4b1da1773f667d2f2 100644 (file)
@@ -187,7 +187,7 @@ trait Links
                 $dupData = $linkData;
                 $dupData['image'] = '';
                 $dupData['animation'] = '';
-                $dupData['inline'] = true;
+                $dupData['inline'] = 'inline';
                 $dupData['interactive'] = false;
                 $dupData['to'] = $linkData['animation'];
                 $dupData['type'] = Link::MULTIMEDIA;
index 3af696a7ac06adb43304c64559948d950bd1b173..c56fcca83f96694f97115311d0dd0fb7dd697e2b 100644 (file)
@@ -15,18 +15,18 @@ class Farm
 {
     protected static $_outPDF = [];
     protected static $_forceServer = false;
-    //protected static $_forceServer = 'alphaville';
+    //protected static $_forceServer = 'amadeus';
 
     protected static $_region = Region::EUROPE;
 
     protected static $_farmServers = [
-        ['name' => 'amadeus', 'host' => 'amadeus.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
-        ['name' => 'cloudatlas', 'host' => 'cloudatlas.cubedesigners.com', 'weight' => 4, 'region' => Region::EUROPE, 'local' => false],
+        ['name' => 'amadeus', 'host' => 'amadeus.cubedesigners.com', 'weight' => 4, 'region' => Region::EUROPE, 'local' => false],
+        ['name' => 'cloudatlas', 'host' => 'cloudatlas.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'port' => 9460, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
-        ['name' => 'isleofdogs', 'host' => 'paris.cubedesigners.com', 'port' => 9458, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
-        ['name' => 'jumanji', 'host' => 'paris.cubedesigners.com', 'port' => 9459, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
+        ['name' => 'isleofdogs', 'host' => 'paris.cubedesigners.com', 'port' => 9458, 'weight' => 4, 'region' => Region::EUROPE, 'local' => false],
+        ['name' => 'jumanji', 'host' => 'paris.cubedesigners.com', 'port' => 9459, 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'kingkong', 'host' => 'kingkong.cubedesigners.com', 'weight' => 6, 'region' => Region::USA, 'local' => true],
     ];