-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
executable file
·69 lines (69 loc) · 3.56 KB
/
config.xml
File metadata and controls
executable file
·69 lines (69 loc) · 3.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8"?>
<control xmlns="http://www.askia.com/2.2.0/ADCSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.2.0/ADCSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.2.0/ADCSchema.xsd"
version="2.2.0"
askiaCompat="5.5.2">
<info>
<name>ImageLightbox</name>
<guid>c9141526-1cff-4825-827f-a44615d33567</guid>
<version>4.0.1</version>
<date>2016-06-07</date>
<description><![CDATA[Image Lightbox
v2.0.2 - Add alt attribute to img
v2.0.3 - Fixed Issue in simplbox.js
v4.0.0 - implement file type parameter]]></description>
<company>Askia</company>
<author><![CDATA[Jérôme Duparc <jeromed@askia.com>]]></author>
<site>http://www.askia.com</site>
<helpURL></helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" chapter="true" single="true" multiple="true" numeric="true" date="true" open="true" requireParentLoop="false" requireLoopDepth="0" />
<constraint on="controls" responseblock="false" label="true" textbox="false" checkbox="false" listbox="false" radiobutton="false" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="default">
<output id="default" manageLoopDepth="0">
<description><![CDATA[Default output]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="imageLightbox.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="simplbox.js" type="javascript" mode="static" position="foot" />
<content fileName="imageLightbox.js" type="javascript" mode="static" position="foot" />
<content fileName="Initializer.js" type="javascript" mode="dynamic" position="foot" />
</output>
<output id="fallback" manageLoopDepth="0">
<description><![CDATA[fallback]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="imageLightbox.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
</output>
</outputs>
<properties>
<category id="General" name="General">
<property xsi:type="standardProperty" id="path" name="Path of the image" type="file" mode="dynamic" require="true" visible="true">
<description><![CDATA[Path of the image]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="controlWidth" name="Control Max Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The max width of the control]]></description>
<value><![CDATA[250px]]></value>
</property>
<property xsi:type="standardProperty" id="controlAlign" name="Control Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the control]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
</properties>
</control>