- Notifications
You must be signed in to change notification settings - Fork95
Open
Description
Currently, it is possible to inherit ViewHelper namespaces from templates to underlying templates (or layouts to templates). This feature can lead to erratic behavior if templates are partially overridden and is generally not advisable. Also, it prevents further optimizations such as template warmup.
Thus, we should deprecate this with v4 to be able to provide warmup and other features with v5.