Courier and stacked content doesn't pick up dependant documents which is nested
Hi
The document page1 hase a stacked content (documents stacked1, stacked2).
In the stacked1 we have a property of type Umbraco.ContentPickerAlias which references to page2
When deploying page1 with courier the stacked content are also deployed,, but not page2. Is this supported?
We are using the Umbraco.Courier.Contrib.
We have this in courier.config
<contentPickers>
<add key="contentPicker">Umbraco.ContentPickerAlias</add>
....
</contentPickers>
Courier and stacked content doesn't pick up dependant documents which is nested
Hi
The document page1 hase a stacked content (documents stacked1, stacked2). In the stacked1 we have a property of type
Umbraco.ContentPickerAlias
which references to page2When deploying page1 with courier the stacked content are also deployed,, but not page2. Is this supported?
We are using the
Umbraco.Courier.Contrib
.We have this in courier.config
<contentPickers> <add key="contentPicker">Umbraco.ContentPickerAlias</add> .... </contentPickers>
is working on a reply...