Parameter Usage with Custom Component "HeaderSubTitle"

Dear App Builders,
i try to use parameters with the “HeaderSubTitle” CC. I could not achieve the CC to show the entries from the placement. Do you have any idea why?
I defined the element as follows:

{
“id”: “html_header_level_2”,
“type”: “custom”,
“renderer”: “HeaderSubTitle”,
“config”: {
“header”: “”,
“subTitle”: “”,
“headerLevel”: “large” // specify size: “large” or “medium”, default: “medium”
},
“parameters”: [
{
“name”: “header”,
“path”: “config.header”
},
{
“name”: “subTitle”,
“path”: “config.subTitle”
}
]
}

And the Placement as follows:

{
“containerId”: “html_header_level_2_container_1”,
“elementId”: “html_header_level_2”,
“parameterValues”: {
“header”: “Changes for current Plan Version”,
“subTitle”: “”
}
},
{
“containerId”: “html_header_level_2_container_2”,
“elementId”: “html_header_level_2”,
“parameterValues”: {
“header”: “Changes for future Plan Version shifts”,
“subTitle”: “blabla”
}
},

Hi @JohannesS,
it seems that this component has not been updated to support functionality with Apps parameters yet.
So for now with the current version it is only possible to use a static config or Apps variables.

1 Like