Skip to content

Commit

Permalink
BUGFIX: Adjust rawContent mode condition to use renderingMode.isEdit
Browse files Browse the repository at this point in the history
Relates: #4505
Relates: #4542
  • Loading branch information
ahaeslich committed Sep 21, 2023
1 parent 925ddc7 commit 14f9022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Private/Fusion/RootCase.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ root {

rawContent {
@position = 'end 10000'
condition = ${Neos.Node.inBackend(documentNode) && documentNode.context.currentRenderingMode.edit}
condition = ${renderingMode.isEdit}
renderPath = '/rawContent'
}

Expand Down

0 comments on commit 14f9022

Please sign in to comment.