-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·517 lines (512 loc) · 29.2 KB
/
config.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<?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>ResponsiveTable</name>
<guid>28609424-856b-40c8-ba88-5b29a439720a</guid>
<version>4.2.6</version>
<date>2023-06-09</date>
<description><![CDATA[Responsive Grid Table]]></description>
<company>Askia</company>
<author><![CDATA[Jérôme Duparc <[email protected]>]]></author>
<site>http://www.askia.com</site>
<helpURL></helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" chapter="false" single="true" multiple="true" numeric="false" date="false" open="false" requireParentLoop="true" requireLoopDepth="1" manageHeader="true" manageSemiOpen="true" />
<constraint on="controls" responseblock="true" label="false" textbox="false" checkbox="true" listbox="false" radiobutton="true" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="default">
<output id="default" manageLoopDepth="1">
<description><![CDATA[Default output]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="responsiveTable.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="stylesie9.html" type="html" 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="responsiveTable.js" type="javascript" mode="static" position="foot" />
<content fileName="Initializer.js" type="javascript" mode="dynamic" position="foot" />
<content fileName="magnifyingGlass.png" type="image" mode="static" position="none" />
<content fileName="jquery-3.6.0.min.js" type="javascript" mode="static" position="head" />
</output>
<output id="fallback" manageLoopDepth="1">
<description><![CDATA[Fallback output]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="responsiveTable.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="stylesie9.html" type="html" 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="controlWidth" name="Control Max Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The max width of the control]]></description>
<value><![CDATA[900px]]></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>
<property xsi:type="standardProperty" id="firstColumnWidth" name="First Column Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The size in percentage of the first column of the table]]></description>
<value><![CDATA[40]]></value>
<options>
<option value="5" text="5%" />
<option value="10" text="10%" />
<option value="15" text="15%" />
<option value="20" text="20%" />
<option value="25" text="25%" />
<option value="30" text="30%" />
<option value="35" text="35%" />
<option value="40" text="40%" />
<option value="45" text="45%" />
<option value="50" text="50%" />
<option value="55" text="55%" />
<option value="60" text="60%" />
<option value="65" text="65%" />
<option value="70" text="70%" />
<option value="75" text="75%" />
<option value="80" text="80%" />
<option value="85" text="85%" />
<option value="90" text="90%" />
<option value="95" text="95%" />
</options>
</property>
<property xsi:type="standardProperty" id="firstColumnAlign" name="First Column Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the text of the first column]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="firstColumnFontSize" name="First Column Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size of the first column]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="headerRowAlign" name="Header Row Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the text of the header row]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="headerRowVerticalAlign" name="Header Row Vertical Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The vertical alignment of the text of the header row]]></description>
<value><![CDATA[middle]]></value>
<options>
<option value="top" text="Top" />
<option value="middle" text="Middle" />
<option value="bottom" text="Bottom" />
</options>
</property>
<property xsi:type="standardProperty" id="headerRowFontSize" name="Header Row Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size of the text of the header row]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="dropShadow" name="Drop Shadow" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Drop Shadow]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="On" />
<option value="no" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="headerFixed" name="Header Always visible" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Header Always visible]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showHeader" name="Show Header" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Header]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="firstColumnLabel" name="First Column Label" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Add custom text to the top-left cell of the table]]></description>
<value></value>
</property>
</category>
<category id="Responsive" name="Responsive">
<property xsi:type="standardProperty" id="responsiveDirection" name="Responsive Direction" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Direction of the responses]]></description>
<value><![CDATA[vertical]]></value>
<options>
<option value="vertical" text="Vertical" />
<option value="horizontal" text="Horizontal" />
</options>
</property>
<property xsi:type="standardProperty" id="responsiveWidth" name="Responsive Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The width value for the table to be splitted (media queries)]]></description>
<value><![CDATA[600px]]></value>
</property>
<property xsi:type="standardProperty" id="responsiveTextAlign" name="Responsive Text Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the text of the responses for the responsive splitted version]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responsiveVerticalAlign" name="Responsive Vertical Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Responsive Vertical Alignment of the responses]]></description>
<value><![CDATA[middle]]></value>
<options>
<option value="top" text="Top" />
<option value="middle" text="Middle" />
<option value="bottom" text="Bottom" />
</options>
</property>
<property xsi:type="standardProperty" id="responsiveFontSize" name="Responsive Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size of the text of the responses for the responsive splitted version]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="responsiveHeaderAlign" name="Responsive Header Text Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the header text for the responsive splitted version]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responsiveHeaderFontSize" name="Responsive Header Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size of the header for the responsive splitted version]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="hideInputs" name="Hide Inputs" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Hide inputs]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="accordion" name="Display as accordion" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display as accordion]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="fullWidthTableContainer" name="Full Width Table-Container" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Is the table container has full width?]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="tableContainerWidth" name="Table-Container Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The width value of the table container div]]></description>
<value><![CDATA[1250px]]></value>
</property>
<property xsi:type="standardProperty" id="headerTextUprightPosition" name="Upright Header Text Position" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Header text upright position]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="none" text="None" />
<option value="sideways-rl" text="Upright - Right to Left" />
<option value="sideways-lr" text="Upright - Left to Right" />
</options>
</property>
<property xsi:type="standardProperty" id="headerTextUprightScreenWidth" name="Upright Header Text Screen Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The width value for the askia-questions div to be shown the header texts to upright position]]></description>
<value><![CDATA[925px]]></value>
</property>
</category>
<category id="Border" name="Border">
<property xsi:type="standardProperty" id="borderRadius" name="Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the table corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderColour" name="Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[The border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderThickness" name="Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderStyle" name="Border Style" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The style of the border]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="showBorderColumn" name="Show Border on Columns" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Border on Columns]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
</category>
<category id="Styles" name="Styles">
<property xsi:type="standardProperty" id="headFontColor" name="Head Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the head]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="headBgPrimaryColor" name="Head Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Head Background Color]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="oddFontColor" name="Odd Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the odd responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="oddBgPrimaryColor" name="Odd Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Odd Background Color]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="evenFontColor" name="Even Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the even responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="evenBgPrimaryColor" name="Even Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Even Background Color]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverFontColor" name="Hover Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the hover responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverBgPrimaryColor" name="Hover Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Hover Background Color]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedFontColor" name="Selected Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the selected responses]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedBgPrimaryColor" name="Selected Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Selected Background Color]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hightlightRowOnHover" name="Hightlight Row on Hover" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Hightlight Row on Hover]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="highlightFontColor" name="Highlight Font Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font color of the highlighted row]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="highlightBgPrimaryColor" name="Highlight Background Color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Highlighted Background Color]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="useHeaderStyleFirstColumn" name="Use Header Style First Column" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Use the header style for the first column]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="checkmarkColor" name="Responsive checkmark color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[the color of the checkmark in accordion mode]]></description>
<value><![CDATA[141,198,63]]></value>
</property>
<property xsi:type="standardProperty" id="headTextOrientation" name="Reader text orientation" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[]]></description>
<value><![CDATA[horizontal]]></value>
<options>
<option value="horizontal" text="Horizontal" />
<option value="vertical" text="Vertical" />
</options>
</property>
</category>
<category id="Images" name="Images">
<property xsi:type="standardProperty" id="maxLoopImagesWidth" name="Max Loop Images Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Max Loop Images Width]]></description>
<value><![CDATA[70px]]></value>
</property>
<property xsi:type="standardProperty" id="forceLoopImagesWidth" name="Force Loop Images Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Force Loop Images Width]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="loopImagesPosition" name="Loop Images Position" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Loop Images Position]]></description>
<value><![CDATA[top]]></value>
<options>
<option value="top" text="Top" />
<option value="bottom" text="Bottom" />
</options>
</property>
<property xsi:type="standardProperty" id="showLoopCaptions" name="Show Loop Captions" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Loop Captions]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showLoopImagesZoom" name="Show Loop Images Zoom" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Loop Images Zoom]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="maxImagesWidth" name="Max Responses Images Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Max Responses Images Width]]></description>
<value><![CDATA[40px]]></value>
</property>
<property xsi:type="standardProperty" id="forceImagesWidth" name="Force Responses Images Width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Force Responses Images Width]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="imagesPosition" name="Responses Images Position" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Responses Images Position]]></description>
<value><![CDATA[top]]></value>
<options>
<option value="top" text="Top" />
<option value="bottom" text="Bottom" />
</options>
</property>
<property xsi:type="standardProperty" id="imagesPositionResponsive" name="Responses Images Position Responsive" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Responses Images Position Responsive]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="top" text="Top" />
<option value="right" text="Right" />
<option value="bottom" text="Bottom" />
<option value="left" text="Left" />
</options>
</property>
<property xsi:type="standardProperty" id="showResponsesCaptions" name="Show Responses Captions" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Responses Captions]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showImagesZoom" name="Show Responses Images Zoom" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show Responses Images Zoom]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
</category>
<category id="headers" name="Headers (non clickable responses)">
<property xsi:type="standardProperty" id="showHeaders" name="Show Headers" type="string" require="false" visible="true">
<description><![CDATA[]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="expandableHeaders" name="Expandable Headers" type="string" require="false" visible="true">
<description><![CDATA[]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="accordionInitialState" name="Accordion Initial State" type="string" require="false" visible="true">
<description><![CDATA[]]></description>
<value><![CDATA[expanded]]></value>
<options>
<option value="expanded" text="Expanded" />
<option value="collapsed" text="Collapsed" />
</options>
</property>
<property xsi:type="standardProperty" id="headerColourPrimary" name="Header Background Colour" type="color" mode="dynamic" visible="true">
<description><![CDATA[Background colour of the header item]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="headerFontColour" name="Header Font Colour" type="color" mode="dynamic" visible="true">
<description><![CDATA[Header colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="headerTextAlign" name="Header text align" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[position of the header row text]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="center" text="Center" />
<option value="right" text="Right" />
<option value="left" text="Left" />
</options>
</property>
<property xsi:type="standardProperty" id="headerBorderColour" name="Header Row Border Colour" type="color" mode="dynamic" visible="true">
<description><![CDATA[Border colour of the header row]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
</category>
<category id="open" name="Open">
<property xsi:type="standardProperty" id="placeholder" name="Placeholder" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[
Using HTML 5, in modern browser.
Helper text shows in the input when it's empty.
]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="loopSemiPlaceholder" name="Loop Level Placeholder" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[
Using HTML 5, in modern browser.
Helper text shows in the input when it's empty.
]]></description>
<value></value>
</property>
</category>
<category id="styles" name="Styles">
<property xsi:type="standardProperty" id="buttonsBgColor" name="Buttons background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Buttons Background Color]]></description>
<value><![CDATA[{%= Theme.PrimaryLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonsHoverBgColor" name="Buttons hover background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Buttons Hover Background Color]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
</category>
</properties>
</control>