Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple HtmlString results in TinyMCE not loading #1203

Closed
Maxoper opened this issue May 28, 2020 · 0 comments
Closed

Multiple HtmlString results in TinyMCE not loading #1203

Maxoper opened this issue May 28, 2020 · 0 comments

Comments

@Maxoper
Copy link

Maxoper commented 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:

public class Teaser
{
        [Field]
        public ImageField Image { get; set; }

        [Field]
        public HtmlField Body1 { get; set; }

        [Field]
        public HtmlField Body2 { get; set; }
 }
@Maxoper Maxoper changed the title Multiple HtmlString causing TinyMCE Error Multiple HtmlString results in TinyMCE not loading May 28, 2020
@tidyui tidyui added this to the Version 8.3 milestone May 28, 2020
@tidyui tidyui closed this as completed in 748d9f6 May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants