{ "manifests": { "contao/core-bundle": { "manifest": { "bundles": { "Contao\\CoreBundle\\ContaoCoreBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "composer-scripts": { "contao:install %PUBLIC_DIR%": "symfony-cmd", "contao:symlinks %PUBLIC_DIR%": "symfony-cmd" }, "gitignore": [ "/assets/", "/files/", "/public/assets", "/public/files/", "/public/share/", "/public/system/", "/system/*", "!/system/config/", "/system/config/localconfig.php", "/system/config/tcpdf.php", "/system/modules/*/.skip" ], "post-install-output": [ " * Enable ESI in the config/packages/framework.yaml file.", "", " * Add the Contao routes to your config/routing.yaml file and", " make sure they are loaded at the very end.", "", " * Edit your config/security.yaml file and include all the", " necessary providers, firewalls and access control sections.", "", "Documentation: https://docs.contao.org/dev/" ] }, "files": { "config/packages/contao_core.yaml": { "contents": [ "# See https://github.com/contao/core-bundle", "contao:", " preview_script: '/preview.php'", " upload_path: files", " csrf_token_name: contao_csrf_token", " pretty_error_screens: true", "", "when@dev:", " contao:", " pretty_error_screens: false", "" ], "executable": false } }, "ref": "32b4f919e5ed3c63f8be2e906e34fe91d0a89e04" } } }