onLoadLang
is a variable declared as "en_us" earlier in the code.
when I try to push using the following:
UdfHeaderFields["translations"].push({ onLoadLang: [{ "H1": "English" }, { "H2": "English" }, { "H3": "English" }, { "H4": "English" }, { "H5": "English" }] });
The onLoadLang
portion gets pushed as "onLoadLang"
and not "en_us"
Here is what it looks like after the step over.
I have tried surrounding it with various char types to no avail.