Skip to content

Commit

Permalink
NGSTACK-461: move match to the end of the rule block
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja authored and emodric committed Nov 17, 2020
1 parent 9345deb commit fd68bae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AppBundle/Resources/config/content_view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ frontend_group:
full:
ng_category:
template: "@ezdesign/content/full/ng_category.html.twig"
controller: "ngsite.controller.check_redirect"
match:
Identifier\ContentType: ng_category
controller: ngsite.controller.check_redirect
queries:
subtree:
query_type: "SiteAPI:Location/Subtree"
Expand All @@ -16,14 +14,16 @@ frontend_group:
visible: true
relative_depth: "@=content.getFieldValue('fetch_subtree').bool ? null : 1"
sort: "@=location.innerLocation.getSortClauses()"
match:
Identifier\ContentType: ng_category
ng_feedback_form:
template: "@ezdesign/content/full/ng_feedback_form.html.twig"
controller: "netgen_information_collection.controller:displayAndHandle"
match:
Identifier\ContentType: ng_feedback_form
ng_landing_page:
template: "@ezdesign/content/full/ng_landing_page.html.twig"
controller: "ngsite.controller.check_redirect"
controller: ngsite.controller.check_redirect
match:
Identifier\ContentType: ng_landing_page
common:
Expand Down

0 comments on commit fd68bae

Please sign in to comment.