-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.xml
34 lines (34 loc) · 1.5 KB
/
contact.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
<?xml version="1.0" encoding="utf-8" ?>
<extension type="plugin" group="fields" method="upgrade">
<name>PLG_FIELDS_CONTACT</name>
<author>Sergey Kuznetsov</author>
<creationDate>2024-11-22</creationDate>
<copyright>(C) 2024 Your Name. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>mediafoks@gmail.com</authorEmail>
<authorUrl></authorUrl>
<version>1.0.0</version>
<description>PLG_FIELDS_CONTACT_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Fields\Contact</namespace>
<files>
<folder plugin="contact">src</folder>
<folder>services</folder>
<folder>language</folder>
<folder>params</folder>
<folder>tmpl</folder>
<filename>contact.xml</filename>
</files>
<media folder="media" destination="plg_fields_contact">
<folder>css</folder>
<filename>joomla.asset.json</filename>
</media>
<languages folder="language">
<language tag="ru-RU">ru-RU/plg_fields_contact.ini</language>
<language tag="ru-RU">ru-RU/plg_fields_contact.sys.ini</language>
<language tag="en-GB">en-GB/plg_fields_contact.ini</language>
<language tag="en-GB">en-GB/plg_fields_contact.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="Contact Custom Field">https://raw.githubusercontent.com/mediafoks/plg_fields_contact/main/update.xml</server>
</updateservers>
</extension>