Files
symfony-flex-recipes-contrib/php-translation.symfony-bundle.0.4.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

69 lines
2.7 KiB
JSON

{
"manifests": {
"php-translation/symfony-bundle": {
"manifest": {
"bundles": {
"Translation\\Bundle\\TranslationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/php_translation.yaml": {
"contents": [
"_translation_edit_in_place:",
" resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'",
" prefix: /admin",
""
],
"executable": false
},
"config/routes/dev/php_translation.yaml": {
"contents": [
"_translation_webui:",
" resource: \"@TranslationBundle/Resources/config/routing_webui.yml\"",
" prefix: /admin",
"",
"_translation_profiler:",
" resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'",
""
],
"executable": false
},
"config/packages/php_translation.yaml": {
"contents": [
"translation:",
" locales: [\"en\"]",
" edit_in_place:",
" enabled: false",
" config_name: app",
" configs:",
" app:",
" dirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]",
" output_dir: \"%kernel.project_dir%/translations\"",
" excluded_names: [\"*TestCase.php\", \"*Test.php\"]",
" excluded_dirs: [cache, data, logs]",
""
],
"executable": false
},
"config/packages/dev/php_translation.yaml": {
"contents": [
"translation:",
" symfony_profiler:",
" enabled: true",
" webui:",
" enabled: true",
""
],
"executable": false
}
},
"ref": "c066e57abc57851ffe788ea3af87b5ea10bf976f"
}
}
}