From: Vincent Vanwaelscappel Date: Fri, 25 Apr 2025 13:44:06 +0000 (+0200) Subject: #7259 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c9601ae07a15b061edec1a104306f43ddc283369;p=fluidbook-toolbox.git #7259 --- diff --git a/app/SubForms/Link/WebInfos.php b/app/SubForms/Link/WebInfos.php index bb7885653..bf4412d31 100644 --- a/app/SubForms/Link/WebInfos.php +++ b/app/SubForms/Link/WebInfos.php @@ -7,5 +7,4 @@ use App\Fluidbook\Link\Link; class WebInfos extends Web { public $type = Link::WEB_INFOS; - public $_video_cc = false; } diff --git a/app/SubForms/Link/WebVideo.php b/app/SubForms/Link/WebVideo.php index 082533501..7ba1d794d 100644 --- a/app/SubForms/Link/WebVideo.php +++ b/app/SubForms/Link/WebVideo.php @@ -11,6 +11,7 @@ class WebVideo extends Video { public $type = Link::WEBVIDEO; public $_integration = 'webvideo'; + public $_video_cc = false; public function addDestinationField() {