-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
431 lines (431 loc) · 28.1 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
<?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>Pinboard</name>
<guid>c2a3920b-e1fa-4c75-98fd-ee438552c23e</guid>
<version>4.1.6</version>
<date>2022-09-21</date>
<description><![CDATA[Pinboard ADC]]></description>
<company>Askia</company>
<author><![CDATA[Paul Ferreira <paulf@askia.com> Jerome Duparc <jeromed@askia.com>]]></author>
<site>http://www.askia.com/</site>
<helpURL></helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" single="false" multiple="false" numeric="false" date="false" open="true" chapter="false" requireParentLoop="true" requireLoopDepth="2" />
<constraint on="controls" responseblock="true" checkbox="false" label="false" listbox="false" radiobutton="false" textbox="true" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="fallback">
<output id="standard" manageLoopDepth="2">
<description><![CDATA[Output when the browser support Javascript]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="pinboard.css" type="css" mode="static" position="head" />
<content fileName="standard.css" type="css" mode="dynamic" position="head" />
<content fileName="standard.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="standard_open.html" type="html" mode="dynamic" position="none" />
<content fileName="meta.html" type="html" mode="dynamic" position="head" />
<content fileName="fontello.css" type="css" mode="static" position="none" />
<content fileName="fontello-ie7-codes.css" type="css" mode="static" position="none" />
<content fileName="fontello-codes.css" type="css" mode="static" position="none" />
<content fileName="fontello-embedded.css" type="css" mode="static" position="none" />
<content fileName="fontello.eot" type="binary" mode="static" position="none" />
<content fileName="fontello.svg" type="binary" mode="static" position="none" />
<content fileName="fontello.ttf" type="binary" mode="static" position="none" />
<content fileName="fontello.woff" type="binary" mode="static" position="none" />
<content fileName="es5-shim.min.js" type="javascript" mode="static" position="head">
<yield><![CDATA[
<!--[if lt IE 10]>
<script type="text/javascript" src="{%= CurrentADC.URLTo("static/es5-shim.min.js") %}"></script>
<![endif]-->
]]></yield>
</content>
<content fileName="fontello-ie7.css" type="css" mode="static" position="head">
<yield><![CDATA[
<!--[if lt IE 7]>
<script type="text/javascript" src="{%= CurrentADC.URLTo("static/fontello/css/fontello-ie7.css") %}"></script>
<![endif]-->
]]></yield>
</content>
<content fileName="pinboard.js" type="javascript" mode="static" position="head" />
<content fileName="standard.js" type="javascript" mode="dynamic" position="foot" />
<content fileName="standard_open.js" type="javascript" mode="dynamic" position="none" />
<content fileName="pixel.png" type="image" mode="static" position="none" />
<content fileName="pin.png" type="image" mode="static" position="none" />
</output>
<output id="fallback" manageLoopDepth="2">
<description><![CDATA[Fallback when the browser does not support Javascript]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="open.html" type="html" mode="dynamic" position="none" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="placeholder" name="Placeholder" type="string" mode="dynamic">
<description><![CDATA[Using HTML 5, in modern browser. Helper text shows in the input when it is empty.]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="fontSize" name="Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the control]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="controlWidth" name="Control Width" type="string" mode="static">
<description><![CDATA[The width of the control]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="maxWidth" name="Max Width" type="string" mode="static">
<description><![CDATA[The maximum width of the control]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="controlAlign" name="Control Alignment" type="string" mode="static" require="false" 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>
<category id="image" name="Image">
<property xsi:type="standardProperty" id="imagePath" name="Image Path" type="file" mode="static">
<description><![CDATA[Path and filename of image to be used]]></description>
<value></value>
</property>
</category>
<category id="popup" name="Popup">
<property xsi:type="standardProperty" id="popupQText" name="Popup Question Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The question text that displays in the popup]]></description>
<value><![CDATA[What do you think?]]></value>
</property>
<property xsi:type="standardProperty" id="askComment" name="Ask Comment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Ask for comment in popup. If set to false do not include comment in second loop.]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="commentBoxBorderColour" name="Comment Box Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Primary colour of the popup]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="commentBoxBorderThickness" name="Comment Box Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the popup]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="commentBoxBorderStyle" name="Comment Box Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the popup]]></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="popupColourPrimary" name="Popup Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the popup]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColour" name="Popup Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="popupBorderColour" name="Popup Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="popupBorderRadius" name="Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the popup corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="popupBorderThickness" name="Popup Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the popup]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="popupBorderStyle" name="Popup Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the popup]]></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="popupShadow" name="Popup Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the popup]]></description>
<value><![CDATA[0px 2px 4px rgba(0,0,0,.2)]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
</category>
<category id="buttons" name="Buttons">
<property xsi:type="standardProperty" id="buttonIconColour" name="Button Icon Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Button icon colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBgColour" name="Button BG Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour on the buttons]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderColour" name="Button Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour on the buttons]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderRadius" name="Button Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the buttons]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderThickness" name="Button Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the buttons]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderStyle" name="Button Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the buttons]]></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" />
</options>
</property>
<property xsi:type="standardProperty" id="closeButtonHoverBgColour" name="Close Button Hover BG Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button BG colour]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="closeButtonHoverBorderColour" name="Close Button Hover Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="closeButtonHoverIconColour" name="Close Button Hover Icon Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="confirmButtonHoverBgColour" name="Confirm Button Hover BG Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button BG colour]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="confirmButtonHoverBorderColour" name="Confirm Button Hover Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="confirmButtonHoverIconColour" name="Confirm Button Hover Icon Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="deleteButtonHoverBgColour" name="Delete Button Hover BG Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button BG colour]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="deleteButtonHoverBorderColour" name="Delete Button Hover Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="deleteButtonHoverIconColour" name="Delete Button Hover Icon Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Hover Button Border colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
</category>
<category id="moodButtons" name="Mood Buttons">
<property xsi:type="standardProperty" id="numberOfMoods" name="Number of Moods" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Number of moods to show.
3 = Yes, Maybe, No.
2 = Yes, No.
1 = Yes.]]></description>
<value><![CDATA[3]]></value>
<options>
<option value="3" text="3" />
<option value="2" text="2" />
<option value="1" text="1" />
</options>
</property>
<property xsi:type="standardProperty" id="singleMoodState" name="Single Mood State" type="string" mode="static" require="false" visible="true">
<description><![CDATA[If only one mood is shown choose mood]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="2" text="Maybe" />
<option value="3" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="faceColour" name="Face Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedFaceColour" name="Selected Face Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="moodButtonBorderThickness" name="Mood Button Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the buttons]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="moodButtonBorderStyle" name="Mood Button Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the buttons]]></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" />
</options>
</property>
<property xsi:type="standardProperty" id="positiveBGColour" name="Positive background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="positiveBorderColour" name="Positive border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="positiveHoverBGColour" name="Positive hover background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="positiveHoverBorderColour" name="Positive hover border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="positiveSelectedBGColour" name="Positive selected background colour" type="color" mode="dynamic" require="false" visible="true">
<description><![CDATA[Positive mood button selected state background colour]]></description>
<value><![CDATA[0,171,7]]></value>
</property>
<property xsi:type="standardProperty" id="positiveSelectedBorderColour" name="Positive selected border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Positive mood button selected state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="neutralBGColour" name="Neutral background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Neutral mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="neutralBorderColour" name="Neutral border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Neutral mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="neutralHoverBGColour" name="Neutral hover background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Neutral mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="neutralHoverBorderColour" name="Neutral hover border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Neutral mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="neutralSelectedBGColour" name="Neutral selected background colour" type="color" mode="dynamic" require="false" visible="true">
<description><![CDATA[Neutral mood button selected state background colour]]></description>
<value><![CDATA[242,224,0]]></value>
</property>
<property xsi:type="standardProperty" id="neutralSelectedBorderColour" name="Neutral selected border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Neutral mood button selected state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="negativeBGColour" name="Negative background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Negative mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="negativeBorderColour" name="Negative border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Negative mood button default state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="negativeHoverBGColour" name="Negative hover background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Negative mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="negativeHoverBorderColour" name="Negative hover border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Negative mood button hover state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="negativeSelectedBGColour" name="Negative selected background colour" type="color" mode="dynamic" require="false" visible="true">
<description><![CDATA[Negative mood button selected state background colour]]></description>
<value><![CDATA[236,0,0]]></value>
</property>
<property xsi:type="standardProperty" id="negativeSelectedBorderColour" name="Negative selected border colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Negative mood button selected state background colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
</category>
<category id="counter" name="Counter">
<property xsi:type="standardProperty" id="showCounter" name="Show Counter" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show counter at the top of the control]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="counterPosition" name="Counter Position" type="string" mode="static">
<description><![CDATA[Set position for counter]]></description>
<value><![CDATA[top left]]></value>
<options>
<option value="top left" text="Top Left" />
<option value="top right" text="Top Right" />
<option value="bottom left" text="Bottom Left" />
<option value="bottom right" text="Bottom Right" />
</options>
</property>
<property xsi:type="standardProperty" id="countDirection" name="Count Direction" type="string" mode="static">
<description><![CDATA[Set count direction for counter]]></description>
<value><![CDATA[count down]]></value>
<options>
<option value="count down" text="Count Down" />
<option value="count up" text="Count Up" />
</options>
</property>
<property xsi:type="standardProperty" id="counterBorderColour" name="Counter Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour of counter]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderRadius" name="Counter Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the counter]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderWidth" name="Counter Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the counter]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterPrimaryColour" name="Counter Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the counter]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterPadding" name="Counter Padding" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Padding around counter number]]></description>
<value><![CDATA[25%]]></value>
</property>
<property xsi:type="standardProperty" id="counterFontColour" name="Counter Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Colour of the counter number]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterDropShadow" name="Counter Drop Shadow" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The visibility of a dropshadow under the statement]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="counterAlign" name="Counter Align" type="string" mode="static">
<description><![CDATA[Set position for counter]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
</properties>
</control>