Skip to content

Commit

Permalink
Merge pull request #5422 from mhsdesign/bugfix/raw-content-mode-for-n…
Browse files Browse the repository at this point in the history
…odes-without-nodetype

BUGFIX: Raw content mode for nodes without node type
  • Loading branch information
mhsdesign authored Jan 13, 2025
2 parents 94dda04 + cf2e62e commit 01f1e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prototype(Neos.Neos:RawContent.NodeProperties) < prototype(Neos.Fusion:Component) {
@private {
items = ${Neos.Node.nodeType(node).properties}
items = ${Neos.Node.nodeType(node).properties || {}}
items.@process.sort = ${Neos.Array.sortByPropertyPath(value, 'ui.inspector.position')}
}

Expand Down

0 comments on commit 01f1e0f

Please sign in to comment.