From 3461afacafe833f700a013d89efd1007469e553c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 30 Jan 2025 17:42:57 +0100 Subject: [PATCH] wait #7295 --- app/SubForms/Link/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5