how to make a document type as a child to another document type?
how to make a document type as a child to another document type after creation of both document types or how to change databse tables to make this effet in umbraco 4.7.1.1?
Matt B wrote a package specifically for changing document type inheritance. I donĀ“t know if it only work if you already have a master document type. Or you could make a document type as a child to another document type.
Other option could be export the doctype and edit the xml configuration file of that export to specify a different parent, after that then re-import the doctype after deleting the original from Umbraco.
how to make a document type as a child to another document type?
how to make a document type as a child to another document type after creation of both document types or how to change databse tables to make this effet in umbraco 4.7.1.1?
Hi Siva,
Matt B wrote a package specifically for changing document type inheritance. I donĀ“t know if it only work if you already have a master document type. Or you could make a document type as a child to another document type.
http://our.umbraco.org/projects/developer-tools/doc-type-extensions
Other option could be export the doctype and edit the xml configuration file of that export to specify a different parent, after that then re-import the doctype after deleting the original from Umbraco.
This post can maybe also help you how to do it.
http://our.umbraco.org/forum/templating/templates-and-document-types/20005-Change-Existing-Document-Type-to-Inherit-from-Another
Hope it helps.
/Dennis
is working on a reply...