-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgcountdown.xml
39 lines (39 loc) · 1.58 KB
/
cgcountdown.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
<?xml version="1.0" encoding="utf-8"?>
<extension group="content" method="upgrade" type="plugin" version="4">
<name>plg_content_cgcountdown</name>
<creationDate>2023-07-30</creationDate>
<author>ConseilGouz</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.conseilgouz.command</authorUrl>
<copyright>ConseilGouz</copyright>
<license>GNU/GPL</license>
<version>2.1.2</version>
<description>PLG_CONTENT_CGCOUNTDOWN_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="cgcountdown">cgcountdown.php</filename>
<filename >index.html</filename>
</files>
<languages>
<language tag="fr-FR">language/fr-FR/plg_content_cgcountdown.ini</language>
<language tag="fr-FR">language/fr-FR/plg_content_cgcountdown.sys.ini</language>
<language tag="en-GB">language/en-GB/plg_content_cgcountdown.ini</language>
<language tag="en-GB">language/en-GB/plg_content_cgcountdown.sys.ini</language>
</languages>
<media destination="plg_content_cgcountdown" folder="media">
<folder>js</folder>
<folder>sound</folder>
<folder>css</folder>
<filename>index.html</filename>
</media>
<config>
<fields name="params">
<fieldset name="basic">
</fieldset>
</fields>
</config>
<changelogurl>https://raw.githubusercontent.com/conseilgouz/plg_content_cgcountdown_j4/master/cgcountdown_changelog.xml</changelogurl>
<updateservers>
<server type="extension" name="plg_content_cgcountdown" priority="1">https://raw.githubusercontent.com/conseilgouz/updates_github/master/plg_content_cgcountdown_update.xml</server>
</updateservers>
</extension>