-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_contacts_birthday.xml
52 lines (45 loc) · 2.77 KB
/
mod_contacts_birthday.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
<?xml version="1.0" encoding="UTF-8"?>
<extension type="module" client="site" method="upgrade">
<name>MOD_CONTACTS_BIRTHDAY</name>
<author>Sergey Kuznetsov</author>
<creationDate>2024-10</creationDate>
<copyright>(C) 2024 Sergey Kuznetsov</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/mediafoks</authorUrl>
<version>2.0.0</version>
<description>MOD_CONTACTS_BIRTHDAY_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Module\ContactsBirthday</namespace>
<files>
<folder module="mod_contacts_birthday">services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/mod_contacts_birthday.ini</language>
<language tag="en-GB">language/en-GB/mod_contacts_birthday.sys.ini</language>
<language tag="ru-RU">language/ru-RU/mod_contacts_birthday.ini</language>
<language tag="ru-RU">language/ru-RU/mod_contacts_birthday.sys.ini</language>
</languages>
<help key="Site_Modules:_Contacts_-_Birthday" />
<config>
<fields name="params">
<fieldset name="basic" addfieldprefix="Joomla\Component\Contact\Administrator\Field">
<field name="catid" type="category" label="JCATEGORY" extension="com_contact" multiple="true" layout="joomla.form.field.list-fancy-select" filter="intarray" required="true" class="multipleCategories" />
<field name="suffix_text" type="text" label="MOD_CONTACTS_BIRTHDAY_FIELD_SUFFIX_TEXT_LABEL" description="MOD_CONTACTS_BIRTHDAY_FIELD_SUFFIX_TEXT_DESC" required="false" filter="string" />
</fieldset>
<fieldset name="advanced">
<field name="layout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" class="form-select" validate="moduleLayout" />
<field name="moduleclass_sfx" type="textarea" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" rows="3" validate="CssIdentifier" />
<field name="owncache" type="list" label="COM_MODULES_FIELD_CACHING_LABEL" default="1" filter="integer" validate="options">
<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" default="900" filter="integer" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="KS Contacts Birthday module">https://raw.githubusercontent.com/mediafoks/mod_contacts_birthday/main/update.xml</server>
</updateservers>
</extension>