In my site I've created a doctype "Linkable Page" which is used as a composition if a page is able to be linked to.
Now I had hoped that if I use a multinode treepicker and specified the allowed doctypes as "linkablePage" in the datatype, I'd be able to select all documents that use this composition.. Unfortunately, this is not the case and all nodes in my content tree are grayed out...
Am I doing something wrong, or should I specify all doctypes that use this composition individually in the datatype, or is there another (better) way that I could achieve this?
(I'm using umbraco 7.4.2)
tl;dr; : I want to be able to select only nodes that have a certain composition in my multinode treepicker (/content picker).
Content Picker Allowed DocTypes with Composition
In my site I've created a doctype "Linkable Page" which is used as a composition if a page is able to be linked to.
Now I had hoped that if I use a multinode treepicker and specified the allowed doctypes as "linkablePage" in the datatype, I'd be able to select all documents that use this composition.. Unfortunately, this is not the case and all nodes in my content tree are grayed out...
Am I doing something wrong, or should I specify all doctypes that use this composition individually in the datatype, or is there another (better) way that I could achieve this?
(I'm using umbraco 7.4.2)
tl;dr; : I want to be able to select only nodes that have a certain composition in my multinode treepicker (/content picker).
I don't think that the picker is this smart, so you need to manually select all the doctypes that use this composition
is working on a reply...