-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGSTACK-394 update view configuration to use pattern matching and inheritance #21
Conversation
…g and inheritance
template: "@ezdesign/content/embed.html.twig" | ||
match: ~ | ||
search: | ||
search: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename to match_all
here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from one minor remark, looks good 👍
search: | ||
template: "@ezdesign/content/search.html.twig" | ||
match: ~ | ||
ezpublish: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this, we reduced indenting #19, the file should now start with frontend_group:
.
Thank you @zulicek ! |
Update view configuration in media-site to use template pattern matching and view config inheritance