I found the solution for this problem
Before, by default nodeType was nodeType: '*': FALSE
'TYPO3.Neos.NodeTypes:Page':
childNodes:
'teaser':
type: 'TYPO3.Neos:ContentCollection'
constraints:
nodeTypes:
'*': TRUE
Thanks!