-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcfbasic.xml
More file actions
26 lines (26 loc) · 1.12 KB
/
Copy pathcfbasic.xml
File metadata and controls
26 lines (26 loc) · 1.12 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
<?xml version="1.0" encoding="utf-8" ?>
<extension type="plugin" version="3.6" group="fields" method="upgrade">
<name>plg_fields_cfbasic</name>
<author>Sergio Iglesias</author>
<creationDate>August 2017</creationDate>
<copyright>Copyright 2017 - SergioIglesiasNET.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>info@sergioiglesias.net</authorEmail>
<authorUrl>https://sergioiglesias.net</authorUrl>
<version>1.0.1</version>
<description>PLG_FIELDS_CFBASIC_XML_DESCRIPTION</description>
<files>
<filename plugin="cfbasic">cfbasic.php</filename>
<folder>params</folder>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_fields_cfbasic.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_fields_cfbasic.sys.ini</language>
<language tag="es-ES">es-ES/es-ES.plg_fields_cfbasic.ini</language>
<language tag="es-ES">es-ES/es-ES.plg_fields_cfbasic.sys.ini</language>
</languages>
<updateservers>
<server type="extension" name="CF iVoox">https://sergiois.github.io/cfbasic.xml</server>
</updateservers>
</extension>