forked from neos/neos-development-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request neos#4704 from ahaeslich/bugfix/nodeTypesPageRende…
…ring BUGFIX: Adjust Neos.NodeTypes:Page to updated Neos.Neos:Page
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 4 additions & 6 deletions
10
Neos.NodeTypes/Resources/Private/Fusion/Documents/Page.fusion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.