You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using multiple HtmlString Fields results in TinyMCE only loading up for the first field in the Manager.
TinyMCE styling from the first field is applied to all other fields.
Example code:
public class Teaser
{
[Field]
public ImageField Image { get; set; }
[Field]
public HtmlField Body1 { get; set; }
[Field]
public HtmlField Body2 { get; set; }
}
The text was updated successfully, but these errors were encountered:
Maxoper
changed the title
Multiple HtmlString causing TinyMCE Error
Multiple HtmlString results in TinyMCE not loading
May 28, 2020
Hi,
using multiple HtmlString Fields results in TinyMCE only loading up for the first field in the Manager.
TinyMCE styling from the first field is applied to all other fields.
Example code:
The text was updated successfully, but these errors were encountered: