diff --git a/src/Controller/Web2printController.php b/src/Controller/Web2printController.php index 4520f77..37708d0 100644 --- a/src/Controller/Web2printController.php +++ b/src/Controller/Web2printController.php @@ -1,16 +1,13 @@ 'center', 'forceResize' => false, ], - ],[ + ], [ 'method' => 'roundCorners', 'arguments' => [ 'width' => 2, @@ -204,5 +211,4 @@ private function installThumbnailConfigurations(): self return $this; } - } diff --git a/src/Resources/config/pimcore/outputdataconfig/config.php b/src/Resources/config/pimcore/outputdataconfig/config.php index 8ec124a..c380d14 100644 --- a/src/Resources/config/pimcore/outputdataconfig/config.php +++ b/src/Resources/config/pimcore/outputdataconfig/config.php @@ -1,8 +1,18 @@ [ - "channel1", - "channel2" + 'channels' => [ + 'channel1', + 'channel2' ] -]; \ No newline at end of file +]; diff --git a/src/Twig/Extension/PrintCatalogExtension.php b/src/Twig/Extension/PrintCatalogExtension.php index a477f30..74b62c3 100644 --- a/src/Twig/Extension/PrintCatalogExtension.php +++ b/src/Twig/Extension/PrintCatalogExtension.php @@ -1,21 +1,17 @@