]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7295
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jan 2025 16:42:57 +0000 (17:42 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jan 2025 16:42:57 +0000 (17:42 +0100)
app/SubForms/Link/Base.php

index ea3e1ac0013159d9ece9a849937c70969a15a19a..78a2c18172b767df9cd21e05eb50bd6309b5cc05 100644 (file)
@@ -356,7 +356,7 @@ class Base extends Form
         }
 
         $id = 1;
-        $base = ['top' => 1, 'left' => 1, 'width' => 1, 'height' => 1, 'to' => '', 'inline' => 'inline', 'page' => 2, 'target' => '_blank', 'extra' => '', 'interactive' => false];
+        $base = ['top' => 1, 'left' => 1, 'width' => 1, 'height' => 1, 'to' => '', 'inline' => 'inline', 'page' => 2, 'target' => '_blank', 'extra' => '', 'interactive' => false,'video_service'=>'youtube'];
         $compiler = new Compiler($fluidbook);
 
         /** @var Link $instances */