-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.xml
31 lines (26 loc) · 783 Bytes
/
api.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.2.0" method="upgrade">
<name>Api</name>
<creationDate>August 2017</creationDate>
<author>Brandon Pfeiffer</author>
<authorEmail>[email protected]</authorEmail>
<version>0.0.1</version>
<description>A simple api to help with backend work.</description>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<filename>api.php</filename>
</files>
<administration>
<menu link='index.php?option=com_helloworld'>Api</menu>
<files folder="admin">
<filename>index.html</filename>
<filename>api.php</filename>
<folder>sql</folder>
</files>
</administration>
</extension>