forked from Delo-Design/plg_system_radicalform_elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradicalform_elements.xml
More file actions
32 lines (30 loc) · 1.37 KB
/
radicalform_elements.xml
File metadata and controls
32 lines (30 loc) · 1.37 KB
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" method="upgrade" group="system">
<name>PLG_RFE_FORM</name>
<author>Tsymbal and Progreccor</author>
<creationDate>20.06.2023</creationDate>
<copyright>Copyright © 2021 Delo Design. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>boss@delo-design.ru</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.3.1</version>
<description>PLG_RFE_FORM_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_radicalform_elements.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_radicalform_elements.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_radicalform_elements.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_radicalform_elements.sys.ini</language>
</languages>
<files>
<folder>language</folder>
<folder>elements</folder>
<filename plugin="radicalform_elements">bootstrap.php</filename>
<filename plugin="radicalform_elements">radicalform_elements.php</filename>
</files>
<updateservers>
<server type="extension" priority="1" name="Radical Form Elements">
https://hika.su/update/free/plg_system_radicalform_elements.xml
</server>
</updateservers>
</extension>