This maybe answered in my other thread, but they may be separate or this may word it in a way more understand.
Currently by default in ContentBox you can have pages or blogs or content.
Is there any guides on how to create a different content type?
Then with this content type, allow a different set of permissions?
Relating back to my other thread - Maybe a Wiki Content type and a user that only has Wiki Content Type rights?
Any guidance is appreciated.
All content objects are based of ContentBox.model.content.BaseContent. So you can just build a new OO model based on it and then do anything you like with the new content type. We also provide a base content service so you can build your own virtual entity service with all capabilities as well.
All content objects are based of ContentBox.model.content.BaseContent. So you can just build a new OO model based on it and then do anything you like with the new content type. We also provide a base content service so you can build your own virtual entity service with all capabilities as well.
Thank Luis, I think I’ve got my head around it
I’ve made some good progress today will let you all know how it goes 
Might get some documentation out of this 
Cheers
Great! I will open the project as well for issues so you will have access to it now.
Please note that the markdown parser is also experimental.
Hit us up for anything you need. We are here to help