Hi, in our project we use the control "Repeatable Custom Content v2" to insert media files and text in repetable mode in our documents.
Now we'are moving our pages from staging to production area trought Courier and there is a big issue: all media inserted with Repeatable control aren't moved in production area, the document links other media files. Only testual proprierty data are moved correctly but files, video or images, so all media files, not work!
We have config courier config with guid id of control as well:
Yup that is correct, Courier 2 doesn't support Repeatable Custom Content out of the box, as it creates a custom xml structure in your property, which Courier doesn't understand.
We try to support as many popular projects as possible, and encourage project owners to add resolvers to their custom data types, but currently "repeatable custom content" is not one of those.
However, as Ismail said, you can create your own resolver, the source code here:
Courier issue with Repeatable Custom Content v2
Hi,
in our project we use the control "Repeatable Custom Content v2" to insert media files and text in repetable mode in our documents.
Now we'are moving our pages from staging to production area trought Courier and there is a big issue: all media inserted with Repeatable control aren't moved in production area, the document links other media files. Only testual proprierty data are moved correctly but files, video or images, so all media files, not work!
We have config courier config with guid id of control as well:
We have also Courier Pro licence.
Do you have any solution for this?
Thanks
Giuseppe
Giuseppe,
You need to write your own adaptor to handle custom datatypes. There should be some example code in the documentation on how to this.
Regards
Ismail
Sorry not data adaptor but data resolver the docs can be found here Data Resolvers.pdf
Yup that is correct, Courier 2 doesn't support Repeatable Custom Content out of the box, as it creates a custom xml structure in your property, which Courier doesn't understand.
We try to support as many popular projects as possible, and encourage project owners to add resolvers to their custom data types, but currently "repeatable custom content" is not one of those.
However, as Ismail said, you can create your own resolver, the source code here:
http://nightly.umbraco.org/UmbracoCourier/samples/Umbraco.Courier.DataResolvers%20Source.zip
is a good starting point and the docs that ismail links to as well can help you on your way.
/Per
Thanks a lot, I will see your docs and source code and hope to solve the issue.
Giuseppe
Per, at which custom type refers the code uploaded by you?
is working on a reply...