Hi Neos team,
I am beginner to Neos . I want to know how to create custom Node type.
I am using Bitnami in my windows machine. I created a site from Admin Panel and deactivated demo site.
I am trying to create nodetype. I changed my NodeTypes.yaml file.
‘Mypackage :SpecialHeadline’:
superTypes:
‘Neos.Neos:Content’: true
ui:
label: 'Special Headline’
group: ‘general’
But i am unable to see new Nodetype .Do i need to do anything else?
Is there any tutorials to learn Neos?
Please help me in this.
Thanks in advance.