-
Notifications
You must be signed in to change notification settings - Fork 0
/
helloworld.xml
93 lines (79 loc) · 3.24 KB
/
helloworld.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="4.0" method="upgrade">
<name>com_helloworld</name>
<creationDate>2022-08-22</creationDate>
<copyright>2022 salah</copyright>
<license>GNU General Public License version 2 ou version ultérieure ; Voir LICENSE.txt</license>
<author>salah</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.rn.tn</authorUrl>
<version>CVS: 1.0.0</version>
<description>COM_HELLOWORLD_XML_DESCRIPTION</description>
<namespace path="src">Helloworld\Component\Helloworld</namespace>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<update> <!-- Runs on update -->
<schemas>
<schemapath type="mysql">sql/updates</schemapath>
</schemas>
</update>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<files folder="site">
<folder>src</folder>
<folder>tmpl</folder>
</files>
<media destination="com_helloworld" folder="media">
<folder>css</folder>
<folder>js</folder>
<filename>joomla.asset.json</filename>
</media>
<languages folder="site/languages">
<language tag="ar-AA">ar-AA/com_helloworld.ini</language>
<language tag="en-GB">en-GB/com_helloworld.ini</language>
<language tag="fr-FR">fr-FR/com_helloworld.ini</language>
</languages>
<administration>
<menu>COM_HELLOWORLD</menu>
<submenu>
<menu link="option=com_helloworld&view=helloworlds" view="helloworlds" alt="Helloworld/Helloworlds">COM_HELLOWORLD_TITLE_HELLOWORLDS</menu>
</submenu>
<files folder="administrator">
<filename>access.xml</filename>
<filename>config.xml</filename>
<folder>src</folder>
<folder>tmpl</folder>
<folder>services</folder>
<folder>presets</folder>
<folder>sql</folder>
</files>
<languages folder="administrator/languages">
<language tag="ar-AA">ar-AA/com_helloworld.ini</language>
<language tag="ar-AA">ar-AA/com_helloworld.sys.ini</language>
<language tag="en-GB">en-GB/com_helloworld.ini</language>
<language tag="en-GB">en-GB/com_helloworld.sys.ini</language>
<language tag="fr-FR">fr-FR/com_helloworld.ini</language>
<language tag="fr-FR">fr-FR/com_helloworld.sys.ini</language>
</languages>
</administration>
<config>
<fields name="params">
<fieldset name="component">
<field name="save_history" default="0" />
</fieldset>
</fields>
</config>
<plugins>
</plugins>
<updateservers>
<server type="extension" priority="1" name="com_helloworld">https://www.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzI2MDUtMjA0MDE0</server>
</updateservers>
</extension>
<!-- Component built by the Joomla Component Creator -->
<!-- http://www.component-creator.com/ -->