Update tattali/calendar-bundle config for 8.1+ (#1917)

This commit is contained in:
Théo Attali
2026-01-15 02:18:27 +04:00
committed by GitHub
parent cea89ca504
commit e1af81aa07
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,3 @@
calendar:
cache_max_age: 300 # HTTP cache (0 to disable)
json_max_depth: 4 # JSON nesting limit for filters
@@ -0,0 +1,2 @@
calendar:
resource: "@CalendarBundle/config/routing.yaml"
@@ -0,0 +1,8 @@
{
"bundles": {
"CalendarBundle\\CalendarBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}