RM 2.2 Can the resource categories be expanded by default?

Solution
Add to the extra.less template:

Less:
 [data-template*="xfrm"]
{
    .toggleTarget
    {
        display: block;
        height: auto;
        opacity: 1;
    }   
}
Top Bottom