Skip to content

Commit

Permalink
BUGFIX: Adjust Neos.NodeTypes:Page to updated Neos.Neos:Page
Browse files Browse the repository at this point in the history
In addition: remove obsolete fluid template.

Relates: neos#4654
  • Loading branch information
ahaeslich committed Nov 5, 2023
1 parent 01db7d3 commit 67390ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Neos.NodeTypes/Resources/Private/Fusion/Documents/Page.fusion
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
prototype(Neos.NodeTypes:Page) < prototype(Neos.Neos:Page) {
body {
content {
main = Neos.Neos:ContentCollection {
nodePath = 'main'
}
}
body {
main = Neos.Neos:ContentCollection {
nodePath = 'main'
}
}
}

This file was deleted.

0 comments on commit 67390ed

Please sign in to comment.