Skip to content

Commit

Permalink
TASK: Migrate Neos.Fusion:Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 10, 2023
1 parent 01ada83 commit adc3a9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prototype(Neos.TestNodeTypes:Navigation) < prototype(Neos.Fusion:Collection) {
prototype(Neos.TestNodeTypes:Navigation) < prototype(Neos.Fusion:Loop) {
@process.wrap = afx`<ul class="test-nav">{value}</ul>`
collection = ${q(site).children('[instanceof Neos.Neos:Document]').get()}
items = ${q(site).children('[instanceof Neos.Neos:Document]').get()}
itemName = 'node'
itemRenderer = Neos.Fusion:Tag {
@process.wrap = afx`<li>{value}</li>`
Expand Down

0 comments on commit adc3a9a

Please sign in to comment.