mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Update tattali/calendar-bundle config for 8.1+ (#1917)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
calendar:
|
||||
cache_max_age: 300 # HTTP cache (0 to disable)
|
||||
json_max_depth: 4 # JSON nesting limit for filters
|
||||
2
tattali/calendar-bundle/8.1/config/routes/calendar.yaml
Normal file
2
tattali/calendar-bundle/8.1/config/routes/calendar.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
calendar:
|
||||
resource: "@CalendarBundle/config/routing.yaml"
|
||||
8
tattali/calendar-bundle/8.1/manifest.json
Normal file
8
tattali/calendar-bundle/8.1/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"CalendarBundle\\CalendarBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user