-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_whatschat.xml
88 lines (84 loc) · 2.64 KB
/
mod_whatschat.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1.0" client="site" method="upgrade">
<name>WhatsChat</name>
<author>WebProdutora</author>
<creationDate>July 2004</creationDate>
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.webprodutora.com.br</authorUrl>
<version>1.3.0</version>
<description>Chat com whatsapp</description>
<files>
<filename>mod_whatschat.xml</filename>
<filename module="mod_whatschat">mod_whatschat.php</filename>
<filename>tmpl/default.php</filename>
<filename>helper.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="texto_cabecalho" type="text" label="Texto cabeçalho" description="Texto cabeçalho" />
<field name="texto_botao" type="text" label="Texto botão" description="Texto botão" />
<field name="contatos"
type="subform"
icon="list"
description="Contatos"
label="Contatos"
id="contatos"
multiple="true"
min="1"
max="10"
default=''>
<form>
<field name="foto" type="media" label="Foto" description="Foto" />
<field name="nome" type="text" label="Nome" description="Nome" />
<field name="departamento" type="text" label="Departamento" description="Departamento" />
<field name="telefone" type="text" label="Link" description="Exemplo: whatsapp://+550000000000 ou https://wa.me/550000000000" />
</form>
</field>
</fieldset>
<fieldset name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"
/>
<field
name="moduleclass_sfx"
type="textarea"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
rows="3"
/>
<field
name="cache"
type="list"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC"
default="1"
filter="integer"
>
<option value="1">JGLOBAL_USE_GLOBAL</option>
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="number"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC"
default="900"
filter="integer"
/>
<field
name="cachemode"
type="hidden"
default="itemid"
>
<option value="itemid"></option>
</field>
</fieldset>
</fields>
</config>
</extension>