Merge pull request #334

This commit is contained in:
symfony-flex-server[bot]
2018-05-18 12:04:45 +00:00
committed by GitHub
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,12 @@
#wandi_easy_admin_plus:
# translator:
# # defines the locales you want to manage (if not set, take the default locale)
# locales:
# - fr
# - en
# # defines the directories in which you want to extract translations files (if not set, take the default translations dir)
# paths:
# - translations
# # defines a list of domains you want to exclude from admin (if not set, no excluded domain)
# excluded_domains:
# - validators
@@ -0,0 +1,3 @@
wandi_easy_admin_plus:
resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'
prefix: /admin
@@ -0,0 +1,8 @@
{
"bundles": {
"Wandi\\EasyAdminPlusBundle\\WandiEasyAdminPlusBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}