Using Glass.Mapper version 3.0.13.25. Using TDS 5.0.0.23 Code Generation (glassv3header.tt and glassv3item.tt).
I have a new Item that I am trying to add to Sitecore. I'm populating a Product object that was created through TDS' Code Generation...
Product createdProduct = service.Create(DestinationFolder, newProduct);
I'm getting the following error when I try to run my code...
It is not possible to save data from a rich text field when the data isn't raw.Set the SitecoreFieldAttribute setting property to SitecoreFieldSettings.RichTextRaw for property Full_Description on type Mizuno.Data.Domain.Product
Looking at the Glass Mapper code, it looks like I have to set some config.Setting to SitecoreFieldSettings.RichTextRaw, but I'm not sure what/where/how I do this using the code generated by TDS...
Any insight on this would be helpful.
-Sarkis-