I'm using one input-layer to get the attributes for two urls of images stored online. one url needs the ABK in lowercase (e.g. "https://www.xyz.x/xyz/xyz/foto_test.jpg") and one url needs the ABK in uppercase letters (e.g. "https://www.yy.y/y/yyy/foto_TEST.jpg"). I'm aware of various JS-functions which would transform the string from lowercase to uppercase and the other way round.
Unfortunately they don't work... either does it result in the transformation of the variable name (instead of the value) being transformed or in an unchanged variable value.
How can I transform the returned value of "{ABK}" to lowercase before passing it into the sourceURL?
Here my code snippet:
lang = "de"
title: "{PARK_NAME}",
content: [
{
type: "media",
mediaInfos: [
{
type: "image",
value: {
}
}]
},{
type: "media", // to do: both logos next to each other instead of one after another
mediaInfos: [{
type: "image",
value: {
}
}]
}