]> _ Git - odl.git/commitdiff
wait #5183 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Mar 2022 16:59:05 +0000 (18:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Mar 2022 16:59:05 +0000 (18:59 +0200)
app/Jobs/ProcessFluidbook.php

index ad10a9f04f82e3fa29fd30ec9c9556b5ae331613..fa9bf72bbf59c9586c3027be4b7e411a8a826ade 100644 (file)
@@ -209,6 +209,7 @@ class ProcessFluidbook extends Compiler
                 $link['type'] = $ee[0] === 'video' ? 4 : 17;
                 $link['inline'] = $ee[1] === 'inline';
                 $link['to'] = $this->_getAssetFile($e[1]);
+                $link['display_area'] = false;
                 if ($link['inline']) {
                     $link['video_auto_start'] = false;
                     $link['video_controls'] = true;