I have a document type in which I have 5 properties, is there a way to duplicate these properties within the same document type so that everything is the same except for the name and alias?
Export the document-type, (by right-clicking and selecting "Export Document Type"), save it. The file extension will be ".udt", this is actually an XML file. Open the file in your favourite text-editor... and change the names of the <Name> and <Alias> elements and save the file. Now you can import this back into Umbraco by right-clicking the "Document Types" node, selecting "Import Document Type".
Look at using the DocTypeMixins package - more information on its project page.
Duplicate Document Type Property
Hi,
I have a document type in which I have 5 properties, is there a way to duplicate these properties within the same document type so that everything is the same except for the name and alias?
Thanks
S
Hi Simon,
I assume that you are talking about Umbraco 4.7? (Only because you previously asked a question about XSLT) :-)
If so, there are a few of ways to do this:
Cheers, Lee.
Perfect, went for the quick and dirty xml editing.
Thanks for the quick reply.
is working on a reply...