Each Neos node can be changed/migrated into another type. Currently we do not set the baseNodeType option for that _nodeType property (which has NodeTypeEditor). As an effect, each node can be migrated to any content node...
To make it more intuitive, we could set baseNodeType to some parent abstract node type, so the list is shorter and more sensible.
Each Neos node can be changed/migrated into another type. Currently we do not set the
baseNodeTypeoption for that_nodeTypeproperty (which hasNodeTypeEditor). As an effect, each node can be migrated to any content node...To make it more intuitive, we could set
baseNodeTypeto some parent abstract node type, so the list is shorter and more sensible.