FlowUI - Relativepath to store and show application logo

I do not see any VAADIN folder to put images/log that I used before moving to flowUI. So I put the image under frontend folder but it looks like not recognizing.

<drawerLayout>
            <section id="section" classNames="jmix-main-view-section">
                <h2 id="applicationTitle"
                    text="msg://applicationTitle.text"
                    classNames="jmix-main-view-application-title"/>
                <image id="companyLogo" >
                    <relativePath path="/frontend/images/inteacclogo.png"/>
                </image>
                <nav id="navigation"
                     classNames="jmix-main-view-navigation"
                     ariaLabel="msg://navigation.ariaLabel">
                    <listMenu id="menu"/>
                </nav>

What will be the right path/approch for this?

Hi,

Take a look at this forum topic. It should provide you an idea how to work with static resources in Flow UI.

Regards,
Gleb

1 Like