C3 Front End Model for Item, Test: localhost/index.php?option=com_depot&view=part&id=1
This commit is contained in:
13
depot.xml
13
depot.xml
@ -2,12 +2,12 @@
|
||||
<extension type="component" method="upgrade">
|
||||
<name>Depot</name>
|
||||
<author>KW4NZ</author>
|
||||
<creationDate>2023-11-18</creationDate>
|
||||
<creationDate>2023-11-19</creationDate>
|
||||
<copyright>(C) KW4NZ Thomas Kuschel</copyright>
|
||||
<license>GPL v2 +; see LICENSE.md</license>
|
||||
<authorEmail>thomas@kuschel.at</authorEmail>
|
||||
<authorUrl>https://kuschel.at</authorUrl>
|
||||
<version>0.9.13</version>
|
||||
<version>0.9.14</version>
|
||||
<description>COM_DEPOT_XML_DESCRIPTION</description>
|
||||
<namespace path="src/">KW4NZ\Component\Depot</namespace>
|
||||
<install> <!-- Runs on install -->
|
||||
@ -25,10 +25,17 @@
|
||||
<schemapath type="mysql">sql/updates/mysql</schemapath>
|
||||
</schemas>
|
||||
</update>
|
||||
<files folder="site/">
|
||||
<files folder="site">
|
||||
<folder>src</folder>
|
||||
<folder>tmpl</folder>
|
||||
<!--
|
||||
<file>CODING_STANDARDS.md</file>
|
||||
<file>LICENSE.md</file>
|
||||
<file>README.md</file>
|
||||
|
||||
<folder>forms</folder>
|
||||
<folder>language</folder>
|
||||
-->
|
||||
</files>
|
||||
<administration>
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user