From 7e5efaa930c07e6f59dbcdadea8e77ef7f6e9c73 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:22:46 +0200 Subject: [PATCH] TASK: Adjust to removal of `_path` https://github.com/neos/neos-development-collection/pull/5015 `nodePath` also doesnt accept absolute node paths anymore --- Resources/Private/Fusion/Integration/Footer.fusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Fusion/Integration/Footer.fusion b/Resources/Private/Fusion/Integration/Footer.fusion index 5acc461..35b05df 100644 --- a/Resources/Private/Fusion/Integration/Footer.fusion +++ b/Resources/Private/Fusion/Integration/Footer.fusion @@ -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' }