]> _ Git - fluidbook_tools.git/commitdiff
wip #4793
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Oct 2021 07:51:09 +0000 (09:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Oct 2021 07:51:09 +0000 (09:51 +0200)
src/Compiler/Compiler.php

index 6d3a8642ff8de447869befdd9dce54074f9ba8f9..9f82fb084066e60ae8dbf10024f2468fa42d8030 100644 (file)
@@ -327,6 +327,7 @@ class Compiler implements ShouldQueue, ShouldBeUnique
 
     public function addSlideshowLibrary($inline = true)
     {
-
+        $l = ($inline ? $this->config->inlineSlideshowLibrary : $this->config->popupSlideshowLibrary);
+        $this->addLess('slideshow/' . $l);
     }
 }