mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kunstmaan/admin-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/kunstmaan_admin.yaml": {
|
||||
"contents": [
|
||||
"kunstmaan_admin:",
|
||||
" multi_language: true",
|
||||
" required_locales: nl|fr|en",
|
||||
" default_locale: en",
|
||||
" admin_locales: ['en']",
|
||||
" website_title: 'MyProject' #Rename this to your website name",
|
||||
" exception_logging: false",
|
||||
" authentication:",
|
||||
" enable_new_authentication: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/kunstmaan_admin.yaml": {
|
||||
"contents": [
|
||||
"KunstmaanAdminBundle:",
|
||||
" resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"",
|
||||
" # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements",
|
||||
" prefix: /{_locale}/",
|
||||
" requirements:",
|
||||
" _locale: \"%kunstmaan_admin.required_locales%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "378c040eaf0d10685b1756d9715ea29b3a590b01"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user