From: Vincent Vanwaelscappel Date: Fri, 15 Oct 2021 07:51:09 +0000 (+0200) Subject: wip #4793 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bc7d10ce124069ae3e631a9976b3941480c456ae;p=fluidbook_tools.git wip #4793 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 6d3a864..9f82fb0 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -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); } }