Skip to content

Commit

Permalink
[Task] Enable PimcoreStaticRoutesBundle in config/bundles.php (#452)
Browse files Browse the repository at this point in the history
* Add bundle to bundles.php and mark as installed

* Adding import

* Remove PersonalizationBundle - feature move to repo pimcore/personalization-bundle - resolve #12523

---------

Co-authored-by: Divesh Pahuja <divesh.pahuja@pimcore.com>
  • Loading branch information
mattamon and dvesh3 committed Mar 31, 2023
1 parent 997a7d0 commit 1114f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Pimcore\Bundle\GoogleMarketingBundle\PimcoreGoogleMarketingBundle;
use Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle;
use Pimcore\Bundle\SeoBundle\PimcoreSeoBundle;
use Pimcore\Bundle\StaticRoutesBundle\PimcoreStaticRoutesBundle;
use Pimcore\Bundle\WebToPrintBundle\PimcoreWebToPrintBundle;
use Web2PrintToolsBundle\Web2PrintToolsBundle;
use Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle;
Expand All @@ -35,4 +36,5 @@
PimcoreApplicationLoggerBundle::class => ['all' => true],
PimcoreWebToPrintBundle::class => ['all' => true],
PimcoreTinymceBundle::class => ['all' => true],
PimcoreStaticRoutesBundle::class => ['all' => true],
];
1 change: 1 addition & 0 deletions dump/data-1-settings_store.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLE
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\WebToPrintBundle\\PimcoreWebToPrintBundle','pimcore','1','bool');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\PersonalizationBundle\\PimcorePersonalizationBundle', 'pimcore', '1','bool');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\GoogleMarketingBundle\\PimcoreGoogleMarketingBundle', 'pimcore', '1','bool');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\StaticRoutesBundle\\PimcoreStaticRoutesBundle', 'pimcore', '1','bool');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('cart','pimcore_image_thumbnails','{\"items\":[{\"method\":\"scaleByWidth\",\"arguments\":{\"width\":90,\"forceResize\":false}}],\"medias\":[],\"name\":\"cart\",\"description\":\"\",\"group\":\"E-Commerce\",\"format\":\"SOURCE\",\"quality\":85,\"highResolution\":0,\"preserveColor\":false,\"preserveMetaData\":false,\"rasterizeSVG\":false,\"downloadable\":false,\"modificationDate\":1643107933,\"creationDate\":1562252277,\"preserveAnimation\":false}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('Catalog','pimcore_perspectives','{\"elementTree\":[{\"type\":\"customview\",\"id\":6,\"position\":\"left\",\"expanded\":false,\"hidden\":false,\"sort\":0},{\"type\":\"assets\",\"position\":\"right\",\"expanded\":false,\"hidden\":false,\"sort\":0},{\"type\":\"customview\",\"id\":1,\"position\":\"right\",\"expanded\":false,\"hidden\":false,\"sort\":1}],\"iconCls\":null,\"icon\":\"\\/bundles\\/pimcoreadmin\\/img\\/flat-white-icons\\/book.svg\",\"toolbar\":{\"file\":true,\"extras\":false,\"marketing\":false,\"settings\":false,\"search\":true,\"ecommerce\":false}}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('CDP','pimcore_perspectives','{\"elementTree\":[{\"type\":\"customview\",\"position\":\"left\",\"sort\":0,\"id\":7},{\"type\":\"customview\",\"position\":\"right\",\"sort\":0,\"treeContextMenu\":[],\"id\":8},{\"type\":\"customview\",\"position\":\"right\",\"sort\":1,\"treeContextMenu\":[],\"id\":3}],\"iconCls\":null,\"icon\":\"\\/bundles\\/pimcoreadmin\\/img\\/flat-white-icons\\/conference_call.svg\",\"toolbar\":{\"file\":{\"hidden\":false,\"items\":{\"perspectives\":true,\"dashboards\":true,\"openDocument\":false,\"openAsset\":false,\"openObject\":true,\"searchReplace\":true,\"schedule\":true,\"seemode\":false,\"closeAll\":true,\"help\":true,\"about\":true}},\"marketing\":{\"hidden\":true,\"items\":{\"reports\":true,\"tagmanagement\":true,\"targeting\":true,\"seo\":{\"hidden\":false,\"items\":{\"documents\":true,\"robots\":true,\"httperrors\":true}}}},\"extras\":{\"hidden\":true,\"items\":{\"glossary\":false,\"redirects\":false,\"translations\":true,\"recyclebin\":false,\"plugins\":false,\"notesEvents\":false,\"applicationlog\":false,\"gdpr_data_extractor\":false,\"emails\":false,\"maintenance\":false,\"systemtools\":{\"hidden\":false,\"items\":{\"phpinfo\":true,\"opcache\":true,\"requirements\":true,\"serverinfo\":true,\"database\":true,\"fileexplorer\":true}}}},\"settings\":{\"hidden\":true,\"items\":{\"customReports\":true,\"marketingReports\":true,\"documentTypes\":true,\"predefinedProperties\":true,\"predefinedMetadata\":true,\"system\":true,\"website\":true,\"web2print\":true,\"users\":{\"hidden\":false,\"items\":{\"users\":true,\"roles\":true}},\"thumbnails\":true,\"objects\":{\"hidden\":false,\"items\":{\"classes\":true,\"fieldcollections\":true,\"objectbricks\":true,\"quantityValue\":true,\"classificationstore\":true,\"bulkExport\":true,\"bulkImport\":true}},\"routes\":true,\"cache\":{\"hidden\":false,\"items\":{\"clearAll\":true,\"clearData\":true,\"clearSymfony\":true,\"clearOutput\":true,\"clearTemp\":true}},\"adminTranslations\":true,\"tagConfiguration\":true,\"perspectiveEditor\":true}},\"search\":{\"hidden\":false,\"items\":{\"quickSearch\":true,\"documents\":false,\"assets\":false,\"objects\":true,\"advancedObjectSearch\":true}}}}','string');
Expand Down

0 comments on commit 1114f42

Please sign in to comment.