London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Custom created Sales Campaign does not generate TinyMCE correct

Vote:
0

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.