I want to create a custom PHPCR document for a set of pages that I have in my website. I extended the SimpleCms/Page class and I created my object and persisted it using the document manager. I can see the content using node:dump command and in the database But I can't see it in the treebrowser.
So I want to know what are the other things I should provide to let the treebrowser display my custom branch.