From 14f9022c255055d45aaf3ee64c7430143a5b6a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anke=20H=C3=A4slich?= Date: Thu, 21 Sep 2023 10:04:27 +0200 Subject: [PATCH] BUGFIX: Adjust `rawContent` mode condition to use `renderingMode.isEdit` Relates: #4505 Relates: #4542 --- Neos.Neos/Resources/Private/Fusion/RootCase.fusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.Neos/Resources/Private/Fusion/RootCase.fusion b/Neos.Neos/Resources/Private/Fusion/RootCase.fusion index 957c8d4fd18..1cb7a12197b 100644 --- a/Neos.Neos/Resources/Private/Fusion/RootCase.fusion +++ b/Neos.Neos/Resources/Private/Fusion/RootCase.fusion @@ -45,7 +45,7 @@ root { rawContent { @position = 'end 10000' - condition = ${Neos.Node.inBackend(documentNode) && documentNode.context.currentRenderingMode.edit} + condition = ${renderingMode.isEdit} renderPath = '/rawContent' }