hi!
Im learning from a book joomla 4 extension developing
They use extension (component) editing right from joomla core
separately administration/components/com_comname
and components/com_comname
I'm using bot together installing it via zip file
so I have structure like this:
admin
site
sql
My question is how do I set up comname.xml. Can I use files tag multiple times?
Like in exemple here:
<files folder="site">
<folder>src</folder>
<folder>tmpl</folder>
</files>
<files>
<folder>sql</folder>
</files>
<files folder="admin">
<folder>Extension</folder>
<folder>services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
</administration>
Is this wrong or correct because I have an error that my database file cant be found (in sql directory).
Thank you for your time, your help will be much appreciated.
Have a nice day!