We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d99a1d4 + e5fac9a commit cfcea3aCopy full SHA for cfcea3a
config/bundles.php
@@ -14,6 +14,7 @@
14
use Pimcore\Bundle\WebToPrintBundle\PimcoreWebToPrintBundle;
15
use Pimcore\Bundle\WordExportBundle\PimcoreWordExportBundle;
16
use Pimcore\Bundle\XliffBundle\PimcoreXliffBundle;
17
+use Presta\SitemapBundle\PrestaSitemapBundle;
18
use Web2PrintToolsBundle\Web2PrintToolsBundle;
19
use Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle;
20
use Pimcore\Bundle\CustomReportsBundle\PimcoreCustomReportsBundle;
@@ -43,4 +44,5 @@
43
44
PimcoreNewsletterBundle::class => ['all' => true],
45
PimcoreWordExportBundle::class => ['all' => true],
46
PimcoreXliffBundle::class => ['all' => true],
47
+ PrestaSitemapBundle::class => ['all' => true],
48
];
0 commit comments