mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
64 lines
2.4 KiB
JSON
64 lines
2.4 KiB
JSON
{
|
|
"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 <fg=green>config/packages/framework.yaml</> file.",
|
|
"",
|
|
" * Add the Contao routes to your <fg=green>config/routing.yaml</> file and",
|
|
" make sure they are loaded at the very end.",
|
|
"",
|
|
" * Edit your <fg=green>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"
|
|
}
|
|
}
|
|
}
|