]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6669 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 09:24:09 +0000 (10:24 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 09:24:09 +0000 (10:24 +0100)
app/Fluidbook/Compiler/Compiler.php
app/Models/Traits/PublicationSettings.php

index 0f2a4fb95f1afc22ecdbab968f53bc057ab68fd9..df2e23567ed21251dd3fa407ff823fd9770e7483 100644 (file)
@@ -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) {
index 371223f6c5a84534a8ce17187e132421f3574d54..3b6321456fdb91d24699e7f0bc27dfdc62f36cf5 100644 (file)
@@ -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}',