Hello I have some questions an migrating the syntax of sliders, now accordeons.
In general I use in J3 the following:
{slider-einleitung title="Einleitung" class="icon blue" scroll="true" closed="false" onclick="closeSliders()"}
Nested accordeons (like here with slider-Einleitung): Within documentation you write the opening tag with "accordeons-Einleitung" Is it really accordeons or is this a bug within documentation?
Coloring in J3 was done bei a class-tag class="icon blue". In the meantime I found out, that coloring has an own tag e.g. color="blue". OK. But what is with the icon? How can I add or omit an open/close icon at the very right left of an accordeon (which was possible with class="icon" in J3)?
And last, but not least what is the equivalent syntax in J4 for onclick="closeSliders()"?