I've created a Doctype (wCTA). It has 5 properties and a template. Unlike my other Doctypes wCTA is not eligible to be selected as a property editor on another Doctype. The properties of wCTA are eligible to be selected.
I notice one strange thing about wCTA...if I look in Developer > Datatypes...there is no datatype for wCTA (unlike my other Doctypes). However, I do see here Datatypes for the properties of wCTA.
How do I get wCTA to be eligible to be selected as a property editor on another Doctype?
I've deleted and recreated wCTA multiple times. I tried naming it something different. I looked at permissions. I'm missing something but I'm not sure what exactly.
Just to clarify, you have created wCTA as a docType. This can’t be used as a property type, only datatypes can be used for that.
In order to Combine the two, you can create docs of type wCTA, and then setup a (multiple) node picker, on another docType, and then picker the wCTAs you want.
@SorenGregersen wCTA is setup as a docType. My other docTypes when I create them they automatically get a datatype setup for them. For some reason that did not happen when I created wCTA. I've used many of my docTypes as property editors without ever using a mutiple node picker.
Doctype Not Available as Property Editor
I've created a Doctype (wCTA). It has 5 properties and a template. Unlike my other Doctypes wCTA is not eligible to be selected as a property editor on another Doctype. The properties of wCTA are eligible to be selected.
I notice one strange thing about wCTA...if I look in Developer > Datatypes...there is no datatype for wCTA (unlike my other Doctypes). However, I do see here Datatypes for the properties of wCTA.
How do I get wCTA to be eligible to be selected as a property editor on another Doctype?
I've deleted and recreated wCTA multiple times. I tried naming it something different. I looked at permissions. I'm missing something but I'm not sure what exactly.
Umbraco v 7.6.4
Just to clarify, you have created wCTA as a docType. This can’t be used as a property type, only datatypes can be used for that.
In order to Combine the two, you can create docs of type wCTA, and then setup a (multiple) node picker, on another docType, and then picker the wCTAs you want.
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/multinode-treepicker
@SorenGregersen wCTA is setup as a docType. My other docTypes when I create them they automatically get a datatype setup for them. For some reason that did not happen when I created wCTA. I've used many of my docTypes as property editors without ever using a mutiple node picker.
I figured it out. Daggum! I was manually creating the datatype for my docttype. I forgot that's how I did it.
is working on a reply...