-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yml
21 lines (21 loc) · 890 Bytes
/
example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ezpublish:
system:
content_view:
full:
# TRAINING EXERCISE START STEP 1
release:
# TRAINING EXERCISE START STEP 2
controller: 'ez_query:contentQueryAction'
# TRAINING EXERCISE STOP STEP 2
template: '@ezdesign/full/release.html.twig'
match:
Identifier\ContentType: [release]
# TRAINING EXERCISE START STEP 2
params:
query:
query_type: "AppBundle:Children"
parameters:
parent_location_id: "@=location.id"
assign_results_to: versions
# TRAINING EXERCISE STOP STEP 2
# TRAINING EXERCISE STOP STEP 1