Custom Component File Locations?

Hopefully I’m just missing the obvious here, but I can’t find where the file location is supposed to be when making an xsd file for a vaadin add on. The documentation is great at what to do I just don’t know where to do it.

For context I’m importing the vaadin toggle switch version 3 into jmix 2.3 (ToggleButton for Flow - Vaadin Add-on Directory). Works great once imported with maven and directly injected into the page, I just can’t work out how to get the xsd file made to include it with my xml.

Thank you!
Oran

Hi,

The *.xsd file must be placed in the resources, for example in root resource directory next to menu.xml.

Regards,
Gleb