TinymceWrapper - editing Resources with Lingua installed

I only get the RTE showing in the first language. The others don’t show it.

I’ve tried various options for

selector: "#ta",

like

selector : "textarea[id^=fa]",

but no success yet. Is it possible to use TinymceWrapper with Lingua in the backend?

1 Like

@donshakespeare may be able to offer some insight!

Side note: I find using Babel + LangRouter to be a better option than Lingua in a lot of use cases.

I appear to have this working with this line added to the TinymceWrapper plugins file

$addTinyMCEloadDelay = 2100;

I used selector: "#modx-resource-content textarea", as the selector in the end.

1 Like