Created
April 8, 2023 14:18
-
-
Save joekolade/db006d11790c5a73a216b5c09400a742 to your computer and use it in GitHub Desktop.
[PageType constraints]
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
'Neos.NodeTypes:Page': | |
childNodes: | |
'main': | |
constraints: | |
nodeTypes: | |
'Neos.NodeTypes:Headline': TRUE | |
'Neos.NodeTypes:Text': TRUE | |
'Neos.NodeTypes:Image': TRUE | |
'Neos.NodeTypes:Html': TRUE | |
'Neos.NodeTypes:TwoColumn': TRUE | |
'*': FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment