From 63d765a99c37963e733f468bbb7a6ab07f755988 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 24 Jan 2024 10:24:09 +0100 Subject: [PATCH] wip #6669 @0.5 --- app/Fluidbook/Compiler/Compiler.php | 6 +++--- app/Models/Traits/PublicationSettings.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 0f2a4fb95..df2e23567 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -2355,9 +2355,9 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError public function copyLinkFile($source, $dest, $video = false) { - if ($video && $this->fluidbookSettings->mobileVideosPath != '') { - - } +// if ($video && $this->fluidbookSettings->mobileVideosPath != '') { +// +// } $origDir = $this->wdir; $types = $this->getVideosFormats(); if ($video) { diff --git a/app/Models/Traits/PublicationSettings.php b/app/Models/Traits/PublicationSettings.php index 371223f6c..3b6321456 100644 --- a/app/Models/Traits/PublicationSettings.php +++ b/app/Models/Traits/PublicationSettings.php @@ -1359,10 +1359,10 @@ trait PublicationSettings 'v2' => '{"type":"boolean","default":false,"editable":true,"label":"\\u00a7!\\u00a7Int\\u00e9grer les webvid\\u00e9os en local!\\u00a7!"}', 'default' => false, ]); - $this->addSettingField('', FormSeparator::class); - $this->addSettingField('mobileVideosPath', LongText::class, $this->__('Chemin vers les vidéos'), [ - 'v2' => '{"type":"text","default":"","editable":true,"label":"\\u00a7!\\u00a7Chemin vers les vid\\u00e9os!\\u00a7!","grade":5}', - ]); +// $this->addSettingField('', FormSeparator::class); +// $this->addSettingField('mobileVideosPath', LongText::class, $this->__('Chemin vers les vidéos'), [ +// 'v2' => '{"type":"text","default":"","editable":true,"label":"\\u00a7!\\u00a7Chemin vers les vid\\u00e9os!\\u00a7!","grade":5}', +// ]); $this->addSettingField('', FormSeparator::class); $this->addSettingField('brightcovePlayerId', LongText::class, $this->__('Identifiant du player Brightcove'), [ 'v2' => '{"type":"text","default":"","editable":true,"label":"\\u00a7!\\u00a7Brightcove Player Id!\\u00a7!","grade":3}', -- 2.39.5