Hi,
So I am creating a blog, where I have a document type called article item. I would like to add a property to this article item which will contain another document type of author. So essentially, editors can add authors and then link them to an article item.
Is this possible or do I have to create author item as a media type and add an media picker property to article item?
Add a document type as a property
Hi, So I am creating a blog, where I have a document type called article item. I would like to add a property to this article item which will contain another document type of author. So essentially, editors can add authors and then link them to an article item.
Is this possible or do I have to create author item as a media type and add an media picker property to article item?
Hi Alman,
You can do this by creating the doc type and then using a MultiNodeTreePicker or a ContentPicker to pick the author page in your content tree :-)
Nik
Thanks Ill try one of them
is working on a reply...