]> _ Git - fluidbook-toolbox.git/commitdiff
#7259
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Apr 2025 13:44:06 +0000 (15:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Apr 2025 13:44:06 +0000 (15:44 +0200)
app/SubForms/Link/WebInfos.php
app/SubForms/Link/WebVideo.php

index bb78856531709a11a80e7d2f7cdb3367d26b810d..bf4412d314b3bc01d87c1431a59ada38d65ca4d0 100644 (file)
@@ -7,5 +7,4 @@ use App\Fluidbook\Link\Link;
 class WebInfos extends Web
 {
     public $type = Link::WEB_INFOS;
-    public $_video_cc = false;
 }
index 0825335015fa27e74644e942a45c3606f3edea75..7ba1d794d1323e4d7e1a59bcb7fa06c007c2d927 100644 (file)
@@ -11,6 +11,7 @@ class WebVideo extends Video
 {
     public $type = Link::WEBVIDEO;
     public $_integration = 'webvideo';
+    public $_video_cc = false;
 
     public function addDestinationField()
     {