This file contains hidden or 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
# This is a variant of th enormal ContentComponent that already includes | |
# a prop which loads it's children as ContentCollectionRenderer and has the necessary caching configuration | |
# to make everything work like with the standard ContentCollection. | |
# | |
# You can inherit from this prototype instead of ContentComponent for the Schedule and Day types above | |
# and remove the `items` prop from them. | |
prototype(Meetup.Example:ContentCollectionComponent) < prototype(Neos.Neos:ContentComponent) { | |
items = Neos.Neos:ContentCollectionRenderer | |
@cache { |