I created new document type, added properties for that type. The document type is a sub of the "master" parent; Is there any reason why the properties and tabs I entered in the document type aren't showing? I could enter it in the master parent doc type, but not the sub ones. Inheritance problem?? Or something I may be missing?
It's displayed on the top of your sub doctype that these properties will not be showed in the subtype. It's by design in Umbraco. If you want to have more flexibility you might want to checkout the DocTypeMixins package.
Tabs not showing?
I created new document type, added properties for that type. The document type is a sub of the "master" parent; Is there any reason why the properties and tabs I entered in the document type aren't showing? I could enter it in the master parent doc type, but not the sub ones. Inheritance problem?? Or something I may be missing?
It's displayed on the top of your sub doctype that these properties will not be showed in the subtype. It's by design in Umbraco. If you want to have more flexibility you might want to checkout the DocTypeMixins package.
Cheers,
Richard
is working on a reply...