relativePath stopped working in build 1.0.0

This used to work in the previous build, now it breaks my login screen.

image

Yes, the XML layout of this component was changed in 1.0.
The new XML format is documented here: https://docs.jmix.io/jmix/1.0/backoffice-ui/vcl/components/image.html#resources

E.g.

       <image>
               <resource>
                    <relativePath path="test"/>
               </resource>
       </image>

thank you!
that solved it, I had tried that inthe previous build and it did not work.