Try our conversational search powered by Generative AI!

Custom created Sales Campaign does not generate TinyMCE correct

Vote:
 

Hi!

When extending the default SalesCampaign with an extra TinyMCE the property is not rendered correctly in the edit mode.

[ContentType(DisplayName = "Extended campaign", GUID = "7a3b14a9-8b3b-4064-8bef-7d6ddb11a556")]
[AvailableContentTypes(Include = new[] { typeof(PromotionData) })]
public class ExtendedSalesCampaign : SalesCampaign
{
    [Display(Order = 15, Name = "Description")]
    public virtual XhtmlString MainBody { get; set; }
}

I get the same behavior in Foundation and it looks like my extended properties and rendered with the css class: epi-grid__col--6

If I change to epi-grid__col--12 it looks just fine. Is this something I can change?

Thanks!

/Kristoffer

#245749
Dec 18, 2020 14:13
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.