You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, the values of the context are not or should not be loaded into memory at the time of template configuration. This relates especially to default template values, because they are provided during configuration, unlike the regular context that is provided at render time.
Suggested Solution
Allow context values to be resolved from definitions, similarly to ServiceProviderInterface.
The text was updated successfully, but these errors were encountered:
The Problem
Often, the values of the context are not or should not be loaded into memory at the time of template configuration. This relates especially to default template values, because they are provided during configuration, unlike the regular context that is provided at render time.
Suggested Solution
Allow context values to be resolved from definitions, similarly to
ServiceProviderInterface
.The text was updated successfully, but these errors were encountered: