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

This commit is contained in:
Théo Attali
2026-01-14 23:18:27 +01:00
committed by GitHub
parent cea89ca504
commit e1af81aa07
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
calendar:
cache_max_age: 300 # HTTP cache (0 to disable)
json_max_depth: 4 # JSON nesting limit for filters

View File

@@ -0,0 +1,2 @@
calendar:
resource: "@CalendarBundle/config/routing.yaml"

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"CalendarBundle\\CalendarBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}