-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsertimage.xml
89 lines (89 loc) · 2.92 KB
/
insertimage.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="content" method="upgrade">
<name>plg_content_insertimage</name>
<author>René Alain Erichsen/Buchs AS</author>
<creationDate>2023-07</creationDate>
<copyright>(C) 2023 Buchs AS</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>buchs.dk</authorUrl>
<version>1.2.0</version>
<description>PLG_INSERTIMAGE_XML_DESCRIPTION</description>
<files>
<filename plugin="insertimage">insertimage.php</filename>
<filename>insertimage.xml</filename>
</files>
<scriptfile>script.php</scriptfile>
<languages>
<language tag="en-GB">language/en-GB/plg_content_insertimage.ini</language>
<language tag="en-GB">language/en-GB/plg_content_insertimage.sys.ini</language>
<language tag="da-DK">language/da-DK/plg_content_insertimage.ini</language>
<language tag="da-DK">language/da-DK/plg_content_insertimage.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="bootstrap_version"
type="list"
label="PLG_INSERTIMAGE_FIELD_BOOTSTRAP_VERSION_LABEL"
description="PLG_INSERTIMAGE_FIELD_BOOTSTRAP_VERSION_DESC"
default="3"
>
<option value="3">3.x</option>
<option value="4">4.x</option>
<option value="5">5.x</option>
</field>
<field
name="image_processor"
type="list"
label="PLG_INSERTIMAGE_FIELD_IMAGE_PROCESSOR_LABEL"
description="PLG_INSERTIMAGE_FIELD_IMAGE_PROCESSOR_DESC"
default="ir"
>
<option value="0">JNONE</option>
<option value="ir">Intervention Request</option>
<option value="slir">SLIR</option>
</field>
<field
name="slir_path"
type="text"
label="PLG_INSERTIMAGE_FIELD_SLIR_PATH_LABEL"
description="PLG_INSERTIMAGE_FIELD_SLIR_PATH_DESC"
default="slir"
showon="image_processor:ir,slir"
/>
<field
name="image_widths"
type="text"
label="PLG_INSERTIMAGE_FIELD_IMAGE_WIDTHS_LABEL"
description="PLG_INSERTIMAGE_FIELD_IMAGE_WIDTHS_DESC"
default="2560, 2048, 1536, 1280, 1024, 768, 640, 480, 360, 320"
showon="image_processor:ir,slir"
/>
<field
name="webp"
type="radio"
layout="joomla.form.field.radio.switcher"
label="PLG_INSERTIMAGE_FIELD_WEBP_LABEL"
description="PLG_INSERTIMAGE_FIELD_WEBP_DESC"
default="1"
filter="integer"
showon="image_processor:ir"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="userguide"
type="note"
label="PLG_INSERTIMAGE_USERGUIDE"
description="PLG_INSERTIMAGE_USERGUIDE_DESC"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="plg_content_insertimage">https://updates.buchs.dk/plg_content_insertimage/updates.xml</server>
</updateservers>
</extension>