File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
prototype(RobertLemke.Plugin.Blog:Document.Category) < prototype(Neos.NodeTypes:Page) {
5
5
body.content.main = RobertLemke.Plugin.Blog:Content.PostsOverview {
6
6
paginatedPosts = Flowpack.Listable:PaginatedCollection {
7
- collection = ${q(site).find('[instanceof RobertLemke.Plugin.Blog:Document.Post]').filterByReference(' categories', documentNode).get( )}
7
+ collection = ${q(documentNode).backReferenceNodes(' categories')}
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 4
4
prototype(RobertLemke.Plugin.Blog:Document.Tag) < prototype(Neos.NodeTypes:Page) {
5
5
body.content.main = RobertLemke.Plugin.Blog:Content.PostsOverview {
6
6
paginatedPosts = Flowpack.Listable:PaginatedCollection {
7
- collection = ${q(site).find('[instanceof RobertLemke.Plugin.Blog:Document.Post]').filterByReference(' tags', documentNode).get( )}
7
+ collection = ${q(documentNode).backReferenceNodes(' tags')}
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments