From: Vincent Vanwaelscappel Date: Thu, 30 Jan 2025 16:42:57 +0000 (+0100) Subject: wait #7295 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3461afacafe833f700a013d89efd1007469e553c;p=fluidbook-toolbox.git wait #7295 --- diff --git a/app/SubForms/Link/Base.php b/app/SubForms/Link/Base.php index ea3e1ac00..78a2c1817 100644 --- a/app/SubForms/Link/Base.php +++ b/app/SubForms/Link/Base.php @@ -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 */