I only tested in one environment on Cloud but I didn't see any issues there and everything worked as expected.
To make sure no issues arise after syncing Nested Content data types between environments you probably want to refer to those data types using their key in IContentBlockDefinition (so set DataTypeKey rather than DataTypeId). I'm assuming Cloud will keep those the same, whereas the data type id will likely be different between environments (though I'm not sure).
Umbraco Cloud support
Hi Perplex :)
Maybe i can't find the right place to see, but does it work on Umbraco Cloud? :)
Hi Anders,
I only tested in one environment on Cloud but I didn't see any issues there and everything worked as expected.
To make sure no issues arise after syncing Nested Content data types between environments you probably want to refer to those data types using their key in
IContentBlockDefinition
(so setDataTypeKey
rather thanDataTypeId
). I'm assuming Cloud will keep those the same, whereas the data type id will likely be different between environments (though I'm not sure).It works great - It was as you said just needed to use DataTypeKey instead of DataTypeId :)
is working on a reply...