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
EZP-24264: QueryController ExpressionLanguage support
Entries from params.queryParameter will be searched for values starting
with '@=' (standard expression language syntax in yaml).
The expressions will be processed by the QueryController, and have access
to:
- `view`: the ContentView
- `content`: the rendered Content
- `location`: the rendered Location, if any
This expression would pass the location id as the parentLocationId queryParameter:
```
params:
queryParameters:
parentLocationId: @=location.id
```
0 commit comments