Skip to content

Commit

Permalink
BUGFIX: Followup #5216 fix node.name in fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Aug 28, 2024
1 parent d7b4ce5 commit 1aeef6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>{neos:backend.translate(id: 'node', value: 'Node')}: {neos:node.label(node:
</tr>
<tr>
<th>_path</th>
<td class="node-path">{node.name}</td>
<td class="node-path">{node.name.value}</td>
</tr>
<tr>
<th>nodeContextPath</th>
Expand Down

0 comments on commit 1aeef6c

Please sign in to comment.