-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcleanedit.xml
50 lines (47 loc) · 1.55 KB
/
cleanedit.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
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_CLEANEDIT</name>
<author>Brian Teeman</author>
<creationDate>2021-04-14</creationDate>
<copyright>(C) Brian Teeman</copyright>
<license>GNU General Public License version 3</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.learnjoomla4.com</authorUrl>
<version>1.0.5</version>
<description>PLG_SYSTEM_CLEANEDIT_XML_DESCRIPTION</description>
<files>
<file plugin="cleanedit">cleanedit.php</file>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/plg_system_cleanedit.ini</language>
<language tag="en-GB">en-GB/plg_system_cleanedit.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="Clean Edit Plugin Update Site">https://raw.githubusercontent.com/brianteeman/cleanedit/main/update/manifest.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="editmode"
type="radio"
layout="joomla.form.field.radio.switcher"
label="PLG_SYSTEM_CLEANEDIT_MODE_LABEL"
default="1"
filter="integer"
>
<option value="0">PLG_SYSTEM_CLEANEDIT_TEMPLATE</option>
<option value="1">PLG_SYSTEM_CLEANEDIT_FULL</option>
</field>
<field
name="edittemplateid"
type="templatestyle"
label="PLG_SYSTEM_CLEANEDIT_EDIT_STYLE_ID_LABEL"
client="site"
>
<option value="">JOPTION_USE_DEFAULT</option>
</field>
</fieldset>
</fields>
</config>
</extension>