Merge pull request #400

This commit is contained in:
symfony-flex-server[bot]
2018-06-22 07:37:44 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,12 @@
sonata_admin:
assets:
extra_stylesheets:
- bundles/sonatatranslation/css/sonata-translation.css
sonata_block:
blocks:
sonata_translation.block.locale_switcher: ~
sonata_translation:
locales: ['en']
default_locale: 'en'
@@ -0,0 +1,8 @@
{
"bundles": {
"Sonata\\TranslationBundle\\SonataTranslationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}