pawankct91
(pawan kumar)
August 10, 2020, 11:47am
#1
Hello,
Since Neos 5 version ,Neos.NodeTypes* has been depreciated hence below node type are not working any more which used currently in my project
Neos.NodeTypes:Headline
Neos.NodeTypes:Text
So what should be equivalent to above node type so that I can replace with them
sebobo
(Sebastian Helzle)
August 10, 2020, 5:39pm
#2
The nodetypes package still exists and you can install the mixin subpackages and use those or the whole package which also has a compatibility layer for the old nodetype names.
And there is a node migration to rename your nodes in the database.
pawankct91
(pawan kumar)
August 11, 2020, 5:21am
#3
Thanks for the quick response and solution.
Can you please let me know, which package do I need to import.
I have the below NodeType
And click on main content collection, I dont see the Headline and Text NodeType.
Would you please help here
sebobo
(Sebastian Helzle)
August 11, 2020, 5:44am
#4
As I said, you can still install the main node types package https://github.com/neos/neos-nodetypes . It contains those types.