Hey @100leiden,
It looks like there’s an issue with Pro but we need to confirm this with our development team. For now, you can possibly bypass this by flattening your parameter keys so that they are not nested inside a "type": "group" block.
Instead of wrapping them under headingPadding with top/bottom sub-params, define them as top-level individual fields. This prevents path nesting (headingPadding.top) and sidesteps the loop variable clash.
Updated Schema Configuration:
{
"headingPaddingTop" : {
"label" : "Heading Padding Top",
"type" : "dimension",
"initial" : "0em",
"isVar" : true,
"slider" : true,
"keywords" : [ "auto" ],
"units" : [ "px", "em", "rem" ],
"ranges" : {
"px" : { "min" : 0, "max" : 150, "step" : 1 },
"em" : { "min" : 0, "max" : 32, "step" : 1 },
"rem" : { "min" : 0, "max" : 32, "step" : 1 }
}
},
"headingPaddingBottom" : {
"label" : "Heading Padding Bottom",
"type" : "dimension",
"initial" : "0em",
"isVar" : true,
"slider" : true,
"keywords" : [ "auto" ],
"units" : [ "px", "em", "rem" ],
"ranges" : {
"px" : { "min" : 0, "max" : 150, "step" : 1 },
"em" : { "min" : 0, "max" : 32, "step" : 1 },
"rem" : { "min" : 0, "max" : 32, "step" : 1 }
}
}
}
Then, map them in your Element CSS accordingly:
$el {
padding-top: {{dc:p:headingPaddingTop}};
padding-bottom: {{dc:p:headingPaddingBottom}};
}
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Thread got closed while still waiting for an update | 0 | 5 | 13-07-2026 |
| 2 | isVar in components not working since last update | -5 | 3 | 11-07-2026 |
| 3 | Parameter display conditions (hide element when empty) | 0 | 5 | 11-07-2026 |
| 4 | CS Forms Date picker width | 0 | 2 | 11-07-2026 |
| 5 | CS Forms Date picker width | 0 | 5 | 11-07-2026 |
| 6 | Background color flashes when base color is a gradient and interaction color is solid | 0 | 5 | 13-07-2026 |
| 7 | Feature request: bulk edit elements | 2 | 6 | 13-07-2026 |
| 8 | Iframe error, can't edit page | 0 | 7 | 12-07-2026 |
| 9 | Iframe error, can't edit page | 0 | 5 | 12-07-2026 |
| 10 | Looper not showing author? | 0 | 5 | 12-07-2026 |