Is it possible to create more than just 1 content type with just one feature in Sharepoint?
I've a got a project where a couple of content types inherits from another one and I have 5 features just creating those content types.
Is it possible to create more than just 1 content type with just one feature in Sharepoint?
I've a got a project where a couple of content types inherits from another one and I have 5 features just creating those content types.
Yes. In fact sharepoint has a feature that has basic content types defined in [12 Hive]/TEMPLATES/FEATURES/ctypes
folder.
Just define multiple <ContentType>
tags as seen here and it works!