Extend TYPO3.Neos.NodeTypes:Page with Divider NodeType

Hey guys,

I would add a new nodetype like the Divider in TYPO3 CMS for my pagetree.
I add the following line in my NodeTypes.yaml but the site should automatically hidden and not in menu.

Can you help me?

'MyProject.Website:Divider':
  ui:
    label: 'Divider'
    icon: 'icon-minus'
    position: 4
  superTypes:
    'TYPO3.Neos.NodeTypes:Page': TRUE

Hey @patriceckhart,

you can override the default properties and set a defaultValue:

Yep use defaultValue, see http://neos.readthedocs.org/en/stable/CreatingASite/NodeTypes/NodeTypeDefinition.html