[IMPLEMENTED] How to get content language in the custom editor from context

Hi =)
We have multi-language article in our website. And want create custom editor for one of the field that will retrieve data from another our web service. And we need to retrieve this data from our web service based on language.

I create field, then subscribe on init, and then get context. But context does not contain any information about language.

const field = new window.SquidexFormField();
field.onInit(context => console.log(context));

Sorry, I have to change this to a feature request.

This is implemented and will be deployed to the cloud on Monday.

This topic was automatically closed after 2 days. New replies are no longer allowed.