-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfulltrust.xml
44 lines (43 loc) · 1.82 KB
/
fulltrust.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="system">
<name>System - Full Trust</name>
<author>HikeOrders</author>
<creationDate>March 2019</creationDate>
<copyright>Copyright (C) 2019 HikeOrders.</copyright>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html; see LICENSE.txt</license>
<authorEmail>team@hikeorders.com</authorEmail>
<authorUrl>https://hikeorders.com/trust/home</authorUrl>
<version>1.0.0</version>
<description>PLG_SYSTEM_FULLTRUST_DESCRIPTION</description>
<files>
<filename plugin="fulltrust">fulltrust.php</filename>
<filename>index.html</filename>
<folder>main</folder>
<folder>language</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_fulltrust.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_fulltrust.sys.ini</language>
</languages>
<config>
<fields name="params" addfieldpath="plugins/system/fulltrust/main/admin">
<fieldset name="basic">
<field name="widget_id"
type="text"
default=""
description="PLG_SYSTEM_FULLTRUST_WIDGET_ID_DESC"
label="PLG_SYSTEM_FULLTRUST_WIDGET_ID_LABEL"
/>
<field name="spacer_info"
type="spacerinfo"
default=""
label=""
description=""
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="Full Trust" priority="2">https://raw.githubusercontent.com/hikeorders/Accessibility-Enabler-Joomla-Plugin/master/update_system.xml</server>
</updateservers>
</extension>