mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"sonata-project/translation-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sonata\\TranslationBundle\\SonataTranslationBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sonata_translation.yaml": {
|
|
"contents": [
|
|
"sonata_admin:",
|
|
" assets:",
|
|
" extra_stylesheets:",
|
|
" - bundles/sonatatranslation/css/sonata-translation.css",
|
|
"",
|
|
"sonata_block:",
|
|
" blocks:",
|
|
" sonata_translation.block.locale_switcher: null",
|
|
"",
|
|
"sonata_translation:",
|
|
" locales: ['en']",
|
|
" default_locale: 'en'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "65f0e544ca19d262268e1f1ce2b4cbbe459a4a97"
|
|
}
|
|
}
|
|
}
|