Skip to content

Commit

Permalink
TASK: Adjust to removed NodeType::getName
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 29, 2023
1 parent 4cdbd52 commit 98fa454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ prototype(Neos.Neos:ContentCase) < prototype(Neos.Fusion:Case) {
default {
@position = 'end'
condition = true
type = ${Neos.Node.getNodeType(node).name}
type = ${Neos.Node.getNodeType(node).name.value}
}
}

0 comments on commit 98fa454

Please sign in to comment.