Hi @patrick,
I believe this one is for you.
I’ve got this simple formatter.
dmx.Formatter('string', 't', function (key, options) {
if (i18next.isInitialized) return i18next.t(key, options);
else return key;
});
But the UI won’t recognize it so I have to turn off App Connect mode in the browser to view the text.
Any way I can make sure the needed js code is loaded correctly so the internal browser renders the result?
Additionally, any way to summon the internal browser console?
Community Page
Last updated:
Last updated: