Skip to content

Commit

Permalink
TASK: Adjust to removal of _path
Browse files Browse the repository at this point in the history
neos/neos-development-collection#5015

`nodePath` also doesnt accept absolute node paths anymore
  • Loading branch information
mhsdesign committed Oct 14, 2024
1 parent a4a1727 commit 7e5efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Integration/Footer.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prototype(Neos.Demo:Integration.Footer.Renderer) < prototype(Neos.Demo:Presentat
}
}
content = Neos.Neos:ContentCollection {
nodePath = ${q(site).children('footer').property('_path')}
@context.node = ${q(site).children('footer').get(0)}
attributes.class = 'content'
}

Expand Down

0 comments on commit 7e5efaa

Please sign in to comment.