@pie-element/graphing 10.1.2-next.2 → 10.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.json +652 -0
  2. package/CHANGELOG.md +2049 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +382 -0
  6. package/configure/CHANGELOG.md +1840 -0
  7. package/configure/lib/configure.js +328 -0
  8. package/configure/lib/configure.js.map +1 -0
  9. package/configure/lib/correct-response.js +484 -0
  10. package/configure/lib/correct-response.js.map +1 -0
  11. package/configure/lib/defaults.js +448 -0
  12. package/configure/lib/defaults.js.map +1 -0
  13. package/configure/lib/graphing-config.js +388 -0
  14. package/configure/lib/graphing-config.js.map +1 -0
  15. package/configure/lib/index.js +173 -0
  16. package/configure/lib/index.js.map +1 -0
  17. package/configure/lib/utils.js +122 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +30 -0
  20. package/controller/CHANGELOG.json +412 -0
  21. package/controller/CHANGELOG.md +1267 -0
  22. package/controller/lib/defaults.js +64 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +459 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/lib/utils.js +451 -0
  27. package/controller/lib/utils.js.map +1 -0
  28. package/controller/package.json +24 -0
  29. package/docs/config-schema.json +3164 -0
  30. package/docs/config-schema.json.md +2293 -0
  31. package/docs/demo/config.js +8 -0
  32. package/docs/demo/generate.js +200 -0
  33. package/docs/demo/index.html +1 -0
  34. package/docs/demo/session.js +20 -0
  35. package/docs/pie-schema.json +3495 -0
  36. package/docs/pie-schema.json.md +1345 -0
  37. package/lib/index.js +69 -0
  38. package/lib/index.js.map +1 -0
  39. package/lib/main.js +161 -0
  40. package/lib/main.js.map +1 -0
  41. package/lib/utils.js +24 -0
  42. package/lib/utils.js.map +1 -0
  43. package/package.json +21 -87
  44. package/configure.js +0 -2
  45. package/controller.js +0 -1
  46. package/dist/author/configure.d.ts +0 -26
  47. package/dist/author/configure.js +0 -208
  48. package/dist/author/correct-response.d.ts +0 -54
  49. package/dist/author/correct-response.js +0 -303
  50. package/dist/author/defaults.d.ts +0 -294
  51. package/dist/author/defaults.js +0 -415
  52. package/dist/author/graphing-config.d.ts +0 -34
  53. package/dist/author/graphing-config.js +0 -244
  54. package/dist/author/index.d.ts +0 -59
  55. package/dist/author/index.js +0 -96
  56. package/dist/author/utils.d.ts +0 -43
  57. package/dist/author/utils.js +0 -260
  58. package/dist/browser/author/index.js +0 -4480
  59. package/dist/browser/author/index.js.map +0 -1
  60. package/dist/browser/container-DwOO2mgz.js +0 -57973
  61. package/dist/browser/container-DwOO2mgz.js.map +0 -1
  62. package/dist/browser/controller/index.js +0 -353
  63. package/dist/browser/controller/index.js.map +0 -1
  64. package/dist/browser/delivery/index.js +0 -683
  65. package/dist/browser/delivery/index.js.map +0 -1
  66. package/dist/browser/dist-BrN2xZtM.js +0 -547
  67. package/dist/browser/dist-BrN2xZtM.js.map +0 -1
  68. package/dist/browser/graphing.css +0 -2
  69. package/dist/controller/defaults.d.ts +0 -59
  70. package/dist/controller/defaults.js +0 -61
  71. package/dist/controller/index.d.ts +0 -34
  72. package/dist/controller/index.js +0 -179
  73. package/dist/controller/utils.d.ts +0 -37
  74. package/dist/controller/utils.js +0 -111
  75. package/dist/delivery/index.d.ts +0 -21
  76. package/dist/delivery/index.js +0 -43
  77. package/dist/delivery/main.d.ts +0 -23
  78. package/dist/delivery/main.js +0 -107
  79. package/dist/delivery/utils.d.ts +0 -22
  80. package/dist/graphing.css +0 -2
  81. package/dist/index.d.ts +0 -1
  82. package/dist/index.iife.d.ts +0 -8
  83. package/dist/index.iife.js +0 -406
  84. package/dist/index.js +0 -2
  85. package/dist/runtime-support.d.ts +0 -12
  86. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,3164 @@
1
+ {
2
+ "description": "Config Object for @pie-elements/graphing",
3
+ "additionalProperties": false,
4
+ "type": "object",
5
+ "properties": {
6
+ "baseInputConfiguration": {
7
+ "title": "EditableHtmlConfigureProp",
8
+ "type": "object",
9
+ "properties": {
10
+ "math": {
11
+ "title": "EditableHtmlButtonConfigure",
12
+ "type": "object",
13
+ "properties": {
14
+ "disabled": {
15
+ "description": "Indicates if the plugin is disabled or not",
16
+ "type": "boolean",
17
+ "title": "disabled"
18
+ }
19
+ }
20
+ },
21
+ "audio": {
22
+ "title": "EditableHtmlButtonConfigure",
23
+ "type": "object",
24
+ "properties": {
25
+ "disabled": {
26
+ "description": "Indicates if the plugin is disabled or not",
27
+ "type": "boolean",
28
+ "title": "disabled"
29
+ }
30
+ }
31
+ },
32
+ "video": {
33
+ "title": "EditableHtmlButtonConfigure",
34
+ "type": "object",
35
+ "properties": {
36
+ "disabled": {
37
+ "description": "Indicates if the plugin is disabled or not",
38
+ "type": "boolean",
39
+ "title": "disabled"
40
+ }
41
+ }
42
+ },
43
+ "image": {
44
+ "title": "EditableHtmlButtonConfigure",
45
+ "type": "object",
46
+ "properties": {
47
+ "disabled": {
48
+ "description": "Indicates if the plugin is disabled or not",
49
+ "type": "boolean",
50
+ "title": "disabled"
51
+ }
52
+ }
53
+ },
54
+ "customPlugins": {
55
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
56
+ "type": "array",
57
+ "items": {
58
+ "title": "CustomPlugin",
59
+ "type": "object",
60
+ "properties": {
61
+ "event": {
62
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
63
+ "type": "string",
64
+ "title": "event"
65
+ },
66
+ "iconAlt": {
67
+ "description": "The alt for the custom button icon",
68
+ "type": "string",
69
+ "title": "iconAlt"
70
+ },
71
+ "iconType": {
72
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
73
+ "type": "string",
74
+ "title": "iconType"
75
+ },
76
+ "icon": {
77
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
78
+ "type": "string",
79
+ "title": "icon"
80
+ }
81
+ },
82
+ "required": [
83
+ "event",
84
+ "icon",
85
+ "iconAlt",
86
+ "iconType"
87
+ ]
88
+ },
89
+ "title": "customPlugins"
90
+ },
91
+ "blockquote": {
92
+ "title": "EditableHtmlButtonConfigure",
93
+ "type": "object",
94
+ "properties": {
95
+ "disabled": {
96
+ "description": "Indicates if the plugin is disabled or not",
97
+ "type": "boolean",
98
+ "title": "disabled"
99
+ }
100
+ }
101
+ },
102
+ "h3": {
103
+ "title": "EditableHtmlButtonConfigure",
104
+ "type": "object",
105
+ "properties": {
106
+ "disabled": {
107
+ "description": "Indicates if the plugin is disabled or not",
108
+ "type": "boolean",
109
+ "title": "disabled"
110
+ }
111
+ }
112
+ },
113
+ "characters": {
114
+ "title": "EditableHtmlButtonConfigure",
115
+ "type": "object",
116
+ "properties": {
117
+ "disabled": {
118
+ "description": "Indicates if the plugin is disabled or not",
119
+ "type": "boolean",
120
+ "title": "disabled"
121
+ }
122
+ }
123
+ },
124
+ "bold": {
125
+ "title": "EditableHtmlButtonConfigure",
126
+ "type": "object",
127
+ "properties": {
128
+ "disabled": {
129
+ "description": "Indicates if the plugin is disabled or not",
130
+ "type": "boolean",
131
+ "title": "disabled"
132
+ }
133
+ }
134
+ },
135
+ "html": {
136
+ "title": "EditableHtmlButtonConfigure",
137
+ "type": "object",
138
+ "properties": {
139
+ "disabled": {
140
+ "description": "Indicates if the plugin is disabled or not",
141
+ "type": "boolean",
142
+ "title": "disabled"
143
+ }
144
+ }
145
+ },
146
+ "italic": {
147
+ "title": "EditableHtmlButtonConfigure",
148
+ "type": "object",
149
+ "properties": {
150
+ "disabled": {
151
+ "description": "Indicates if the plugin is disabled or not",
152
+ "type": "boolean",
153
+ "title": "disabled"
154
+ }
155
+ }
156
+ },
157
+ "ol_list": {
158
+ "title": "EditableHtmlButtonConfigure",
159
+ "type": "object",
160
+ "properties": {
161
+ "disabled": {
162
+ "description": "Indicates if the plugin is disabled or not",
163
+ "type": "boolean",
164
+ "title": "disabled"
165
+ }
166
+ }
167
+ },
168
+ "redo": {
169
+ "title": "EditableHtmlButtonConfigure",
170
+ "type": "object",
171
+ "properties": {
172
+ "disabled": {
173
+ "description": "Indicates if the plugin is disabled or not",
174
+ "type": "boolean",
175
+ "title": "disabled"
176
+ }
177
+ }
178
+ },
179
+ "strikethrough": {
180
+ "title": "EditableHtmlButtonConfigure",
181
+ "type": "object",
182
+ "properties": {
183
+ "disabled": {
184
+ "description": "Indicates if the plugin is disabled or not",
185
+ "type": "boolean",
186
+ "title": "disabled"
187
+ }
188
+ }
189
+ },
190
+ "sub": {
191
+ "title": "EditableHtmlButtonConfigure",
192
+ "type": "object",
193
+ "properties": {
194
+ "disabled": {
195
+ "description": "Indicates if the plugin is disabled or not",
196
+ "type": "boolean",
197
+ "title": "disabled"
198
+ }
199
+ }
200
+ },
201
+ "sup": {
202
+ "title": "EditableHtmlButtonConfigure",
203
+ "type": "object",
204
+ "properties": {
205
+ "disabled": {
206
+ "description": "Indicates if the plugin is disabled or not",
207
+ "type": "boolean",
208
+ "title": "disabled"
209
+ }
210
+ }
211
+ },
212
+ "table": {
213
+ "title": "EditableHtmlButtonConfigure",
214
+ "type": "object",
215
+ "properties": {
216
+ "disabled": {
217
+ "description": "Indicates if the plugin is disabled or not",
218
+ "type": "boolean",
219
+ "title": "disabled"
220
+ }
221
+ }
222
+ },
223
+ "ul_list": {
224
+ "title": "EditableHtmlButtonConfigure",
225
+ "type": "object",
226
+ "properties": {
227
+ "disabled": {
228
+ "description": "Indicates if the plugin is disabled or not",
229
+ "type": "boolean",
230
+ "title": "disabled"
231
+ }
232
+ }
233
+ },
234
+ "underline": {
235
+ "title": "EditableHtmlButtonConfigure",
236
+ "type": "object",
237
+ "properties": {
238
+ "disabled": {
239
+ "description": "Indicates if the plugin is disabled or not",
240
+ "type": "boolean",
241
+ "title": "disabled"
242
+ }
243
+ }
244
+ },
245
+ "undo": {
246
+ "title": "EditableHtmlButtonConfigure",
247
+ "type": "object",
248
+ "properties": {
249
+ "disabled": {
250
+ "description": "Indicates if the plugin is disabled or not",
251
+ "type": "boolean",
252
+ "title": "disabled"
253
+ }
254
+ }
255
+ }
256
+ }
257
+ },
258
+ "authoring": {
259
+ "title": "AuthoringConfigProp",
260
+ "type": "object",
261
+ "properties": {
262
+ "settings": {
263
+ "description": "Indicates if the item is displayed in the Settings Panel",
264
+ "type": "boolean",
265
+ "title": "settings"
266
+ },
267
+ "label": {
268
+ "description": "Indicates the label for the item that is displayed in the Settings Panel",
269
+ "type": "string",
270
+ "title": "label"
271
+ },
272
+ "enabled": {
273
+ "description": "Indicates if the Grid Setup Panel is displayed",
274
+ "type": "boolean",
275
+ "title": "enabled"
276
+ },
277
+ "includeAxesEnabled": {
278
+ "description": "Indicates if the \"includeAxes\" toggle is displayed in the Grid Setup Panel",
279
+ "type": "boolean",
280
+ "title": "includeAxesEnabled"
281
+ },
282
+ "standardGridEnabled": {
283
+ "description": "Indicates if the \"standardGrid\" toggle is displayed in the Grid Setup Panel",
284
+ "type": "boolean",
285
+ "title": "standardGridEnabled"
286
+ },
287
+ "min": {
288
+ "title": "GridPanelConfigProp",
289
+ "type": "object",
290
+ "properties": {
291
+ "label": {
292
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
293
+ "type": "string",
294
+ "title": "label"
295
+ },
296
+ "enabled": {
297
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
298
+ "type": "boolean",
299
+ "title": "enabled"
300
+ }
301
+ }
302
+ },
303
+ "max": {
304
+ "title": "GridPanelConfigProp",
305
+ "type": "object",
306
+ "properties": {
307
+ "label": {
308
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
309
+ "type": "string",
310
+ "title": "label"
311
+ },
312
+ "enabled": {
313
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
314
+ "type": "boolean",
315
+ "title": "enabled"
316
+ }
317
+ }
318
+ },
319
+ "axisLabel": {
320
+ "title": "GridPanelConfigProp",
321
+ "type": "object",
322
+ "properties": {
323
+ "label": {
324
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
325
+ "type": "string",
326
+ "title": "label"
327
+ },
328
+ "enabled": {
329
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
330
+ "type": "boolean",
331
+ "title": "enabled"
332
+ }
333
+ }
334
+ },
335
+ "step": {
336
+ "title": "GridPanelConfigProp",
337
+ "type": "object",
338
+ "properties": {
339
+ "label": {
340
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
341
+ "type": "string",
342
+ "title": "label"
343
+ },
344
+ "enabled": {
345
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
346
+ "type": "boolean",
347
+ "title": "enabled"
348
+ }
349
+ }
350
+ },
351
+ "labelStep": {
352
+ "title": "GridPanelConfigProp",
353
+ "type": "object",
354
+ "properties": {
355
+ "label": {
356
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
357
+ "type": "string",
358
+ "title": "label"
359
+ },
360
+ "enabled": {
361
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
362
+ "type": "boolean",
363
+ "title": "enabled"
364
+ }
365
+ }
366
+ }
367
+ }
368
+ },
369
+ "arrows": {
370
+ "title": "ArrowsConfigProp",
371
+ "type": "object",
372
+ "properties": {
373
+ "settings": {
374
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
375
+ "type": "boolean",
376
+ "title": "settings"
377
+ },
378
+ "label": {
379
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
380
+ "type": "string",
381
+ "title": "label"
382
+ },
383
+ "left": {
384
+ "title": "ArrowsProp",
385
+ "type": "object",
386
+ "properties": {
387
+ "label": {
388
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
389
+ "type": "string",
390
+ "title": "label"
391
+ }
392
+ }
393
+ },
394
+ "right": {
395
+ "title": "ArrowsProp",
396
+ "type": "object",
397
+ "properties": {
398
+ "label": {
399
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
400
+ "type": "string",
401
+ "title": "label"
402
+ }
403
+ }
404
+ },
405
+ "up": {
406
+ "title": "ArrowsProp",
407
+ "type": "object",
408
+ "properties": {
409
+ "label": {
410
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
411
+ "type": "string",
412
+ "title": "label"
413
+ }
414
+ }
415
+ },
416
+ "down": {
417
+ "title": "ArrowsProp",
418
+ "type": "object",
419
+ "properties": {
420
+ "label": {
421
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
422
+ "type": "string",
423
+ "title": "label"
424
+ }
425
+ }
426
+ }
427
+ }
428
+ },
429
+ "availableTools": {
430
+ "description": "Graph toolbar tools configuration",
431
+ "type": "array",
432
+ "items": {
433
+ "type": "string"
434
+ },
435
+ "title": "availableTools"
436
+ },
437
+ "coordinatesOnHover": {
438
+ "title": "ConfigureProp",
439
+ "type": "object",
440
+ "properties": {
441
+ "settings": {
442
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
443
+ "type": "boolean",
444
+ "title": "settings"
445
+ },
446
+ "label": {
447
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
448
+ "type": "string",
449
+ "title": "label"
450
+ }
451
+ }
452
+ },
453
+ "graphDimensions": {
454
+ "title": "DimensionsConfigProp",
455
+ "type": "object",
456
+ "properties": {
457
+ "settings": {
458
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
459
+ "type": "boolean",
460
+ "title": "settings"
461
+ },
462
+ "label": {
463
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
464
+ "type": "string",
465
+ "title": "label"
466
+ },
467
+ "enabled": {
468
+ "description": "Indicates if the graph dimensions are included in the Grid Setup Panel",
469
+ "type": "boolean",
470
+ "title": "enabled"
471
+ },
472
+ "min": {
473
+ "description": "Indicates the minimum value for the graph width and height",
474
+ "type": "number",
475
+ "title": "min"
476
+ },
477
+ "max": {
478
+ "description": "Indicates the maximum value for the graph width and height",
479
+ "type": "number",
480
+ "title": "max"
481
+ },
482
+ "step": {
483
+ "description": "Indicates the increase/decrease value for the graph width and height",
484
+ "type": "number",
485
+ "title": "step"
486
+ }
487
+ }
488
+ },
489
+ "gridConfigurations": {
490
+ "description": "Grid default configurations",
491
+ "type": "array",
492
+ "items": {
493
+ "title": "GridConfigurationsProp",
494
+ "type": "object",
495
+ "properties": {
496
+ "label": {
497
+ "description": "Indicates the label for the configuration",
498
+ "type": "string",
499
+ "title": "label"
500
+ },
501
+ "arrows": {
502
+ "title": "Arrows",
503
+ "type": "object",
504
+ "properties": {
505
+ "left": {
506
+ "description": "Indicates if left arrow is enabled",
507
+ "type": "boolean",
508
+ "title": "left"
509
+ },
510
+ "right": {
511
+ "description": "Indicates if right arrow is enabled",
512
+ "type": "boolean",
513
+ "title": "right"
514
+ },
515
+ "up": {
516
+ "description": "Indicates if up arrow is enabled",
517
+ "type": "boolean",
518
+ "title": "up"
519
+ },
520
+ "down": {
521
+ "description": "Indicates if down arrow is enabled",
522
+ "type": "boolean",
523
+ "title": "down"
524
+ }
525
+ },
526
+ "required": [
527
+ "down",
528
+ "left",
529
+ "right",
530
+ "up"
531
+ ]
532
+ },
533
+ "domain": {
534
+ "title": "GraphSettings",
535
+ "type": "object",
536
+ "properties": {
537
+ "min": {
538
+ "description": "Min value",
539
+ "type": "number",
540
+ "title": "min"
541
+ },
542
+ "max": {
543
+ "description": "Max value",
544
+ "type": "number",
545
+ "title": "max"
546
+ },
547
+ "padding": {
548
+ "description": "Padding value",
549
+ "type": "number",
550
+ "title": "padding"
551
+ },
552
+ "step": {
553
+ "description": "Step value",
554
+ "type": "number",
555
+ "title": "step"
556
+ },
557
+ "labelStep": {
558
+ "description": "Label step value",
559
+ "type": "number",
560
+ "title": "labelStep"
561
+ },
562
+ "axisLabel": {
563
+ "description": "Axis Label",
564
+ "type": "string",
565
+ "title": "axisLabel"
566
+ }
567
+ },
568
+ "required": [
569
+ "axisLabel",
570
+ "labelStep",
571
+ "max",
572
+ "min",
573
+ "padding",
574
+ "step"
575
+ ]
576
+ },
577
+ "graph": {
578
+ "title": "Graph",
579
+ "type": "object",
580
+ "properties": {
581
+ "width": {
582
+ "description": "Width for graph representation",
583
+ "type": "number",
584
+ "title": "width"
585
+ },
586
+ "height": {
587
+ "description": "Height for graph representation",
588
+ "type": "number",
589
+ "title": "height"
590
+ }
591
+ },
592
+ "required": [
593
+ "height",
594
+ "width"
595
+ ]
596
+ },
597
+ "includeAxes": {
598
+ "description": "Indicates if the graph axes and labels are enabled",
599
+ "type": "boolean",
600
+ "title": "includeAxes"
601
+ },
602
+ "labels": {
603
+ "title": "Labels",
604
+ "type": "object",
605
+ "properties": {
606
+ "top": {
607
+ "description": "Label for top side of the graph",
608
+ "type": "string",
609
+ "title": "top"
610
+ },
611
+ "bottom": {
612
+ "description": "Label for bottom side of the graph",
613
+ "type": "string",
614
+ "title": "bottom"
615
+ },
616
+ "left": {
617
+ "description": "Label for left side of the graph",
618
+ "type": "string",
619
+ "title": "left"
620
+ },
621
+ "right": {
622
+ "description": "Label for right side of the graph",
623
+ "type": "string",
624
+ "title": "right"
625
+ }
626
+ },
627
+ "required": [
628
+ "bottom",
629
+ "left",
630
+ "right",
631
+ "top"
632
+ ]
633
+ },
634
+ "padding": {
635
+ "description": "Indicates if padding is enabled",
636
+ "type": "boolean",
637
+ "title": "padding"
638
+ },
639
+ "range": {
640
+ "title": "GraphSettings",
641
+ "type": "object",
642
+ "properties": {
643
+ "min": {
644
+ "description": "Min value",
645
+ "type": "number",
646
+ "title": "min"
647
+ },
648
+ "max": {
649
+ "description": "Max value",
650
+ "type": "number",
651
+ "title": "max"
652
+ },
653
+ "padding": {
654
+ "description": "Padding value",
655
+ "type": "number",
656
+ "title": "padding"
657
+ },
658
+ "step": {
659
+ "description": "Step value",
660
+ "type": "number",
661
+ "title": "step"
662
+ },
663
+ "labelStep": {
664
+ "description": "Label step value",
665
+ "type": "number",
666
+ "title": "labelStep"
667
+ },
668
+ "axisLabel": {
669
+ "description": "Axis Label",
670
+ "type": "string",
671
+ "title": "axisLabel"
672
+ }
673
+ },
674
+ "required": [
675
+ "axisLabel",
676
+ "labelStep",
677
+ "max",
678
+ "min",
679
+ "padding",
680
+ "step"
681
+ ]
682
+ },
683
+ "standardGrid": {
684
+ "description": "Indicates if some domain values will be synched to the range values",
685
+ "type": "boolean",
686
+ "title": "standardGrid"
687
+ },
688
+ "title": {
689
+ "description": "Indicates graph title",
690
+ "type": "string",
691
+ "title": "title"
692
+ }
693
+ },
694
+ "required": [
695
+ "domain",
696
+ "graph",
697
+ "range"
698
+ ]
699
+ },
700
+ "title": "gridConfigurations"
701
+ },
702
+ "padding": {
703
+ "title": "ConfigureProp",
704
+ "type": "object",
705
+ "properties": {
706
+ "settings": {
707
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
708
+ "type": "boolean",
709
+ "title": "settings"
710
+ },
711
+ "label": {
712
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
713
+ "type": "string",
714
+ "title": "label"
715
+ }
716
+ }
717
+ },
718
+ "labels": {
719
+ "title": "LabelsConfigProp",
720
+ "type": "object",
721
+ "properties": {
722
+ "top": {
723
+ "description": "Indicates the placeholder for the top label",
724
+ "type": "string",
725
+ "title": "top"
726
+ },
727
+ "right": {
728
+ "description": "Indicates the placeholder for the right label",
729
+ "type": "string",
730
+ "title": "right"
731
+ },
732
+ "bottom": {
733
+ "description": "Indicates the placeholder for the bottom label",
734
+ "type": "string",
735
+ "title": "bottom"
736
+ },
737
+ "left": {
738
+ "description": "Indicates the placeholder for the left label",
739
+ "type": "string",
740
+ "title": "left"
741
+ },
742
+ "enabled": {
743
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
744
+ "type": "boolean",
745
+ "title": "enabled"
746
+ },
747
+ "settings": {
748
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
749
+ "type": "boolean",
750
+ "title": "settings"
751
+ },
752
+ "label": {
753
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
754
+ "type": "string",
755
+ "title": "label"
756
+ }
757
+ }
758
+ },
759
+ "language": {
760
+ "title": "ConfigurePropWithEnabled",
761
+ "type": "object",
762
+ "properties": {
763
+ "enabled": {
764
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
765
+ "type": "boolean",
766
+ "title": "enabled"
767
+ },
768
+ "settings": {
769
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
770
+ "type": "boolean",
771
+ "title": "settings"
772
+ },
773
+ "label": {
774
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
775
+ "type": "string",
776
+ "title": "label"
777
+ }
778
+ }
779
+ },
780
+ "languageChoices": {
781
+ "description": "Language choices configuration\nOnly available if language is enabled",
782
+ "type": "object",
783
+ "properties": {
784
+ "label": {
785
+ "type": "string",
786
+ "title": "label"
787
+ },
788
+ "options": {
789
+ "type": "array",
790
+ "items": {
791
+ "title": "ConfigureLanguageOptionsProp",
792
+ "type": "object",
793
+ "properties": {
794
+ "value": {
795
+ "description": "Value of the language option",
796
+ "type": "string",
797
+ "title": "value"
798
+ },
799
+ "label": {
800
+ "description": "Label of the language option",
801
+ "type": "string",
802
+ "title": "label"
803
+ }
804
+ },
805
+ "required": [
806
+ "label",
807
+ "value"
808
+ ]
809
+ },
810
+ "title": "options"
811
+ }
812
+ },
813
+ "required": [
814
+ "label",
815
+ "options"
816
+ ],
817
+ "title": "languageChoices"
818
+ },
819
+ "prompt": {
820
+ "title": "EditableHtmlPluginConfigureRequired",
821
+ "type": "object",
822
+ "properties": {
823
+ "inputConfiguration": {
824
+ "title": "EditableHtmlConfigureProp",
825
+ "type": "object",
826
+ "properties": {
827
+ "math": {
828
+ "title": "EditableHtmlButtonConfigure",
829
+ "type": "object",
830
+ "properties": {
831
+ "disabled": {
832
+ "description": "Indicates if the plugin is disabled or not",
833
+ "type": "boolean",
834
+ "title": "disabled"
835
+ }
836
+ }
837
+ },
838
+ "audio": {
839
+ "title": "EditableHtmlButtonConfigure",
840
+ "type": "object",
841
+ "properties": {
842
+ "disabled": {
843
+ "description": "Indicates if the plugin is disabled or not",
844
+ "type": "boolean",
845
+ "title": "disabled"
846
+ }
847
+ }
848
+ },
849
+ "video": {
850
+ "title": "EditableHtmlButtonConfigure",
851
+ "type": "object",
852
+ "properties": {
853
+ "disabled": {
854
+ "description": "Indicates if the plugin is disabled or not",
855
+ "type": "boolean",
856
+ "title": "disabled"
857
+ }
858
+ }
859
+ },
860
+ "image": {
861
+ "title": "EditableHtmlButtonConfigure",
862
+ "type": "object",
863
+ "properties": {
864
+ "disabled": {
865
+ "description": "Indicates if the plugin is disabled or not",
866
+ "type": "boolean",
867
+ "title": "disabled"
868
+ }
869
+ }
870
+ },
871
+ "customPlugins": {
872
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
873
+ "type": "array",
874
+ "items": {
875
+ "title": "CustomPlugin",
876
+ "type": "object",
877
+ "properties": {
878
+ "event": {
879
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
880
+ "type": "string",
881
+ "title": "event"
882
+ },
883
+ "iconAlt": {
884
+ "description": "The alt for the custom button icon",
885
+ "type": "string",
886
+ "title": "iconAlt"
887
+ },
888
+ "iconType": {
889
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
890
+ "type": "string",
891
+ "title": "iconType"
892
+ },
893
+ "icon": {
894
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
895
+ "type": "string",
896
+ "title": "icon"
897
+ }
898
+ },
899
+ "required": [
900
+ "event",
901
+ "icon",
902
+ "iconAlt",
903
+ "iconType"
904
+ ]
905
+ },
906
+ "title": "customPlugins"
907
+ },
908
+ "blockquote": {
909
+ "title": "EditableHtmlButtonConfigure",
910
+ "type": "object",
911
+ "properties": {
912
+ "disabled": {
913
+ "description": "Indicates if the plugin is disabled or not",
914
+ "type": "boolean",
915
+ "title": "disabled"
916
+ }
917
+ }
918
+ },
919
+ "h3": {
920
+ "title": "EditableHtmlButtonConfigure",
921
+ "type": "object",
922
+ "properties": {
923
+ "disabled": {
924
+ "description": "Indicates if the plugin is disabled or not",
925
+ "type": "boolean",
926
+ "title": "disabled"
927
+ }
928
+ }
929
+ },
930
+ "characters": {
931
+ "title": "EditableHtmlButtonConfigure",
932
+ "type": "object",
933
+ "properties": {
934
+ "disabled": {
935
+ "description": "Indicates if the plugin is disabled or not",
936
+ "type": "boolean",
937
+ "title": "disabled"
938
+ }
939
+ }
940
+ },
941
+ "bold": {
942
+ "title": "EditableHtmlButtonConfigure",
943
+ "type": "object",
944
+ "properties": {
945
+ "disabled": {
946
+ "description": "Indicates if the plugin is disabled or not",
947
+ "type": "boolean",
948
+ "title": "disabled"
949
+ }
950
+ }
951
+ },
952
+ "html": {
953
+ "title": "EditableHtmlButtonConfigure",
954
+ "type": "object",
955
+ "properties": {
956
+ "disabled": {
957
+ "description": "Indicates if the plugin is disabled or not",
958
+ "type": "boolean",
959
+ "title": "disabled"
960
+ }
961
+ }
962
+ },
963
+ "italic": {
964
+ "title": "EditableHtmlButtonConfigure",
965
+ "type": "object",
966
+ "properties": {
967
+ "disabled": {
968
+ "description": "Indicates if the plugin is disabled or not",
969
+ "type": "boolean",
970
+ "title": "disabled"
971
+ }
972
+ }
973
+ },
974
+ "ol_list": {
975
+ "title": "EditableHtmlButtonConfigure",
976
+ "type": "object",
977
+ "properties": {
978
+ "disabled": {
979
+ "description": "Indicates if the plugin is disabled or not",
980
+ "type": "boolean",
981
+ "title": "disabled"
982
+ }
983
+ }
984
+ },
985
+ "redo": {
986
+ "title": "EditableHtmlButtonConfigure",
987
+ "type": "object",
988
+ "properties": {
989
+ "disabled": {
990
+ "description": "Indicates if the plugin is disabled or not",
991
+ "type": "boolean",
992
+ "title": "disabled"
993
+ }
994
+ }
995
+ },
996
+ "strikethrough": {
997
+ "title": "EditableHtmlButtonConfigure",
998
+ "type": "object",
999
+ "properties": {
1000
+ "disabled": {
1001
+ "description": "Indicates if the plugin is disabled or not",
1002
+ "type": "boolean",
1003
+ "title": "disabled"
1004
+ }
1005
+ }
1006
+ },
1007
+ "sub": {
1008
+ "title": "EditableHtmlButtonConfigure",
1009
+ "type": "object",
1010
+ "properties": {
1011
+ "disabled": {
1012
+ "description": "Indicates if the plugin is disabled or not",
1013
+ "type": "boolean",
1014
+ "title": "disabled"
1015
+ }
1016
+ }
1017
+ },
1018
+ "sup": {
1019
+ "title": "EditableHtmlButtonConfigure",
1020
+ "type": "object",
1021
+ "properties": {
1022
+ "disabled": {
1023
+ "description": "Indicates if the plugin is disabled or not",
1024
+ "type": "boolean",
1025
+ "title": "disabled"
1026
+ }
1027
+ }
1028
+ },
1029
+ "table": {
1030
+ "title": "EditableHtmlButtonConfigure",
1031
+ "type": "object",
1032
+ "properties": {
1033
+ "disabled": {
1034
+ "description": "Indicates if the plugin is disabled or not",
1035
+ "type": "boolean",
1036
+ "title": "disabled"
1037
+ }
1038
+ }
1039
+ },
1040
+ "ul_list": {
1041
+ "title": "EditableHtmlButtonConfigure",
1042
+ "type": "object",
1043
+ "properties": {
1044
+ "disabled": {
1045
+ "description": "Indicates if the plugin is disabled or not",
1046
+ "type": "boolean",
1047
+ "title": "disabled"
1048
+ }
1049
+ }
1050
+ },
1051
+ "underline": {
1052
+ "title": "EditableHtmlButtonConfigure",
1053
+ "type": "object",
1054
+ "properties": {
1055
+ "disabled": {
1056
+ "description": "Indicates if the plugin is disabled or not",
1057
+ "type": "boolean",
1058
+ "title": "disabled"
1059
+ }
1060
+ }
1061
+ },
1062
+ "undo": {
1063
+ "title": "EditableHtmlButtonConfigure",
1064
+ "type": "object",
1065
+ "properties": {
1066
+ "disabled": {
1067
+ "description": "Indicates if the plugin is disabled or not",
1068
+ "type": "boolean",
1069
+ "title": "disabled"
1070
+ }
1071
+ }
1072
+ }
1073
+ }
1074
+ },
1075
+ "required": {
1076
+ "description": "Indicates if the item is required and the value cannot be empty",
1077
+ "type": "boolean",
1078
+ "title": "required"
1079
+ },
1080
+ "settings": {
1081
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1082
+ "type": "boolean",
1083
+ "title": "settings"
1084
+ },
1085
+ "label": {
1086
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1087
+ "type": "string",
1088
+ "title": "label"
1089
+ }
1090
+ }
1091
+ },
1092
+ "settingsPanelDisabled": {
1093
+ "description": "Indicates if the settings panel is not available",
1094
+ "type": "boolean",
1095
+ "title": "settingsPanelDisabled"
1096
+ },
1097
+ "spellCheck": {
1098
+ "title": "ConfigureProp",
1099
+ "type": "object",
1100
+ "properties": {
1101
+ "settings": {
1102
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1103
+ "type": "boolean",
1104
+ "title": "settings"
1105
+ },
1106
+ "label": {
1107
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1108
+ "type": "string",
1109
+ "title": "label"
1110
+ }
1111
+ }
1112
+ },
1113
+ "rationale": {
1114
+ "title": "EditableHtmlPluginConfigureRequired",
1115
+ "type": "object",
1116
+ "properties": {
1117
+ "inputConfiguration": {
1118
+ "title": "EditableHtmlConfigureProp",
1119
+ "type": "object",
1120
+ "properties": {
1121
+ "math": {
1122
+ "title": "EditableHtmlButtonConfigure",
1123
+ "type": "object",
1124
+ "properties": {
1125
+ "disabled": {
1126
+ "description": "Indicates if the plugin is disabled or not",
1127
+ "type": "boolean",
1128
+ "title": "disabled"
1129
+ }
1130
+ }
1131
+ },
1132
+ "audio": {
1133
+ "title": "EditableHtmlButtonConfigure",
1134
+ "type": "object",
1135
+ "properties": {
1136
+ "disabled": {
1137
+ "description": "Indicates if the plugin is disabled or not",
1138
+ "type": "boolean",
1139
+ "title": "disabled"
1140
+ }
1141
+ }
1142
+ },
1143
+ "video": {
1144
+ "title": "EditableHtmlButtonConfigure",
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "disabled": {
1148
+ "description": "Indicates if the plugin is disabled or not",
1149
+ "type": "boolean",
1150
+ "title": "disabled"
1151
+ }
1152
+ }
1153
+ },
1154
+ "image": {
1155
+ "title": "EditableHtmlButtonConfigure",
1156
+ "type": "object",
1157
+ "properties": {
1158
+ "disabled": {
1159
+ "description": "Indicates if the plugin is disabled or not",
1160
+ "type": "boolean",
1161
+ "title": "disabled"
1162
+ }
1163
+ }
1164
+ },
1165
+ "customPlugins": {
1166
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1167
+ "type": "array",
1168
+ "items": {
1169
+ "title": "CustomPlugin",
1170
+ "type": "object",
1171
+ "properties": {
1172
+ "event": {
1173
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1174
+ "type": "string",
1175
+ "title": "event"
1176
+ },
1177
+ "iconAlt": {
1178
+ "description": "The alt for the custom button icon",
1179
+ "type": "string",
1180
+ "title": "iconAlt"
1181
+ },
1182
+ "iconType": {
1183
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1184
+ "type": "string",
1185
+ "title": "iconType"
1186
+ },
1187
+ "icon": {
1188
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1189
+ "type": "string",
1190
+ "title": "icon"
1191
+ }
1192
+ },
1193
+ "required": [
1194
+ "event",
1195
+ "icon",
1196
+ "iconAlt",
1197
+ "iconType"
1198
+ ]
1199
+ },
1200
+ "title": "customPlugins"
1201
+ },
1202
+ "blockquote": {
1203
+ "title": "EditableHtmlButtonConfigure",
1204
+ "type": "object",
1205
+ "properties": {
1206
+ "disabled": {
1207
+ "description": "Indicates if the plugin is disabled or not",
1208
+ "type": "boolean",
1209
+ "title": "disabled"
1210
+ }
1211
+ }
1212
+ },
1213
+ "h3": {
1214
+ "title": "EditableHtmlButtonConfigure",
1215
+ "type": "object",
1216
+ "properties": {
1217
+ "disabled": {
1218
+ "description": "Indicates if the plugin is disabled or not",
1219
+ "type": "boolean",
1220
+ "title": "disabled"
1221
+ }
1222
+ }
1223
+ },
1224
+ "characters": {
1225
+ "title": "EditableHtmlButtonConfigure",
1226
+ "type": "object",
1227
+ "properties": {
1228
+ "disabled": {
1229
+ "description": "Indicates if the plugin is disabled or not",
1230
+ "type": "boolean",
1231
+ "title": "disabled"
1232
+ }
1233
+ }
1234
+ },
1235
+ "bold": {
1236
+ "title": "EditableHtmlButtonConfigure",
1237
+ "type": "object",
1238
+ "properties": {
1239
+ "disabled": {
1240
+ "description": "Indicates if the plugin is disabled or not",
1241
+ "type": "boolean",
1242
+ "title": "disabled"
1243
+ }
1244
+ }
1245
+ },
1246
+ "html": {
1247
+ "title": "EditableHtmlButtonConfigure",
1248
+ "type": "object",
1249
+ "properties": {
1250
+ "disabled": {
1251
+ "description": "Indicates if the plugin is disabled or not",
1252
+ "type": "boolean",
1253
+ "title": "disabled"
1254
+ }
1255
+ }
1256
+ },
1257
+ "italic": {
1258
+ "title": "EditableHtmlButtonConfigure",
1259
+ "type": "object",
1260
+ "properties": {
1261
+ "disabled": {
1262
+ "description": "Indicates if the plugin is disabled or not",
1263
+ "type": "boolean",
1264
+ "title": "disabled"
1265
+ }
1266
+ }
1267
+ },
1268
+ "ol_list": {
1269
+ "title": "EditableHtmlButtonConfigure",
1270
+ "type": "object",
1271
+ "properties": {
1272
+ "disabled": {
1273
+ "description": "Indicates if the plugin is disabled or not",
1274
+ "type": "boolean",
1275
+ "title": "disabled"
1276
+ }
1277
+ }
1278
+ },
1279
+ "redo": {
1280
+ "title": "EditableHtmlButtonConfigure",
1281
+ "type": "object",
1282
+ "properties": {
1283
+ "disabled": {
1284
+ "description": "Indicates if the plugin is disabled or not",
1285
+ "type": "boolean",
1286
+ "title": "disabled"
1287
+ }
1288
+ }
1289
+ },
1290
+ "strikethrough": {
1291
+ "title": "EditableHtmlButtonConfigure",
1292
+ "type": "object",
1293
+ "properties": {
1294
+ "disabled": {
1295
+ "description": "Indicates if the plugin is disabled or not",
1296
+ "type": "boolean",
1297
+ "title": "disabled"
1298
+ }
1299
+ }
1300
+ },
1301
+ "sub": {
1302
+ "title": "EditableHtmlButtonConfigure",
1303
+ "type": "object",
1304
+ "properties": {
1305
+ "disabled": {
1306
+ "description": "Indicates if the plugin is disabled or not",
1307
+ "type": "boolean",
1308
+ "title": "disabled"
1309
+ }
1310
+ }
1311
+ },
1312
+ "sup": {
1313
+ "title": "EditableHtmlButtonConfigure",
1314
+ "type": "object",
1315
+ "properties": {
1316
+ "disabled": {
1317
+ "description": "Indicates if the plugin is disabled or not",
1318
+ "type": "boolean",
1319
+ "title": "disabled"
1320
+ }
1321
+ }
1322
+ },
1323
+ "table": {
1324
+ "title": "EditableHtmlButtonConfigure",
1325
+ "type": "object",
1326
+ "properties": {
1327
+ "disabled": {
1328
+ "description": "Indicates if the plugin is disabled or not",
1329
+ "type": "boolean",
1330
+ "title": "disabled"
1331
+ }
1332
+ }
1333
+ },
1334
+ "ul_list": {
1335
+ "title": "EditableHtmlButtonConfigure",
1336
+ "type": "object",
1337
+ "properties": {
1338
+ "disabled": {
1339
+ "description": "Indicates if the plugin is disabled or not",
1340
+ "type": "boolean",
1341
+ "title": "disabled"
1342
+ }
1343
+ }
1344
+ },
1345
+ "underline": {
1346
+ "title": "EditableHtmlButtonConfigure",
1347
+ "type": "object",
1348
+ "properties": {
1349
+ "disabled": {
1350
+ "description": "Indicates if the plugin is disabled or not",
1351
+ "type": "boolean",
1352
+ "title": "disabled"
1353
+ }
1354
+ }
1355
+ },
1356
+ "undo": {
1357
+ "title": "EditableHtmlButtonConfigure",
1358
+ "type": "object",
1359
+ "properties": {
1360
+ "disabled": {
1361
+ "description": "Indicates if the plugin is disabled or not",
1362
+ "type": "boolean",
1363
+ "title": "disabled"
1364
+ }
1365
+ }
1366
+ }
1367
+ }
1368
+ },
1369
+ "required": {
1370
+ "description": "Indicates if the item is required and the value cannot be empty",
1371
+ "type": "boolean",
1372
+ "title": "required"
1373
+ },
1374
+ "settings": {
1375
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1376
+ "type": "boolean",
1377
+ "title": "settings"
1378
+ },
1379
+ "label": {
1380
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1381
+ "type": "string",
1382
+ "title": "label"
1383
+ }
1384
+ }
1385
+ },
1386
+ "scoringType": {
1387
+ "title": "ConfigureProp",
1388
+ "type": "object",
1389
+ "properties": {
1390
+ "settings": {
1391
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1392
+ "type": "boolean",
1393
+ "title": "settings"
1394
+ },
1395
+ "label": {
1396
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1397
+ "type": "string",
1398
+ "title": "label"
1399
+ }
1400
+ }
1401
+ },
1402
+ "studentInstructions": {
1403
+ "title": "ConfigureProp",
1404
+ "type": "object",
1405
+ "properties": {
1406
+ "settings": {
1407
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1408
+ "type": "boolean",
1409
+ "title": "settings"
1410
+ },
1411
+ "label": {
1412
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1413
+ "type": "string",
1414
+ "title": "label"
1415
+ }
1416
+ }
1417
+ },
1418
+ "teacherInstructions": {
1419
+ "title": "EditableHtmlPluginConfigureRequired",
1420
+ "type": "object",
1421
+ "properties": {
1422
+ "inputConfiguration": {
1423
+ "title": "EditableHtmlConfigureProp",
1424
+ "type": "object",
1425
+ "properties": {
1426
+ "math": {
1427
+ "title": "EditableHtmlButtonConfigure",
1428
+ "type": "object",
1429
+ "properties": {
1430
+ "disabled": {
1431
+ "description": "Indicates if the plugin is disabled or not",
1432
+ "type": "boolean",
1433
+ "title": "disabled"
1434
+ }
1435
+ }
1436
+ },
1437
+ "audio": {
1438
+ "title": "EditableHtmlButtonConfigure",
1439
+ "type": "object",
1440
+ "properties": {
1441
+ "disabled": {
1442
+ "description": "Indicates if the plugin is disabled or not",
1443
+ "type": "boolean",
1444
+ "title": "disabled"
1445
+ }
1446
+ }
1447
+ },
1448
+ "video": {
1449
+ "title": "EditableHtmlButtonConfigure",
1450
+ "type": "object",
1451
+ "properties": {
1452
+ "disabled": {
1453
+ "description": "Indicates if the plugin is disabled or not",
1454
+ "type": "boolean",
1455
+ "title": "disabled"
1456
+ }
1457
+ }
1458
+ },
1459
+ "image": {
1460
+ "title": "EditableHtmlButtonConfigure",
1461
+ "type": "object",
1462
+ "properties": {
1463
+ "disabled": {
1464
+ "description": "Indicates if the plugin is disabled or not",
1465
+ "type": "boolean",
1466
+ "title": "disabled"
1467
+ }
1468
+ }
1469
+ },
1470
+ "customPlugins": {
1471
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1472
+ "type": "array",
1473
+ "items": {
1474
+ "title": "CustomPlugin",
1475
+ "type": "object",
1476
+ "properties": {
1477
+ "event": {
1478
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1479
+ "type": "string",
1480
+ "title": "event"
1481
+ },
1482
+ "iconAlt": {
1483
+ "description": "The alt for the custom button icon",
1484
+ "type": "string",
1485
+ "title": "iconAlt"
1486
+ },
1487
+ "iconType": {
1488
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1489
+ "type": "string",
1490
+ "title": "iconType"
1491
+ },
1492
+ "icon": {
1493
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1494
+ "type": "string",
1495
+ "title": "icon"
1496
+ }
1497
+ },
1498
+ "required": [
1499
+ "event",
1500
+ "icon",
1501
+ "iconAlt",
1502
+ "iconType"
1503
+ ]
1504
+ },
1505
+ "title": "customPlugins"
1506
+ },
1507
+ "blockquote": {
1508
+ "title": "EditableHtmlButtonConfigure",
1509
+ "type": "object",
1510
+ "properties": {
1511
+ "disabled": {
1512
+ "description": "Indicates if the plugin is disabled or not",
1513
+ "type": "boolean",
1514
+ "title": "disabled"
1515
+ }
1516
+ }
1517
+ },
1518
+ "h3": {
1519
+ "title": "EditableHtmlButtonConfigure",
1520
+ "type": "object",
1521
+ "properties": {
1522
+ "disabled": {
1523
+ "description": "Indicates if the plugin is disabled or not",
1524
+ "type": "boolean",
1525
+ "title": "disabled"
1526
+ }
1527
+ }
1528
+ },
1529
+ "characters": {
1530
+ "title": "EditableHtmlButtonConfigure",
1531
+ "type": "object",
1532
+ "properties": {
1533
+ "disabled": {
1534
+ "description": "Indicates if the plugin is disabled or not",
1535
+ "type": "boolean",
1536
+ "title": "disabled"
1537
+ }
1538
+ }
1539
+ },
1540
+ "bold": {
1541
+ "title": "EditableHtmlButtonConfigure",
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "disabled": {
1545
+ "description": "Indicates if the plugin is disabled or not",
1546
+ "type": "boolean",
1547
+ "title": "disabled"
1548
+ }
1549
+ }
1550
+ },
1551
+ "html": {
1552
+ "title": "EditableHtmlButtonConfigure",
1553
+ "type": "object",
1554
+ "properties": {
1555
+ "disabled": {
1556
+ "description": "Indicates if the plugin is disabled or not",
1557
+ "type": "boolean",
1558
+ "title": "disabled"
1559
+ }
1560
+ }
1561
+ },
1562
+ "italic": {
1563
+ "title": "EditableHtmlButtonConfigure",
1564
+ "type": "object",
1565
+ "properties": {
1566
+ "disabled": {
1567
+ "description": "Indicates if the plugin is disabled or not",
1568
+ "type": "boolean",
1569
+ "title": "disabled"
1570
+ }
1571
+ }
1572
+ },
1573
+ "ol_list": {
1574
+ "title": "EditableHtmlButtonConfigure",
1575
+ "type": "object",
1576
+ "properties": {
1577
+ "disabled": {
1578
+ "description": "Indicates if the plugin is disabled or not",
1579
+ "type": "boolean",
1580
+ "title": "disabled"
1581
+ }
1582
+ }
1583
+ },
1584
+ "redo": {
1585
+ "title": "EditableHtmlButtonConfigure",
1586
+ "type": "object",
1587
+ "properties": {
1588
+ "disabled": {
1589
+ "description": "Indicates if the plugin is disabled or not",
1590
+ "type": "boolean",
1591
+ "title": "disabled"
1592
+ }
1593
+ }
1594
+ },
1595
+ "strikethrough": {
1596
+ "title": "EditableHtmlButtonConfigure",
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "disabled": {
1600
+ "description": "Indicates if the plugin is disabled or not",
1601
+ "type": "boolean",
1602
+ "title": "disabled"
1603
+ }
1604
+ }
1605
+ },
1606
+ "sub": {
1607
+ "title": "EditableHtmlButtonConfigure",
1608
+ "type": "object",
1609
+ "properties": {
1610
+ "disabled": {
1611
+ "description": "Indicates if the plugin is disabled or not",
1612
+ "type": "boolean",
1613
+ "title": "disabled"
1614
+ }
1615
+ }
1616
+ },
1617
+ "sup": {
1618
+ "title": "EditableHtmlButtonConfigure",
1619
+ "type": "object",
1620
+ "properties": {
1621
+ "disabled": {
1622
+ "description": "Indicates if the plugin is disabled or not",
1623
+ "type": "boolean",
1624
+ "title": "disabled"
1625
+ }
1626
+ }
1627
+ },
1628
+ "table": {
1629
+ "title": "EditableHtmlButtonConfigure",
1630
+ "type": "object",
1631
+ "properties": {
1632
+ "disabled": {
1633
+ "description": "Indicates if the plugin is disabled or not",
1634
+ "type": "boolean",
1635
+ "title": "disabled"
1636
+ }
1637
+ }
1638
+ },
1639
+ "ul_list": {
1640
+ "title": "EditableHtmlButtonConfigure",
1641
+ "type": "object",
1642
+ "properties": {
1643
+ "disabled": {
1644
+ "description": "Indicates if the plugin is disabled or not",
1645
+ "type": "boolean",
1646
+ "title": "disabled"
1647
+ }
1648
+ }
1649
+ },
1650
+ "underline": {
1651
+ "title": "EditableHtmlButtonConfigure",
1652
+ "type": "object",
1653
+ "properties": {
1654
+ "disabled": {
1655
+ "description": "Indicates if the plugin is disabled or not",
1656
+ "type": "boolean",
1657
+ "title": "disabled"
1658
+ }
1659
+ }
1660
+ },
1661
+ "undo": {
1662
+ "title": "EditableHtmlButtonConfigure",
1663
+ "type": "object",
1664
+ "properties": {
1665
+ "disabled": {
1666
+ "description": "Indicates if the plugin is disabled or not",
1667
+ "type": "boolean",
1668
+ "title": "disabled"
1669
+ }
1670
+ }
1671
+ }
1672
+ }
1673
+ },
1674
+ "required": {
1675
+ "description": "Indicates if the item is required and the value cannot be empty",
1676
+ "type": "boolean",
1677
+ "title": "required"
1678
+ },
1679
+ "settings": {
1680
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1681
+ "type": "boolean",
1682
+ "title": "settings"
1683
+ },
1684
+ "label": {
1685
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1686
+ "type": "string",
1687
+ "title": "label"
1688
+ }
1689
+ }
1690
+ },
1691
+ "title": {
1692
+ "title": "TitleConfigProp",
1693
+ "type": "object",
1694
+ "properties": {
1695
+ "placeholder": {
1696
+ "description": "Indicates the placeholder for the title label",
1697
+ "type": "string",
1698
+ "title": "placeholder"
1699
+ },
1700
+ "enabled": {
1701
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
1702
+ "type": "boolean",
1703
+ "title": "enabled"
1704
+ },
1705
+ "settings": {
1706
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1707
+ "type": "boolean",
1708
+ "title": "settings"
1709
+ },
1710
+ "label": {
1711
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1712
+ "type": "string",
1713
+ "title": "label"
1714
+ }
1715
+ }
1716
+ },
1717
+ "maxImageWidth": {
1718
+ "title": "ConfigureMaxImageDimensionsProp",
1719
+ "type": "object",
1720
+ "properties": {
1721
+ "teacherInstructions": {
1722
+ "description": "Indicates the max dimension for images in teacher instructions",
1723
+ "type": "number",
1724
+ "title": "teacherInstructions"
1725
+ },
1726
+ "prompt": {
1727
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
1728
+ "type": "number",
1729
+ "title": "prompt"
1730
+ },
1731
+ "rationale": {
1732
+ "description": "Indicates the max dimension for images in rationale",
1733
+ "type": "number",
1734
+ "title": "rationale"
1735
+ }
1736
+ }
1737
+ },
1738
+ "maxImageHeight": {
1739
+ "title": "ConfigureMaxImageDimensionsProp",
1740
+ "type": "object",
1741
+ "properties": {
1742
+ "teacherInstructions": {
1743
+ "description": "Indicates the max dimension for images in teacher instructions",
1744
+ "type": "number",
1745
+ "title": "teacherInstructions"
1746
+ },
1747
+ "prompt": {
1748
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
1749
+ "type": "number",
1750
+ "title": "prompt"
1751
+ },
1752
+ "rationale": {
1753
+ "description": "Indicates the max dimension for images in rationale",
1754
+ "type": "number",
1755
+ "title": "rationale"
1756
+ }
1757
+ }
1758
+ },
1759
+ "withRubric": {
1760
+ "title": "ConfigureProp",
1761
+ "type": "object",
1762
+ "properties": {
1763
+ "settings": {
1764
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1765
+ "type": "boolean",
1766
+ "title": "settings"
1767
+ },
1768
+ "label": {
1769
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1770
+ "type": "string",
1771
+ "title": "label"
1772
+ }
1773
+ }
1774
+ },
1775
+ "mathMlOptions": {
1776
+ "title": "ConfigureMathMLProp",
1777
+ "type": "object",
1778
+ "properties": {
1779
+ "mmlOutput": {
1780
+ "description": "Indicates if model should have mathML output instead of latex",
1781
+ "type": "number",
1782
+ "title": "mmlOutput"
1783
+ },
1784
+ "mmlEditing": {
1785
+ "description": "Indicates if mathML that's already in model should be editable",
1786
+ "type": "number",
1787
+ "title": "mmlEditing"
1788
+ }
1789
+ }
1790
+ },
1791
+ "removeIncompleteTool": {
1792
+ "description": "Ability to remove incomplete tool added after switching current tool.",
1793
+ "type": "boolean",
1794
+ "title": "removeIncompleteTool"
1795
+ },
1796
+ "showPrompt": {
1797
+ "description": "Determines whether prompt field will be displayed or not",
1798
+ "default": true,
1799
+ "type": "boolean",
1800
+ "title": "showPrompt"
1801
+ },
1802
+ "promptLabel": {
1803
+ "description": "The label for the item stem/prompt field",
1804
+ "default": "Item Stemm",
1805
+ "type": "string",
1806
+ "title": "promptLabel"
1807
+ },
1808
+ "contentDimensions": {
1809
+ "description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
1810
+ "default": ": {}",
1811
+ "type": "object",
1812
+ "properties": {
1813
+ "maxHeight": {
1814
+ "description": "Indicates the max height of the authoring container",
1815
+ "default": "undefined",
1816
+ "type": [
1817
+ "string",
1818
+ "number"
1819
+ ],
1820
+ "title": "maxHeight"
1821
+ },
1822
+ "maxWidth": {
1823
+ "description": "Indicates the max width of the authoring container",
1824
+ "default": "undefined",
1825
+ "type": [
1826
+ "string",
1827
+ "number"
1828
+ ],
1829
+ "title": "maxWidth"
1830
+ },
1831
+ "minHeight": {
1832
+ "description": "Indicates the min height of the authoring container",
1833
+ "default": "undefined",
1834
+ "type": [
1835
+ "string",
1836
+ "number"
1837
+ ],
1838
+ "title": "minHeight"
1839
+ },
1840
+ "minWidth": {
1841
+ "description": "Indicates the min width of the authoring container",
1842
+ "default": "undefined",
1843
+ "type": [
1844
+ "string",
1845
+ "number"
1846
+ ],
1847
+ "title": "minWidth"
1848
+ }
1849
+ },
1850
+ "title": "contentDimensions"
1851
+ },
1852
+ "settingsPartialScoring": {
1853
+ "description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
1854
+ "default": true,
1855
+ "type": "boolean",
1856
+ "title": "settingsPartialScoring"
1857
+ }
1858
+ },
1859
+ "required": [
1860
+ "gridConfigurations"
1861
+ ],
1862
+ "definitions": {
1863
+ "EditableHtmlConfigureProp": {
1864
+ "title": "EditableHtmlConfigureProp",
1865
+ "type": "object",
1866
+ "properties": {
1867
+ "math": {
1868
+ "title": "EditableHtmlButtonConfigure",
1869
+ "type": "object",
1870
+ "properties": {
1871
+ "disabled": {
1872
+ "description": "Indicates if the plugin is disabled or not",
1873
+ "type": "boolean",
1874
+ "title": "disabled"
1875
+ }
1876
+ }
1877
+ },
1878
+ "audio": {
1879
+ "title": "EditableHtmlButtonConfigure",
1880
+ "type": "object",
1881
+ "properties": {
1882
+ "disabled": {
1883
+ "description": "Indicates if the plugin is disabled or not",
1884
+ "type": "boolean",
1885
+ "title": "disabled"
1886
+ }
1887
+ }
1888
+ },
1889
+ "video": {
1890
+ "title": "EditableHtmlButtonConfigure",
1891
+ "type": "object",
1892
+ "properties": {
1893
+ "disabled": {
1894
+ "description": "Indicates if the plugin is disabled or not",
1895
+ "type": "boolean",
1896
+ "title": "disabled"
1897
+ }
1898
+ }
1899
+ },
1900
+ "image": {
1901
+ "title": "EditableHtmlButtonConfigure",
1902
+ "type": "object",
1903
+ "properties": {
1904
+ "disabled": {
1905
+ "description": "Indicates if the plugin is disabled or not",
1906
+ "type": "boolean",
1907
+ "title": "disabled"
1908
+ }
1909
+ }
1910
+ },
1911
+ "customPlugins": {
1912
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1913
+ "type": "array",
1914
+ "items": {
1915
+ "title": "CustomPlugin",
1916
+ "type": "object",
1917
+ "properties": {
1918
+ "event": {
1919
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1920
+ "type": "string",
1921
+ "title": "event"
1922
+ },
1923
+ "iconAlt": {
1924
+ "description": "The alt for the custom button icon",
1925
+ "type": "string",
1926
+ "title": "iconAlt"
1927
+ },
1928
+ "iconType": {
1929
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1930
+ "type": "string",
1931
+ "title": "iconType"
1932
+ },
1933
+ "icon": {
1934
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1935
+ "type": "string",
1936
+ "title": "icon"
1937
+ }
1938
+ },
1939
+ "required": [
1940
+ "event",
1941
+ "icon",
1942
+ "iconAlt",
1943
+ "iconType"
1944
+ ]
1945
+ },
1946
+ "title": "customPlugins"
1947
+ },
1948
+ "blockquote": {
1949
+ "title": "EditableHtmlButtonConfigure",
1950
+ "type": "object",
1951
+ "properties": {
1952
+ "disabled": {
1953
+ "description": "Indicates if the plugin is disabled or not",
1954
+ "type": "boolean",
1955
+ "title": "disabled"
1956
+ }
1957
+ }
1958
+ },
1959
+ "h3": {
1960
+ "title": "EditableHtmlButtonConfigure",
1961
+ "type": "object",
1962
+ "properties": {
1963
+ "disabled": {
1964
+ "description": "Indicates if the plugin is disabled or not",
1965
+ "type": "boolean",
1966
+ "title": "disabled"
1967
+ }
1968
+ }
1969
+ },
1970
+ "characters": {
1971
+ "title": "EditableHtmlButtonConfigure",
1972
+ "type": "object",
1973
+ "properties": {
1974
+ "disabled": {
1975
+ "description": "Indicates if the plugin is disabled or not",
1976
+ "type": "boolean",
1977
+ "title": "disabled"
1978
+ }
1979
+ }
1980
+ },
1981
+ "bold": {
1982
+ "title": "EditableHtmlButtonConfigure",
1983
+ "type": "object",
1984
+ "properties": {
1985
+ "disabled": {
1986
+ "description": "Indicates if the plugin is disabled or not",
1987
+ "type": "boolean",
1988
+ "title": "disabled"
1989
+ }
1990
+ }
1991
+ },
1992
+ "html": {
1993
+ "title": "EditableHtmlButtonConfigure",
1994
+ "type": "object",
1995
+ "properties": {
1996
+ "disabled": {
1997
+ "description": "Indicates if the plugin is disabled or not",
1998
+ "type": "boolean",
1999
+ "title": "disabled"
2000
+ }
2001
+ }
2002
+ },
2003
+ "italic": {
2004
+ "title": "EditableHtmlButtonConfigure",
2005
+ "type": "object",
2006
+ "properties": {
2007
+ "disabled": {
2008
+ "description": "Indicates if the plugin is disabled or not",
2009
+ "type": "boolean",
2010
+ "title": "disabled"
2011
+ }
2012
+ }
2013
+ },
2014
+ "ol_list": {
2015
+ "title": "EditableHtmlButtonConfigure",
2016
+ "type": "object",
2017
+ "properties": {
2018
+ "disabled": {
2019
+ "description": "Indicates if the plugin is disabled or not",
2020
+ "type": "boolean",
2021
+ "title": "disabled"
2022
+ }
2023
+ }
2024
+ },
2025
+ "redo": {
2026
+ "title": "EditableHtmlButtonConfigure",
2027
+ "type": "object",
2028
+ "properties": {
2029
+ "disabled": {
2030
+ "description": "Indicates if the plugin is disabled or not",
2031
+ "type": "boolean",
2032
+ "title": "disabled"
2033
+ }
2034
+ }
2035
+ },
2036
+ "strikethrough": {
2037
+ "title": "EditableHtmlButtonConfigure",
2038
+ "type": "object",
2039
+ "properties": {
2040
+ "disabled": {
2041
+ "description": "Indicates if the plugin is disabled or not",
2042
+ "type": "boolean",
2043
+ "title": "disabled"
2044
+ }
2045
+ }
2046
+ },
2047
+ "sub": {
2048
+ "title": "EditableHtmlButtonConfigure",
2049
+ "type": "object",
2050
+ "properties": {
2051
+ "disabled": {
2052
+ "description": "Indicates if the plugin is disabled or not",
2053
+ "type": "boolean",
2054
+ "title": "disabled"
2055
+ }
2056
+ }
2057
+ },
2058
+ "sup": {
2059
+ "title": "EditableHtmlButtonConfigure",
2060
+ "type": "object",
2061
+ "properties": {
2062
+ "disabled": {
2063
+ "description": "Indicates if the plugin is disabled or not",
2064
+ "type": "boolean",
2065
+ "title": "disabled"
2066
+ }
2067
+ }
2068
+ },
2069
+ "table": {
2070
+ "title": "EditableHtmlButtonConfigure",
2071
+ "type": "object",
2072
+ "properties": {
2073
+ "disabled": {
2074
+ "description": "Indicates if the plugin is disabled or not",
2075
+ "type": "boolean",
2076
+ "title": "disabled"
2077
+ }
2078
+ }
2079
+ },
2080
+ "ul_list": {
2081
+ "title": "EditableHtmlButtonConfigure",
2082
+ "type": "object",
2083
+ "properties": {
2084
+ "disabled": {
2085
+ "description": "Indicates if the plugin is disabled or not",
2086
+ "type": "boolean",
2087
+ "title": "disabled"
2088
+ }
2089
+ }
2090
+ },
2091
+ "underline": {
2092
+ "title": "EditableHtmlButtonConfigure",
2093
+ "type": "object",
2094
+ "properties": {
2095
+ "disabled": {
2096
+ "description": "Indicates if the plugin is disabled or not",
2097
+ "type": "boolean",
2098
+ "title": "disabled"
2099
+ }
2100
+ }
2101
+ },
2102
+ "undo": {
2103
+ "title": "EditableHtmlButtonConfigure",
2104
+ "type": "object",
2105
+ "properties": {
2106
+ "disabled": {
2107
+ "description": "Indicates if the plugin is disabled or not",
2108
+ "type": "boolean",
2109
+ "title": "disabled"
2110
+ }
2111
+ }
2112
+ }
2113
+ }
2114
+ },
2115
+ "EditableHtmlButtonConfigure": {
2116
+ "title": "EditableHtmlButtonConfigure",
2117
+ "type": "object",
2118
+ "properties": {
2119
+ "disabled": {
2120
+ "description": "Indicates if the plugin is disabled or not",
2121
+ "type": "boolean",
2122
+ "title": "disabled"
2123
+ }
2124
+ }
2125
+ },
2126
+ "CustomPlugin": {
2127
+ "title": "CustomPlugin",
2128
+ "type": "object",
2129
+ "properties": {
2130
+ "event": {
2131
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
2132
+ "type": "string",
2133
+ "title": "event"
2134
+ },
2135
+ "iconAlt": {
2136
+ "description": "The alt for the custom button icon",
2137
+ "type": "string",
2138
+ "title": "iconAlt"
2139
+ },
2140
+ "iconType": {
2141
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
2142
+ "type": "string",
2143
+ "title": "iconType"
2144
+ },
2145
+ "icon": {
2146
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
2147
+ "type": "string",
2148
+ "title": "icon"
2149
+ }
2150
+ },
2151
+ "required": [
2152
+ "event",
2153
+ "icon",
2154
+ "iconAlt",
2155
+ "iconType"
2156
+ ]
2157
+ },
2158
+ "AuthoringConfigProp": {
2159
+ "title": "AuthoringConfigProp",
2160
+ "type": "object",
2161
+ "properties": {
2162
+ "settings": {
2163
+ "description": "Indicates if the item is displayed in the Settings Panel",
2164
+ "type": "boolean",
2165
+ "title": "settings"
2166
+ },
2167
+ "label": {
2168
+ "description": "Indicates the label for the item that is displayed in the Settings Panel",
2169
+ "type": "string",
2170
+ "title": "label"
2171
+ },
2172
+ "enabled": {
2173
+ "description": "Indicates if the Grid Setup Panel is displayed",
2174
+ "type": "boolean",
2175
+ "title": "enabled"
2176
+ },
2177
+ "includeAxesEnabled": {
2178
+ "description": "Indicates if the \"includeAxes\" toggle is displayed in the Grid Setup Panel",
2179
+ "type": "boolean",
2180
+ "title": "includeAxesEnabled"
2181
+ },
2182
+ "standardGridEnabled": {
2183
+ "description": "Indicates if the \"standardGrid\" toggle is displayed in the Grid Setup Panel",
2184
+ "type": "boolean",
2185
+ "title": "standardGridEnabled"
2186
+ },
2187
+ "min": {
2188
+ "title": "GridPanelConfigProp",
2189
+ "type": "object",
2190
+ "properties": {
2191
+ "label": {
2192
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2193
+ "type": "string",
2194
+ "title": "label"
2195
+ },
2196
+ "enabled": {
2197
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2198
+ "type": "boolean",
2199
+ "title": "enabled"
2200
+ }
2201
+ }
2202
+ },
2203
+ "max": {
2204
+ "title": "GridPanelConfigProp",
2205
+ "type": "object",
2206
+ "properties": {
2207
+ "label": {
2208
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2209
+ "type": "string",
2210
+ "title": "label"
2211
+ },
2212
+ "enabled": {
2213
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2214
+ "type": "boolean",
2215
+ "title": "enabled"
2216
+ }
2217
+ }
2218
+ },
2219
+ "axisLabel": {
2220
+ "title": "GridPanelConfigProp",
2221
+ "type": "object",
2222
+ "properties": {
2223
+ "label": {
2224
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2225
+ "type": "string",
2226
+ "title": "label"
2227
+ },
2228
+ "enabled": {
2229
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2230
+ "type": "boolean",
2231
+ "title": "enabled"
2232
+ }
2233
+ }
2234
+ },
2235
+ "step": {
2236
+ "title": "GridPanelConfigProp",
2237
+ "type": "object",
2238
+ "properties": {
2239
+ "label": {
2240
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2241
+ "type": "string",
2242
+ "title": "label"
2243
+ },
2244
+ "enabled": {
2245
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2246
+ "type": "boolean",
2247
+ "title": "enabled"
2248
+ }
2249
+ }
2250
+ },
2251
+ "labelStep": {
2252
+ "title": "GridPanelConfigProp",
2253
+ "type": "object",
2254
+ "properties": {
2255
+ "label": {
2256
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2257
+ "type": "string",
2258
+ "title": "label"
2259
+ },
2260
+ "enabled": {
2261
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2262
+ "type": "boolean",
2263
+ "title": "enabled"
2264
+ }
2265
+ }
2266
+ }
2267
+ }
2268
+ },
2269
+ "GridPanelConfigProp": {
2270
+ "title": "GridPanelConfigProp",
2271
+ "type": "object",
2272
+ "properties": {
2273
+ "label": {
2274
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
2275
+ "type": "string",
2276
+ "title": "label"
2277
+ },
2278
+ "enabled": {
2279
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
2280
+ "type": "boolean",
2281
+ "title": "enabled"
2282
+ }
2283
+ }
2284
+ },
2285
+ "ArrowsConfigProp": {
2286
+ "title": "ArrowsConfigProp",
2287
+ "type": "object",
2288
+ "properties": {
2289
+ "settings": {
2290
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2291
+ "type": "boolean",
2292
+ "title": "settings"
2293
+ },
2294
+ "label": {
2295
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2296
+ "type": "string",
2297
+ "title": "label"
2298
+ },
2299
+ "left": {
2300
+ "title": "ArrowsProp",
2301
+ "type": "object",
2302
+ "properties": {
2303
+ "label": {
2304
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
2305
+ "type": "string",
2306
+ "title": "label"
2307
+ }
2308
+ }
2309
+ },
2310
+ "right": {
2311
+ "title": "ArrowsProp",
2312
+ "type": "object",
2313
+ "properties": {
2314
+ "label": {
2315
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
2316
+ "type": "string",
2317
+ "title": "label"
2318
+ }
2319
+ }
2320
+ },
2321
+ "up": {
2322
+ "title": "ArrowsProp",
2323
+ "type": "object",
2324
+ "properties": {
2325
+ "label": {
2326
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
2327
+ "type": "string",
2328
+ "title": "label"
2329
+ }
2330
+ }
2331
+ },
2332
+ "down": {
2333
+ "title": "ArrowsProp",
2334
+ "type": "object",
2335
+ "properties": {
2336
+ "label": {
2337
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
2338
+ "type": "string",
2339
+ "title": "label"
2340
+ }
2341
+ }
2342
+ }
2343
+ }
2344
+ },
2345
+ "ArrowsProp": {
2346
+ "title": "ArrowsProp",
2347
+ "type": "object",
2348
+ "properties": {
2349
+ "label": {
2350
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
2351
+ "type": "string",
2352
+ "title": "label"
2353
+ }
2354
+ }
2355
+ },
2356
+ "ConfigureProp": {
2357
+ "title": "ConfigureProp",
2358
+ "type": "object",
2359
+ "properties": {
2360
+ "settings": {
2361
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2362
+ "type": "boolean",
2363
+ "title": "settings"
2364
+ },
2365
+ "label": {
2366
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2367
+ "type": "string",
2368
+ "title": "label"
2369
+ }
2370
+ }
2371
+ },
2372
+ "DimensionsConfigProp": {
2373
+ "title": "DimensionsConfigProp",
2374
+ "type": "object",
2375
+ "properties": {
2376
+ "settings": {
2377
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2378
+ "type": "boolean",
2379
+ "title": "settings"
2380
+ },
2381
+ "label": {
2382
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2383
+ "type": "string",
2384
+ "title": "label"
2385
+ },
2386
+ "enabled": {
2387
+ "description": "Indicates if the graph dimensions are included in the Grid Setup Panel",
2388
+ "type": "boolean",
2389
+ "title": "enabled"
2390
+ },
2391
+ "min": {
2392
+ "description": "Indicates the minimum value for the graph width and height",
2393
+ "type": "number",
2394
+ "title": "min"
2395
+ },
2396
+ "max": {
2397
+ "description": "Indicates the maximum value for the graph width and height",
2398
+ "type": "number",
2399
+ "title": "max"
2400
+ },
2401
+ "step": {
2402
+ "description": "Indicates the increase/decrease value for the graph width and height",
2403
+ "type": "number",
2404
+ "title": "step"
2405
+ }
2406
+ }
2407
+ },
2408
+ "GridConfigurationsProp": {
2409
+ "title": "GridConfigurationsProp",
2410
+ "type": "object",
2411
+ "properties": {
2412
+ "label": {
2413
+ "description": "Indicates the label for the configuration",
2414
+ "type": "string",
2415
+ "title": "label"
2416
+ },
2417
+ "arrows": {
2418
+ "title": "Arrows",
2419
+ "type": "object",
2420
+ "properties": {
2421
+ "left": {
2422
+ "description": "Indicates if left arrow is enabled",
2423
+ "type": "boolean",
2424
+ "title": "left"
2425
+ },
2426
+ "right": {
2427
+ "description": "Indicates if right arrow is enabled",
2428
+ "type": "boolean",
2429
+ "title": "right"
2430
+ },
2431
+ "up": {
2432
+ "description": "Indicates if up arrow is enabled",
2433
+ "type": "boolean",
2434
+ "title": "up"
2435
+ },
2436
+ "down": {
2437
+ "description": "Indicates if down arrow is enabled",
2438
+ "type": "boolean",
2439
+ "title": "down"
2440
+ }
2441
+ },
2442
+ "required": [
2443
+ "down",
2444
+ "left",
2445
+ "right",
2446
+ "up"
2447
+ ]
2448
+ },
2449
+ "domain": {
2450
+ "title": "GraphSettings",
2451
+ "type": "object",
2452
+ "properties": {
2453
+ "min": {
2454
+ "description": "Min value",
2455
+ "type": "number",
2456
+ "title": "min"
2457
+ },
2458
+ "max": {
2459
+ "description": "Max value",
2460
+ "type": "number",
2461
+ "title": "max"
2462
+ },
2463
+ "padding": {
2464
+ "description": "Padding value",
2465
+ "type": "number",
2466
+ "title": "padding"
2467
+ },
2468
+ "step": {
2469
+ "description": "Step value",
2470
+ "type": "number",
2471
+ "title": "step"
2472
+ },
2473
+ "labelStep": {
2474
+ "description": "Label step value",
2475
+ "type": "number",
2476
+ "title": "labelStep"
2477
+ },
2478
+ "axisLabel": {
2479
+ "description": "Axis Label",
2480
+ "type": "string",
2481
+ "title": "axisLabel"
2482
+ }
2483
+ },
2484
+ "required": [
2485
+ "axisLabel",
2486
+ "labelStep",
2487
+ "max",
2488
+ "min",
2489
+ "padding",
2490
+ "step"
2491
+ ]
2492
+ },
2493
+ "graph": {
2494
+ "title": "Graph",
2495
+ "type": "object",
2496
+ "properties": {
2497
+ "width": {
2498
+ "description": "Width for graph representation",
2499
+ "type": "number",
2500
+ "title": "width"
2501
+ },
2502
+ "height": {
2503
+ "description": "Height for graph representation",
2504
+ "type": "number",
2505
+ "title": "height"
2506
+ }
2507
+ },
2508
+ "required": [
2509
+ "height",
2510
+ "width"
2511
+ ]
2512
+ },
2513
+ "includeAxes": {
2514
+ "description": "Indicates if the graph axes and labels are enabled",
2515
+ "type": "boolean",
2516
+ "title": "includeAxes"
2517
+ },
2518
+ "labels": {
2519
+ "title": "Labels",
2520
+ "type": "object",
2521
+ "properties": {
2522
+ "top": {
2523
+ "description": "Label for top side of the graph",
2524
+ "type": "string",
2525
+ "title": "top"
2526
+ },
2527
+ "bottom": {
2528
+ "description": "Label for bottom side of the graph",
2529
+ "type": "string",
2530
+ "title": "bottom"
2531
+ },
2532
+ "left": {
2533
+ "description": "Label for left side of the graph",
2534
+ "type": "string",
2535
+ "title": "left"
2536
+ },
2537
+ "right": {
2538
+ "description": "Label for right side of the graph",
2539
+ "type": "string",
2540
+ "title": "right"
2541
+ }
2542
+ },
2543
+ "required": [
2544
+ "bottom",
2545
+ "left",
2546
+ "right",
2547
+ "top"
2548
+ ]
2549
+ },
2550
+ "padding": {
2551
+ "description": "Indicates if padding is enabled",
2552
+ "type": "boolean",
2553
+ "title": "padding"
2554
+ },
2555
+ "range": {
2556
+ "title": "GraphSettings",
2557
+ "type": "object",
2558
+ "properties": {
2559
+ "min": {
2560
+ "description": "Min value",
2561
+ "type": "number",
2562
+ "title": "min"
2563
+ },
2564
+ "max": {
2565
+ "description": "Max value",
2566
+ "type": "number",
2567
+ "title": "max"
2568
+ },
2569
+ "padding": {
2570
+ "description": "Padding value",
2571
+ "type": "number",
2572
+ "title": "padding"
2573
+ },
2574
+ "step": {
2575
+ "description": "Step value",
2576
+ "type": "number",
2577
+ "title": "step"
2578
+ },
2579
+ "labelStep": {
2580
+ "description": "Label step value",
2581
+ "type": "number",
2582
+ "title": "labelStep"
2583
+ },
2584
+ "axisLabel": {
2585
+ "description": "Axis Label",
2586
+ "type": "string",
2587
+ "title": "axisLabel"
2588
+ }
2589
+ },
2590
+ "required": [
2591
+ "axisLabel",
2592
+ "labelStep",
2593
+ "max",
2594
+ "min",
2595
+ "padding",
2596
+ "step"
2597
+ ]
2598
+ },
2599
+ "standardGrid": {
2600
+ "description": "Indicates if some domain values will be synched to the range values",
2601
+ "type": "boolean",
2602
+ "title": "standardGrid"
2603
+ },
2604
+ "title": {
2605
+ "description": "Indicates graph title",
2606
+ "type": "string",
2607
+ "title": "title"
2608
+ }
2609
+ },
2610
+ "required": [
2611
+ "domain",
2612
+ "graph",
2613
+ "range"
2614
+ ]
2615
+ },
2616
+ "Arrows": {
2617
+ "title": "Arrows",
2618
+ "type": "object",
2619
+ "properties": {
2620
+ "left": {
2621
+ "description": "Indicates if left arrow is enabled",
2622
+ "type": "boolean",
2623
+ "title": "left"
2624
+ },
2625
+ "right": {
2626
+ "description": "Indicates if right arrow is enabled",
2627
+ "type": "boolean",
2628
+ "title": "right"
2629
+ },
2630
+ "up": {
2631
+ "description": "Indicates if up arrow is enabled",
2632
+ "type": "boolean",
2633
+ "title": "up"
2634
+ },
2635
+ "down": {
2636
+ "description": "Indicates if down arrow is enabled",
2637
+ "type": "boolean",
2638
+ "title": "down"
2639
+ }
2640
+ },
2641
+ "required": [
2642
+ "down",
2643
+ "left",
2644
+ "right",
2645
+ "up"
2646
+ ]
2647
+ },
2648
+ "GraphSettings": {
2649
+ "title": "GraphSettings",
2650
+ "type": "object",
2651
+ "properties": {
2652
+ "min": {
2653
+ "description": "Min value",
2654
+ "type": "number",
2655
+ "title": "min"
2656
+ },
2657
+ "max": {
2658
+ "description": "Max value",
2659
+ "type": "number",
2660
+ "title": "max"
2661
+ },
2662
+ "padding": {
2663
+ "description": "Padding value",
2664
+ "type": "number",
2665
+ "title": "padding"
2666
+ },
2667
+ "step": {
2668
+ "description": "Step value",
2669
+ "type": "number",
2670
+ "title": "step"
2671
+ },
2672
+ "labelStep": {
2673
+ "description": "Label step value",
2674
+ "type": "number",
2675
+ "title": "labelStep"
2676
+ },
2677
+ "axisLabel": {
2678
+ "description": "Axis Label",
2679
+ "type": "string",
2680
+ "title": "axisLabel"
2681
+ }
2682
+ },
2683
+ "required": [
2684
+ "axisLabel",
2685
+ "labelStep",
2686
+ "max",
2687
+ "min",
2688
+ "padding",
2689
+ "step"
2690
+ ]
2691
+ },
2692
+ "Graph": {
2693
+ "title": "Graph",
2694
+ "type": "object",
2695
+ "properties": {
2696
+ "width": {
2697
+ "description": "Width for graph representation",
2698
+ "type": "number",
2699
+ "title": "width"
2700
+ },
2701
+ "height": {
2702
+ "description": "Height for graph representation",
2703
+ "type": "number",
2704
+ "title": "height"
2705
+ }
2706
+ },
2707
+ "required": [
2708
+ "height",
2709
+ "width"
2710
+ ]
2711
+ },
2712
+ "Labels": {
2713
+ "title": "Labels",
2714
+ "type": "object",
2715
+ "properties": {
2716
+ "top": {
2717
+ "description": "Label for top side of the graph",
2718
+ "type": "string",
2719
+ "title": "top"
2720
+ },
2721
+ "bottom": {
2722
+ "description": "Label for bottom side of the graph",
2723
+ "type": "string",
2724
+ "title": "bottom"
2725
+ },
2726
+ "left": {
2727
+ "description": "Label for left side of the graph",
2728
+ "type": "string",
2729
+ "title": "left"
2730
+ },
2731
+ "right": {
2732
+ "description": "Label for right side of the graph",
2733
+ "type": "string",
2734
+ "title": "right"
2735
+ }
2736
+ },
2737
+ "required": [
2738
+ "bottom",
2739
+ "left",
2740
+ "right",
2741
+ "top"
2742
+ ]
2743
+ },
2744
+ "LabelsConfigProp": {
2745
+ "title": "LabelsConfigProp",
2746
+ "type": "object",
2747
+ "properties": {
2748
+ "top": {
2749
+ "description": "Indicates the placeholder for the top label",
2750
+ "type": "string",
2751
+ "title": "top"
2752
+ },
2753
+ "right": {
2754
+ "description": "Indicates the placeholder for the right label",
2755
+ "type": "string",
2756
+ "title": "right"
2757
+ },
2758
+ "bottom": {
2759
+ "description": "Indicates the placeholder for the bottom label",
2760
+ "type": "string",
2761
+ "title": "bottom"
2762
+ },
2763
+ "left": {
2764
+ "description": "Indicates the placeholder for the left label",
2765
+ "type": "string",
2766
+ "title": "left"
2767
+ },
2768
+ "enabled": {
2769
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
2770
+ "type": "boolean",
2771
+ "title": "enabled"
2772
+ },
2773
+ "settings": {
2774
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2775
+ "type": "boolean",
2776
+ "title": "settings"
2777
+ },
2778
+ "label": {
2779
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2780
+ "type": "string",
2781
+ "title": "label"
2782
+ }
2783
+ }
2784
+ },
2785
+ "ConfigurePropWithEnabled": {
2786
+ "title": "ConfigurePropWithEnabled",
2787
+ "type": "object",
2788
+ "properties": {
2789
+ "enabled": {
2790
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
2791
+ "type": "boolean",
2792
+ "title": "enabled"
2793
+ },
2794
+ "settings": {
2795
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2796
+ "type": "boolean",
2797
+ "title": "settings"
2798
+ },
2799
+ "label": {
2800
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2801
+ "type": "string",
2802
+ "title": "label"
2803
+ }
2804
+ }
2805
+ },
2806
+ "ConfigureLanguageOptionsProp": {
2807
+ "title": "ConfigureLanguageOptionsProp",
2808
+ "type": "object",
2809
+ "properties": {
2810
+ "value": {
2811
+ "description": "Value of the language option",
2812
+ "type": "string",
2813
+ "title": "value"
2814
+ },
2815
+ "label": {
2816
+ "description": "Label of the language option",
2817
+ "type": "string",
2818
+ "title": "label"
2819
+ }
2820
+ },
2821
+ "required": [
2822
+ "label",
2823
+ "value"
2824
+ ]
2825
+ },
2826
+ "EditableHtmlPluginConfigureRequired": {
2827
+ "title": "EditableHtmlPluginConfigureRequired",
2828
+ "type": "object",
2829
+ "properties": {
2830
+ "inputConfiguration": {
2831
+ "title": "EditableHtmlConfigureProp",
2832
+ "type": "object",
2833
+ "properties": {
2834
+ "math": {
2835
+ "title": "EditableHtmlButtonConfigure",
2836
+ "type": "object",
2837
+ "properties": {
2838
+ "disabled": {
2839
+ "description": "Indicates if the plugin is disabled or not",
2840
+ "type": "boolean",
2841
+ "title": "disabled"
2842
+ }
2843
+ }
2844
+ },
2845
+ "audio": {
2846
+ "title": "EditableHtmlButtonConfigure",
2847
+ "type": "object",
2848
+ "properties": {
2849
+ "disabled": {
2850
+ "description": "Indicates if the plugin is disabled or not",
2851
+ "type": "boolean",
2852
+ "title": "disabled"
2853
+ }
2854
+ }
2855
+ },
2856
+ "video": {
2857
+ "title": "EditableHtmlButtonConfigure",
2858
+ "type": "object",
2859
+ "properties": {
2860
+ "disabled": {
2861
+ "description": "Indicates if the plugin is disabled or not",
2862
+ "type": "boolean",
2863
+ "title": "disabled"
2864
+ }
2865
+ }
2866
+ },
2867
+ "image": {
2868
+ "title": "EditableHtmlButtonConfigure",
2869
+ "type": "object",
2870
+ "properties": {
2871
+ "disabled": {
2872
+ "description": "Indicates if the plugin is disabled or not",
2873
+ "type": "boolean",
2874
+ "title": "disabled"
2875
+ }
2876
+ }
2877
+ },
2878
+ "customPlugins": {
2879
+ "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
2880
+ "type": "array",
2881
+ "items": {
2882
+ "title": "CustomPlugin",
2883
+ "type": "object",
2884
+ "properties": {
2885
+ "event": {
2886
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
2887
+ "type": "string",
2888
+ "title": "event"
2889
+ },
2890
+ "iconAlt": {
2891
+ "description": "The alt for the custom button icon",
2892
+ "type": "string",
2893
+ "title": "iconAlt"
2894
+ },
2895
+ "iconType": {
2896
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
2897
+ "type": "string",
2898
+ "title": "iconType"
2899
+ },
2900
+ "icon": {
2901
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
2902
+ "type": "string",
2903
+ "title": "icon"
2904
+ }
2905
+ },
2906
+ "required": [
2907
+ "event",
2908
+ "icon",
2909
+ "iconAlt",
2910
+ "iconType"
2911
+ ]
2912
+ },
2913
+ "title": "customPlugins"
2914
+ },
2915
+ "blockquote": {
2916
+ "title": "EditableHtmlButtonConfigure",
2917
+ "type": "object",
2918
+ "properties": {
2919
+ "disabled": {
2920
+ "description": "Indicates if the plugin is disabled or not",
2921
+ "type": "boolean",
2922
+ "title": "disabled"
2923
+ }
2924
+ }
2925
+ },
2926
+ "h3": {
2927
+ "title": "EditableHtmlButtonConfigure",
2928
+ "type": "object",
2929
+ "properties": {
2930
+ "disabled": {
2931
+ "description": "Indicates if the plugin is disabled or not",
2932
+ "type": "boolean",
2933
+ "title": "disabled"
2934
+ }
2935
+ }
2936
+ },
2937
+ "characters": {
2938
+ "title": "EditableHtmlButtonConfigure",
2939
+ "type": "object",
2940
+ "properties": {
2941
+ "disabled": {
2942
+ "description": "Indicates if the plugin is disabled or not",
2943
+ "type": "boolean",
2944
+ "title": "disabled"
2945
+ }
2946
+ }
2947
+ },
2948
+ "bold": {
2949
+ "title": "EditableHtmlButtonConfigure",
2950
+ "type": "object",
2951
+ "properties": {
2952
+ "disabled": {
2953
+ "description": "Indicates if the plugin is disabled or not",
2954
+ "type": "boolean",
2955
+ "title": "disabled"
2956
+ }
2957
+ }
2958
+ },
2959
+ "html": {
2960
+ "title": "EditableHtmlButtonConfigure",
2961
+ "type": "object",
2962
+ "properties": {
2963
+ "disabled": {
2964
+ "description": "Indicates if the plugin is disabled or not",
2965
+ "type": "boolean",
2966
+ "title": "disabled"
2967
+ }
2968
+ }
2969
+ },
2970
+ "italic": {
2971
+ "title": "EditableHtmlButtonConfigure",
2972
+ "type": "object",
2973
+ "properties": {
2974
+ "disabled": {
2975
+ "description": "Indicates if the plugin is disabled or not",
2976
+ "type": "boolean",
2977
+ "title": "disabled"
2978
+ }
2979
+ }
2980
+ },
2981
+ "ol_list": {
2982
+ "title": "EditableHtmlButtonConfigure",
2983
+ "type": "object",
2984
+ "properties": {
2985
+ "disabled": {
2986
+ "description": "Indicates if the plugin is disabled or not",
2987
+ "type": "boolean",
2988
+ "title": "disabled"
2989
+ }
2990
+ }
2991
+ },
2992
+ "redo": {
2993
+ "title": "EditableHtmlButtonConfigure",
2994
+ "type": "object",
2995
+ "properties": {
2996
+ "disabled": {
2997
+ "description": "Indicates if the plugin is disabled or not",
2998
+ "type": "boolean",
2999
+ "title": "disabled"
3000
+ }
3001
+ }
3002
+ },
3003
+ "strikethrough": {
3004
+ "title": "EditableHtmlButtonConfigure",
3005
+ "type": "object",
3006
+ "properties": {
3007
+ "disabled": {
3008
+ "description": "Indicates if the plugin is disabled or not",
3009
+ "type": "boolean",
3010
+ "title": "disabled"
3011
+ }
3012
+ }
3013
+ },
3014
+ "sub": {
3015
+ "title": "EditableHtmlButtonConfigure",
3016
+ "type": "object",
3017
+ "properties": {
3018
+ "disabled": {
3019
+ "description": "Indicates if the plugin is disabled or not",
3020
+ "type": "boolean",
3021
+ "title": "disabled"
3022
+ }
3023
+ }
3024
+ },
3025
+ "sup": {
3026
+ "title": "EditableHtmlButtonConfigure",
3027
+ "type": "object",
3028
+ "properties": {
3029
+ "disabled": {
3030
+ "description": "Indicates if the plugin is disabled or not",
3031
+ "type": "boolean",
3032
+ "title": "disabled"
3033
+ }
3034
+ }
3035
+ },
3036
+ "table": {
3037
+ "title": "EditableHtmlButtonConfigure",
3038
+ "type": "object",
3039
+ "properties": {
3040
+ "disabled": {
3041
+ "description": "Indicates if the plugin is disabled or not",
3042
+ "type": "boolean",
3043
+ "title": "disabled"
3044
+ }
3045
+ }
3046
+ },
3047
+ "ul_list": {
3048
+ "title": "EditableHtmlButtonConfigure",
3049
+ "type": "object",
3050
+ "properties": {
3051
+ "disabled": {
3052
+ "description": "Indicates if the plugin is disabled or not",
3053
+ "type": "boolean",
3054
+ "title": "disabled"
3055
+ }
3056
+ }
3057
+ },
3058
+ "underline": {
3059
+ "title": "EditableHtmlButtonConfigure",
3060
+ "type": "object",
3061
+ "properties": {
3062
+ "disabled": {
3063
+ "description": "Indicates if the plugin is disabled or not",
3064
+ "type": "boolean",
3065
+ "title": "disabled"
3066
+ }
3067
+ }
3068
+ },
3069
+ "undo": {
3070
+ "title": "EditableHtmlButtonConfigure",
3071
+ "type": "object",
3072
+ "properties": {
3073
+ "disabled": {
3074
+ "description": "Indicates if the plugin is disabled or not",
3075
+ "type": "boolean",
3076
+ "title": "disabled"
3077
+ }
3078
+ }
3079
+ }
3080
+ }
3081
+ },
3082
+ "required": {
3083
+ "description": "Indicates if the item is required and the value cannot be empty",
3084
+ "type": "boolean",
3085
+ "title": "required"
3086
+ },
3087
+ "settings": {
3088
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
3089
+ "type": "boolean",
3090
+ "title": "settings"
3091
+ },
3092
+ "label": {
3093
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
3094
+ "type": "string",
3095
+ "title": "label"
3096
+ }
3097
+ }
3098
+ },
3099
+ "TitleConfigProp": {
3100
+ "title": "TitleConfigProp",
3101
+ "type": "object",
3102
+ "properties": {
3103
+ "placeholder": {
3104
+ "description": "Indicates the placeholder for the title label",
3105
+ "type": "string",
3106
+ "title": "placeholder"
3107
+ },
3108
+ "enabled": {
3109
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
3110
+ "type": "boolean",
3111
+ "title": "enabled"
3112
+ },
3113
+ "settings": {
3114
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
3115
+ "type": "boolean",
3116
+ "title": "settings"
3117
+ },
3118
+ "label": {
3119
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
3120
+ "type": "string",
3121
+ "title": "label"
3122
+ }
3123
+ }
3124
+ },
3125
+ "ConfigureMaxImageDimensionsProp": {
3126
+ "title": "ConfigureMaxImageDimensionsProp",
3127
+ "type": "object",
3128
+ "properties": {
3129
+ "teacherInstructions": {
3130
+ "description": "Indicates the max dimension for images in teacher instructions",
3131
+ "type": "number",
3132
+ "title": "teacherInstructions"
3133
+ },
3134
+ "prompt": {
3135
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
3136
+ "type": "number",
3137
+ "title": "prompt"
3138
+ },
3139
+ "rationale": {
3140
+ "description": "Indicates the max dimension for images in rationale",
3141
+ "type": "number",
3142
+ "title": "rationale"
3143
+ }
3144
+ }
3145
+ },
3146
+ "ConfigureMathMLProp": {
3147
+ "title": "ConfigureMathMLProp",
3148
+ "type": "object",
3149
+ "properties": {
3150
+ "mmlOutput": {
3151
+ "description": "Indicates if model should have mathML output instead of latex",
3152
+ "type": "number",
3153
+ "title": "mmlOutput"
3154
+ },
3155
+ "mmlEditing": {
3156
+ "description": "Indicates if mathML that's already in model should be editable",
3157
+ "type": "number",
3158
+ "title": "mmlEditing"
3159
+ }
3160
+ }
3161
+ }
3162
+ },
3163
+ "$schema": "http://json-schema.org/draft-07/schema#"
3164
+ }