-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathadd_xml_fields.xml
More file actions
54 lines (54 loc) · 3.4 KB
/
add_xml_fields.xml
File metadata and controls
54 lines (54 loc) · 3.4 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" method="upgrade" type="plugin" group="system">
<name>plg_system_add_xml_fields</name>
<author>Uziel - Via Ponto Mega</author>
<creationDate>2017 april 13</creationDate>
<copyright>Ponto Mega</copyright>
<license>GNU/Public</license>
<authorEmail>contato@pontomega.com.br</authorEmail>
<authorUrl>https://pontomega.com.br</authorUrl>
<version>5.0.3</version>
<description>PLG_SYSTEM_ADD_XML_FIELDS_XML_DESCRIPTION</description>
<updateservers>
<server type="extension" priority="1" name="add_xml_fields">https://raw.githubusercontent.com/uzielweb/zero/master/add_xml_fields_updates.xml</server>
</updateservers>
<files>
<filename plugin="add_xml_fields">add_xml_fields.php</filename>
<filename>index.html</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.plg_system_add_xml_fields.ini</language>
<language tag="en-GB">en-GB.plg_system_add_xml_fields.sys.ini</language>
<language tag="pt-BR">pt-BR.plg_system_add_xml_fields.ini</language>
<language tag="pt-BR">pt-BR.plg_system_add_xml_fields.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="spacer1" type="spacer" label="ADMIN_COMPONENTS_CONFIG" />
<field name="theadmincomponents" type="text" label="ADMIN_COMPONENTS" description="ADMIN_COMPONENTS_DESC" default="" />
<field name="theadmincomponentsfiles" type="text" label="ADMIN_FILES_FOR_COMPONENTS" description="ADMIN_FILES_FOR_COMPONENTS_DESC" default="" />
<field name="theadmincomponentsfilespaths" type="list" label="ADMIN_PATH" description="ADMIN_PATH_DESC" default="">
<option value="system">SYSTEM</option>
<option value="plugins">PLUGINS</option>
<option value="template_override">TEMPLATE_OVERRIDE</option>
</field>
<field name="spacer2" type="spacer" label="SITE_COMPONENTS_CONFIG" />
<field name="thesitecomponents" type="text" label="SITE_COMPONENTS" description="SITE_COMPONENTS_DESC" default="" />
<field name="thesitecomponentsfiles" type="text" label="SITE_FILES_FOR_COMPONENTS" description="ADMIN_FILES_FOR_COMPONENTS_DESC" default="" />
<field name="thesitecomponentsfilespaths" type="list" label="SITE_PATH" description="SITE_PATH_DESC" default="system">
<option value="system">SYSTEM</option>
<option value="plugins">PLUGINS</option>
<option value="template_override">TEMPLATE_OVERRIDE</option>
</field>
<field name="spacer3" type="spacer" label="SITE_MODULES_CONFIG" />
<field name="themodules" type="text" label="MODULES" description="MODULES_DESC" default="" />
<field name="filenames" type="text" label="FILES" description="FILES_DESC" default="" />
<field name="thepath" type="list" label="PATH" description="PATH_DESC" default="template_override">
<option value="plugins">PLUGINS</option>
<option value="template_override">TEMPLATE_OVERRIDE</option>
</field>
</fieldset>
</fields>
</config>
</extension>