From 83e70bb2d29797185ab0fbb4578703ef03779d97 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Thu, 6 Apr 2023 10:08:54 +0200 Subject: [PATCH] Moved files --- .../WebToPrintBundle/.editorconfig => .editorconfig | 0 .../.gitattributes => .gitattributes | 0 bundles/WebToPrintBundle/.gitignore => .gitignore | 0 .../CONTRIBUTING.md => CONTRIBUTING.md | 0 bundles/WebToPrintBundle/LICENSE.md => LICENSE.md | 0 bundles/WebToPrintBundle/README.md => README.md | 0 bundles/WebToPrintBundle/SECURITY.md => SECURITY.md | 0 .../WebToPrintBundle/composer.json => composer.json | 0 .../config => config}/pimcore/config.yaml | 0 .../config => config}/pimcore/default.yaml | 0 .../config => config}/pimcore/routing.yaml | 0 .../config => config}/services.yaml | 0 .../doc => doc}/01_Print_Documents.md | 0 ...b2Print_Extending_Config_for_PDFX_conformance.md | 0 .../WebToPrintBundle/doc => doc}/img/configs.jpg | Bin .../img/printdocuments_editmode_preview.png | Bin .../doc => doc}/img/printdocuments_flow.png | Bin .../img/printdocuments_printcontainers_tree.png | Bin .../img/printdocuments_printpages_menu.png | Bin bundles/WebToPrintBundle/gpl-3.0.txt => gpl-3.0.txt | 0 .../public => public}/css/icons.css | 0 .../public => public}/js/document/printabstract.js | 0 .../public => public}/js/document/printcontainer.js | 0 .../public => public}/js/document/printpage.js | 0 .../js/document/printpages/pdf_preview.js | 0 .../public => public}/js/settings.js | 0 .../public => public}/js/startup.js | 0 {bundles/WebToPrintBundle/src => src}/Config.php | 0 .../Document/PrintcontainerController.php | 0 .../Controller/Document/PrintpageController.php | 0 .../Controller/Document/PrintpageControllerBase.php | 0 .../src => src}/Controller/SettingsController.php | 0 .../DependencyInjection/Configuration.php | 0 .../PimcoreWebToPrintExtension.php | 0 .../src => src}/Event/DocumentEvents.php | 0 .../src => src}/Event/Model/PrintConfigEvent.php | 0 .../EventListener/IndexSettingsListener.php | 0 .../src => src}/Exception/CancelException.php | 0 .../src => src}/Exception/NotPreparedException.php | 0 {bundles/WebToPrintBundle/src => src}/Installer.php | 0 .../Messenger/GenerateWeb2PrintPdfMessage.php | 0 .../Handler/GenerateWeb2PrintPdfHandler.php | 0 .../Document/Hardlink/Wrapper/Printcontainer.php | 0 .../Model/Document/Hardlink/Wrapper/Printpage.php | 0 .../src => src}/Model/Document/PrintAbstract.php | 0 .../Model/Document/PrintAbstract/Dao.php | 0 .../src => src}/Model/Document/Printcontainer.php | 0 .../Model/Document/Printcontainer/Dao.php | 0 .../src => src}/Model/Document/Printpage.php | 0 .../src => src}/Model/Document/Printpage/Dao.php | 0 .../src => src}/PimcoreWebToPrintBundle.php | 0 {bundles/WebToPrintBundle/src => src}/Processor.php | 0 .../src => src}/Processor/Api/PDFreactor.class.php | 0 .../src => src}/Processor/Chromium.php | 0 .../src => src}/Processor/Gotenberg.php | 0 .../src => src}/Processor/PdfReactor.php | 0 .../src => src}/Resources/install/install.sql | 0 .../Twig/Extension/DocumentHelperExtensions.php | 0 .../Twig/Extension/PrintCatalogExtension.php | 0 .../settings/test_web2print.html.twig | 0 .../translations => translations}/admin.en.yaml | 0 61 files changed, 0 insertions(+), 0 deletions(-) rename bundles/WebToPrintBundle/.editorconfig => .editorconfig (100%) rename bundles/WebToPrintBundle/.gitattributes => .gitattributes (100%) rename bundles/WebToPrintBundle/.gitignore => .gitignore (100%) rename bundles/WebToPrintBundle/CONTRIBUTING.md => CONTRIBUTING.md (100%) rename bundles/WebToPrintBundle/LICENSE.md => LICENSE.md (100%) rename bundles/WebToPrintBundle/README.md => README.md (100%) rename bundles/WebToPrintBundle/SECURITY.md => SECURITY.md (100%) rename bundles/WebToPrintBundle/composer.json => composer.json (100%) rename {bundles/WebToPrintBundle/config => config}/pimcore/config.yaml (100%) rename {bundles/WebToPrintBundle/config => config}/pimcore/default.yaml (100%) rename {bundles/WebToPrintBundle/config => config}/pimcore/routing.yaml (100%) rename {bundles/WebToPrintBundle/config => config}/services.yaml (100%) rename {bundles/WebToPrintBundle/doc => doc}/01_Print_Documents.md (100%) rename {bundles/WebToPrintBundle/doc => doc}/90_Web2Print_Extending_Config_for_PDFX_conformance.md (100%) rename {bundles/WebToPrintBundle/doc => doc}/img/configs.jpg (100%) rename {bundles/WebToPrintBundle/doc => doc}/img/printdocuments_editmode_preview.png (100%) rename {bundles/WebToPrintBundle/doc => doc}/img/printdocuments_flow.png (100%) rename {bundles/WebToPrintBundle/doc => doc}/img/printdocuments_printcontainers_tree.png (100%) rename {bundles/WebToPrintBundle/doc => doc}/img/printdocuments_printpages_menu.png (100%) rename bundles/WebToPrintBundle/gpl-3.0.txt => gpl-3.0.txt (100%) rename {bundles/WebToPrintBundle/public => public}/css/icons.css (100%) rename {bundles/WebToPrintBundle/public => public}/js/document/printabstract.js (100%) rename {bundles/WebToPrintBundle/public => public}/js/document/printcontainer.js (100%) rename {bundles/WebToPrintBundle/public => public}/js/document/printpage.js (100%) rename {bundles/WebToPrintBundle/public => public}/js/document/printpages/pdf_preview.js (100%) rename {bundles/WebToPrintBundle/public => public}/js/settings.js (100%) rename {bundles/WebToPrintBundle/public => public}/js/startup.js (100%) rename {bundles/WebToPrintBundle/src => src}/Config.php (100%) rename {bundles/WebToPrintBundle/src => src}/Controller/Document/PrintcontainerController.php (100%) rename {bundles/WebToPrintBundle/src => src}/Controller/Document/PrintpageController.php (100%) rename {bundles/WebToPrintBundle/src => src}/Controller/Document/PrintpageControllerBase.php (100%) rename {bundles/WebToPrintBundle/src => src}/Controller/SettingsController.php (100%) rename {bundles/WebToPrintBundle/src => src}/DependencyInjection/Configuration.php (100%) rename {bundles/WebToPrintBundle/src => src}/DependencyInjection/PimcoreWebToPrintExtension.php (100%) rename {bundles/WebToPrintBundle/src => src}/Event/DocumentEvents.php (100%) rename {bundles/WebToPrintBundle/src => src}/Event/Model/PrintConfigEvent.php (100%) rename {bundles/WebToPrintBundle/src => src}/EventListener/IndexSettingsListener.php (100%) rename {bundles/WebToPrintBundle/src => src}/Exception/CancelException.php (100%) rename {bundles/WebToPrintBundle/src => src}/Exception/NotPreparedException.php (100%) rename {bundles/WebToPrintBundle/src => src}/Installer.php (100%) rename {bundles/WebToPrintBundle/src => src}/Messenger/GenerateWeb2PrintPdfMessage.php (100%) rename {bundles/WebToPrintBundle/src => src}/Messenger/Handler/GenerateWeb2PrintPdfHandler.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Hardlink/Wrapper/Printcontainer.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Hardlink/Wrapper/Printpage.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/PrintAbstract.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/PrintAbstract/Dao.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Printcontainer.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Printcontainer/Dao.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Printpage.php (100%) rename {bundles/WebToPrintBundle/src => src}/Model/Document/Printpage/Dao.php (100%) rename {bundles/WebToPrintBundle/src => src}/PimcoreWebToPrintBundle.php (100%) rename {bundles/WebToPrintBundle/src => src}/Processor.php (100%) rename {bundles/WebToPrintBundle/src => src}/Processor/Api/PDFreactor.class.php (100%) rename {bundles/WebToPrintBundle/src => src}/Processor/Chromium.php (100%) rename {bundles/WebToPrintBundle/src => src}/Processor/Gotenberg.php (100%) rename {bundles/WebToPrintBundle/src => src}/Processor/PdfReactor.php (100%) rename {bundles/WebToPrintBundle/src => src}/Resources/install/install.sql (100%) rename {bundles/WebToPrintBundle/src => src}/Twig/Extension/DocumentHelperExtensions.php (100%) rename {bundles/WebToPrintBundle/src => src}/Twig/Extension/PrintCatalogExtension.php (100%) rename {bundles/WebToPrintBundle/templates => templates}/settings/test_web2print.html.twig (100%) rename {bundles/WebToPrintBundle/translations => translations}/admin.en.yaml (100%) diff --git a/bundles/WebToPrintBundle/.editorconfig b/.editorconfig similarity index 100% rename from bundles/WebToPrintBundle/.editorconfig rename to .editorconfig diff --git a/bundles/WebToPrintBundle/.gitattributes b/.gitattributes similarity index 100% rename from bundles/WebToPrintBundle/.gitattributes rename to .gitattributes diff --git a/bundles/WebToPrintBundle/.gitignore b/.gitignore similarity index 100% rename from bundles/WebToPrintBundle/.gitignore rename to .gitignore diff --git a/bundles/WebToPrintBundle/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from bundles/WebToPrintBundle/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/bundles/WebToPrintBundle/LICENSE.md b/LICENSE.md similarity index 100% rename from bundles/WebToPrintBundle/LICENSE.md rename to LICENSE.md diff --git a/bundles/WebToPrintBundle/README.md b/README.md similarity index 100% rename from bundles/WebToPrintBundle/README.md rename to README.md diff --git a/bundles/WebToPrintBundle/SECURITY.md b/SECURITY.md similarity index 100% rename from bundles/WebToPrintBundle/SECURITY.md rename to SECURITY.md diff --git a/bundles/WebToPrintBundle/composer.json b/composer.json similarity index 100% rename from bundles/WebToPrintBundle/composer.json rename to composer.json diff --git a/bundles/WebToPrintBundle/config/pimcore/config.yaml b/config/pimcore/config.yaml similarity index 100% rename from bundles/WebToPrintBundle/config/pimcore/config.yaml rename to config/pimcore/config.yaml diff --git a/bundles/WebToPrintBundle/config/pimcore/default.yaml b/config/pimcore/default.yaml similarity index 100% rename from bundles/WebToPrintBundle/config/pimcore/default.yaml rename to config/pimcore/default.yaml diff --git a/bundles/WebToPrintBundle/config/pimcore/routing.yaml b/config/pimcore/routing.yaml similarity index 100% rename from bundles/WebToPrintBundle/config/pimcore/routing.yaml rename to config/pimcore/routing.yaml diff --git a/bundles/WebToPrintBundle/config/services.yaml b/config/services.yaml similarity index 100% rename from bundles/WebToPrintBundle/config/services.yaml rename to config/services.yaml diff --git a/bundles/WebToPrintBundle/doc/01_Print_Documents.md b/doc/01_Print_Documents.md similarity index 100% rename from bundles/WebToPrintBundle/doc/01_Print_Documents.md rename to doc/01_Print_Documents.md diff --git a/bundles/WebToPrintBundle/doc/90_Web2Print_Extending_Config_for_PDFX_conformance.md b/doc/90_Web2Print_Extending_Config_for_PDFX_conformance.md similarity index 100% rename from bundles/WebToPrintBundle/doc/90_Web2Print_Extending_Config_for_PDFX_conformance.md rename to doc/90_Web2Print_Extending_Config_for_PDFX_conformance.md diff --git a/bundles/WebToPrintBundle/doc/img/configs.jpg b/doc/img/configs.jpg similarity index 100% rename from bundles/WebToPrintBundle/doc/img/configs.jpg rename to doc/img/configs.jpg diff --git a/bundles/WebToPrintBundle/doc/img/printdocuments_editmode_preview.png b/doc/img/printdocuments_editmode_preview.png similarity index 100% rename from bundles/WebToPrintBundle/doc/img/printdocuments_editmode_preview.png rename to doc/img/printdocuments_editmode_preview.png diff --git a/bundles/WebToPrintBundle/doc/img/printdocuments_flow.png b/doc/img/printdocuments_flow.png similarity index 100% rename from bundles/WebToPrintBundle/doc/img/printdocuments_flow.png rename to doc/img/printdocuments_flow.png diff --git a/bundles/WebToPrintBundle/doc/img/printdocuments_printcontainers_tree.png b/doc/img/printdocuments_printcontainers_tree.png similarity index 100% rename from bundles/WebToPrintBundle/doc/img/printdocuments_printcontainers_tree.png rename to doc/img/printdocuments_printcontainers_tree.png diff --git a/bundles/WebToPrintBundle/doc/img/printdocuments_printpages_menu.png b/doc/img/printdocuments_printpages_menu.png similarity index 100% rename from bundles/WebToPrintBundle/doc/img/printdocuments_printpages_menu.png rename to doc/img/printdocuments_printpages_menu.png diff --git a/bundles/WebToPrintBundle/gpl-3.0.txt b/gpl-3.0.txt similarity index 100% rename from bundles/WebToPrintBundle/gpl-3.0.txt rename to gpl-3.0.txt diff --git a/bundles/WebToPrintBundle/public/css/icons.css b/public/css/icons.css similarity index 100% rename from bundles/WebToPrintBundle/public/css/icons.css rename to public/css/icons.css diff --git a/bundles/WebToPrintBundle/public/js/document/printabstract.js b/public/js/document/printabstract.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/document/printabstract.js rename to public/js/document/printabstract.js diff --git a/bundles/WebToPrintBundle/public/js/document/printcontainer.js b/public/js/document/printcontainer.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/document/printcontainer.js rename to public/js/document/printcontainer.js diff --git a/bundles/WebToPrintBundle/public/js/document/printpage.js b/public/js/document/printpage.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/document/printpage.js rename to public/js/document/printpage.js diff --git a/bundles/WebToPrintBundle/public/js/document/printpages/pdf_preview.js b/public/js/document/printpages/pdf_preview.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/document/printpages/pdf_preview.js rename to public/js/document/printpages/pdf_preview.js diff --git a/bundles/WebToPrintBundle/public/js/settings.js b/public/js/settings.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/settings.js rename to public/js/settings.js diff --git a/bundles/WebToPrintBundle/public/js/startup.js b/public/js/startup.js similarity index 100% rename from bundles/WebToPrintBundle/public/js/startup.js rename to public/js/startup.js diff --git a/bundles/WebToPrintBundle/src/Config.php b/src/Config.php similarity index 100% rename from bundles/WebToPrintBundle/src/Config.php rename to src/Config.php diff --git a/bundles/WebToPrintBundle/src/Controller/Document/PrintcontainerController.php b/src/Controller/Document/PrintcontainerController.php similarity index 100% rename from bundles/WebToPrintBundle/src/Controller/Document/PrintcontainerController.php rename to src/Controller/Document/PrintcontainerController.php diff --git a/bundles/WebToPrintBundle/src/Controller/Document/PrintpageController.php b/src/Controller/Document/PrintpageController.php similarity index 100% rename from bundles/WebToPrintBundle/src/Controller/Document/PrintpageController.php rename to src/Controller/Document/PrintpageController.php diff --git a/bundles/WebToPrintBundle/src/Controller/Document/PrintpageControllerBase.php b/src/Controller/Document/PrintpageControllerBase.php similarity index 100% rename from bundles/WebToPrintBundle/src/Controller/Document/PrintpageControllerBase.php rename to src/Controller/Document/PrintpageControllerBase.php diff --git a/bundles/WebToPrintBundle/src/Controller/SettingsController.php b/src/Controller/SettingsController.php similarity index 100% rename from bundles/WebToPrintBundle/src/Controller/SettingsController.php rename to src/Controller/SettingsController.php diff --git a/bundles/WebToPrintBundle/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php similarity index 100% rename from bundles/WebToPrintBundle/src/DependencyInjection/Configuration.php rename to src/DependencyInjection/Configuration.php diff --git a/bundles/WebToPrintBundle/src/DependencyInjection/PimcoreWebToPrintExtension.php b/src/DependencyInjection/PimcoreWebToPrintExtension.php similarity index 100% rename from bundles/WebToPrintBundle/src/DependencyInjection/PimcoreWebToPrintExtension.php rename to src/DependencyInjection/PimcoreWebToPrintExtension.php diff --git a/bundles/WebToPrintBundle/src/Event/DocumentEvents.php b/src/Event/DocumentEvents.php similarity index 100% rename from bundles/WebToPrintBundle/src/Event/DocumentEvents.php rename to src/Event/DocumentEvents.php diff --git a/bundles/WebToPrintBundle/src/Event/Model/PrintConfigEvent.php b/src/Event/Model/PrintConfigEvent.php similarity index 100% rename from bundles/WebToPrintBundle/src/Event/Model/PrintConfigEvent.php rename to src/Event/Model/PrintConfigEvent.php diff --git a/bundles/WebToPrintBundle/src/EventListener/IndexSettingsListener.php b/src/EventListener/IndexSettingsListener.php similarity index 100% rename from bundles/WebToPrintBundle/src/EventListener/IndexSettingsListener.php rename to src/EventListener/IndexSettingsListener.php diff --git a/bundles/WebToPrintBundle/src/Exception/CancelException.php b/src/Exception/CancelException.php similarity index 100% rename from bundles/WebToPrintBundle/src/Exception/CancelException.php rename to src/Exception/CancelException.php diff --git a/bundles/WebToPrintBundle/src/Exception/NotPreparedException.php b/src/Exception/NotPreparedException.php similarity index 100% rename from bundles/WebToPrintBundle/src/Exception/NotPreparedException.php rename to src/Exception/NotPreparedException.php diff --git a/bundles/WebToPrintBundle/src/Installer.php b/src/Installer.php similarity index 100% rename from bundles/WebToPrintBundle/src/Installer.php rename to src/Installer.php diff --git a/bundles/WebToPrintBundle/src/Messenger/GenerateWeb2PrintPdfMessage.php b/src/Messenger/GenerateWeb2PrintPdfMessage.php similarity index 100% rename from bundles/WebToPrintBundle/src/Messenger/GenerateWeb2PrintPdfMessage.php rename to src/Messenger/GenerateWeb2PrintPdfMessage.php diff --git a/bundles/WebToPrintBundle/src/Messenger/Handler/GenerateWeb2PrintPdfHandler.php b/src/Messenger/Handler/GenerateWeb2PrintPdfHandler.php similarity index 100% rename from bundles/WebToPrintBundle/src/Messenger/Handler/GenerateWeb2PrintPdfHandler.php rename to src/Messenger/Handler/GenerateWeb2PrintPdfHandler.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Hardlink/Wrapper/Printcontainer.php b/src/Model/Document/Hardlink/Wrapper/Printcontainer.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Hardlink/Wrapper/Printcontainer.php rename to src/Model/Document/Hardlink/Wrapper/Printcontainer.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Hardlink/Wrapper/Printpage.php b/src/Model/Document/Hardlink/Wrapper/Printpage.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Hardlink/Wrapper/Printpage.php rename to src/Model/Document/Hardlink/Wrapper/Printpage.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/PrintAbstract.php b/src/Model/Document/PrintAbstract.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/PrintAbstract.php rename to src/Model/Document/PrintAbstract.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/PrintAbstract/Dao.php b/src/Model/Document/PrintAbstract/Dao.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/PrintAbstract/Dao.php rename to src/Model/Document/PrintAbstract/Dao.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Printcontainer.php b/src/Model/Document/Printcontainer.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Printcontainer.php rename to src/Model/Document/Printcontainer.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Printcontainer/Dao.php b/src/Model/Document/Printcontainer/Dao.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Printcontainer/Dao.php rename to src/Model/Document/Printcontainer/Dao.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Printpage.php b/src/Model/Document/Printpage.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Printpage.php rename to src/Model/Document/Printpage.php diff --git a/bundles/WebToPrintBundle/src/Model/Document/Printpage/Dao.php b/src/Model/Document/Printpage/Dao.php similarity index 100% rename from bundles/WebToPrintBundle/src/Model/Document/Printpage/Dao.php rename to src/Model/Document/Printpage/Dao.php diff --git a/bundles/WebToPrintBundle/src/PimcoreWebToPrintBundle.php b/src/PimcoreWebToPrintBundle.php similarity index 100% rename from bundles/WebToPrintBundle/src/PimcoreWebToPrintBundle.php rename to src/PimcoreWebToPrintBundle.php diff --git a/bundles/WebToPrintBundle/src/Processor.php b/src/Processor.php similarity index 100% rename from bundles/WebToPrintBundle/src/Processor.php rename to src/Processor.php diff --git a/bundles/WebToPrintBundle/src/Processor/Api/PDFreactor.class.php b/src/Processor/Api/PDFreactor.class.php similarity index 100% rename from bundles/WebToPrintBundle/src/Processor/Api/PDFreactor.class.php rename to src/Processor/Api/PDFreactor.class.php diff --git a/bundles/WebToPrintBundle/src/Processor/Chromium.php b/src/Processor/Chromium.php similarity index 100% rename from bundles/WebToPrintBundle/src/Processor/Chromium.php rename to src/Processor/Chromium.php diff --git a/bundles/WebToPrintBundle/src/Processor/Gotenberg.php b/src/Processor/Gotenberg.php similarity index 100% rename from bundles/WebToPrintBundle/src/Processor/Gotenberg.php rename to src/Processor/Gotenberg.php diff --git a/bundles/WebToPrintBundle/src/Processor/PdfReactor.php b/src/Processor/PdfReactor.php similarity index 100% rename from bundles/WebToPrintBundle/src/Processor/PdfReactor.php rename to src/Processor/PdfReactor.php diff --git a/bundles/WebToPrintBundle/src/Resources/install/install.sql b/src/Resources/install/install.sql similarity index 100% rename from bundles/WebToPrintBundle/src/Resources/install/install.sql rename to src/Resources/install/install.sql diff --git a/bundles/WebToPrintBundle/src/Twig/Extension/DocumentHelperExtensions.php b/src/Twig/Extension/DocumentHelperExtensions.php similarity index 100% rename from bundles/WebToPrintBundle/src/Twig/Extension/DocumentHelperExtensions.php rename to src/Twig/Extension/DocumentHelperExtensions.php diff --git a/bundles/WebToPrintBundle/src/Twig/Extension/PrintCatalogExtension.php b/src/Twig/Extension/PrintCatalogExtension.php similarity index 100% rename from bundles/WebToPrintBundle/src/Twig/Extension/PrintCatalogExtension.php rename to src/Twig/Extension/PrintCatalogExtension.php diff --git a/bundles/WebToPrintBundle/templates/settings/test_web2print.html.twig b/templates/settings/test_web2print.html.twig similarity index 100% rename from bundles/WebToPrintBundle/templates/settings/test_web2print.html.twig rename to templates/settings/test_web2print.html.twig diff --git a/bundles/WebToPrintBundle/translations/admin.en.yaml b/translations/admin.en.yaml similarity index 100% rename from bundles/WebToPrintBundle/translations/admin.en.yaml rename to translations/admin.en.yaml