@pie-element/math-templated 7.1.1-next.12 → 7.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 (98) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +1144 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +0 -0
  5. package/configure/CHANGELOG.json +1 -0
  6. package/configure/CHANGELOG.md +1021 -0
  7. package/configure/lib/defaults.js +172 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/design.js +546 -0
  10. package/configure/lib/design.js.map +1 -0
  11. package/configure/lib/index.js +169 -0
  12. package/configure/lib/index.js.map +1 -0
  13. package/configure/lib/markupUtils.js +39 -0
  14. package/configure/lib/markupUtils.js.map +1 -0
  15. package/configure/lib/response.js +394 -0
  16. package/configure/lib/response.js.map +1 -0
  17. package/configure/lib/utils.js +15 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +26 -0
  20. package/controller/CHANGELOG.json +1 -0
  21. package/controller/CHANGELOG.md +874 -0
  22. package/controller/lib/defaults.js +28 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +360 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/package.json +17 -0
  27. package/docs/config-schema.json +2251 -0
  28. package/docs/config-schema.json.md +1658 -0
  29. package/docs/demo/config.js +8 -0
  30. package/docs/demo/generate.js +42 -0
  31. package/docs/demo/index.html +1 -0
  32. package/docs/demo/session.js +14 -0
  33. package/docs/pie-schema.json +1231 -0
  34. package/docs/pie-schema.json.md +894 -0
  35. package/lib/index.js +76 -0
  36. package/lib/index.js.map +1 -0
  37. package/lib/main.js +877 -0
  38. package/lib/main.js.map +1 -0
  39. package/lib/print.js +88 -0
  40. package/lib/print.js.map +1 -0
  41. package/module/configure.js +1 -0
  42. package/module/controller.js +3711 -0
  43. package/module/demo.js +67 -0
  44. package/module/element.js +1 -0
  45. package/module/index.html +21 -0
  46. package/module/manifest.json +22 -0
  47. package/module/print-demo.js +105 -0
  48. package/module/print.html +18 -0
  49. package/module/print.js +1 -0
  50. package/package.json +22 -93
  51. package/configure.js +0 -2
  52. package/controller.js +0 -1
  53. package/dist/author/defaults.d.ts +0 -173
  54. package/dist/author/defaults.js +0 -123
  55. package/dist/author/design.d.ts +0 -35
  56. package/dist/author/design.js +0 -360
  57. package/dist/author/index.d.ts +0 -42
  58. package/dist/author/index.js +0 -97
  59. package/dist/author/markupUtils.d.ts +0 -11
  60. package/dist/author/markupUtils.js +0 -10
  61. package/dist/author/response.d.ts +0 -41
  62. package/dist/author/response.js +0 -238
  63. package/dist/author/utils.d.ts +0 -9
  64. package/dist/author/utils.js +0 -7
  65. package/dist/browser/author/index.js +0 -31954
  66. package/dist/browser/author/index.js.map +0 -1
  67. package/dist/browser/browser-DJA4OL8j.js +0 -331
  68. package/dist/browser/browser-DJA4OL8j.js.map +0 -1
  69. package/dist/browser/controller/index.js +0 -37731
  70. package/dist/browser/controller/index.js.map +0 -1
  71. package/dist/browser/delivery/index.js +0 -81
  72. package/dist/browser/delivery/index.js.map +0 -1
  73. package/dist/browser/dist-Csid0rBE.js +0 -17046
  74. package/dist/browser/dist-Csid0rBE.js.map +0 -1
  75. package/dist/browser/dist-D9ARZhQk.js +0 -1426
  76. package/dist/browser/dist-D9ARZhQk.js.map +0 -1
  77. package/dist/browser/main-I_wWeaur.js +0 -1274
  78. package/dist/browser/main-I_wWeaur.js.map +0 -1
  79. package/dist/browser/math-templated.css +0 -2
  80. package/dist/browser/print/index.js +0 -47
  81. package/dist/browser/print/index.js.map +0 -1
  82. package/dist/controller/defaults.d.ts +0 -29
  83. package/dist/controller/defaults.js +0 -23
  84. package/dist/controller/index.d.ts +0 -45
  85. package/dist/controller/index.js +0 -154
  86. package/dist/delivery/index.d.ts +0 -20
  87. package/dist/delivery/index.js +0 -51
  88. package/dist/delivery/main.d.ts +0 -40
  89. package/dist/delivery/main.js +0 -492
  90. package/dist/index.d.ts +0 -1
  91. package/dist/index.iife.d.ts +0 -8
  92. package/dist/index.iife.js +0 -205
  93. package/dist/index.js +0 -2
  94. package/dist/math-templated.css +0 -2
  95. package/dist/print/index.d.ts +0 -15
  96. package/dist/print/index.js +0 -47
  97. package/dist/runtime-support.d.ts +0 -12
  98. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,1658 @@
1
+ Config Object for @pie-elements/math-templated-configure
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `ignoreOrder` (object)
6
+
7
+ Properties of the `ignoreOrder` object:
8
+
9
+ ## `enabled` (boolean)
10
+
11
+ Indicates the value of the item if it affects config-ui
12
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
13
+
14
+ ## `settings` (boolean)
15
+
16
+ Indicates if the item has to be displayed in the Settings Panel
17
+
18
+ ## `label` (string)
19
+
20
+ Indicates the label for the item that has to be displayed in the Settings Panel
21
+
22
+ # `allowTrailingZeros` (object)
23
+
24
+ Properties of the `allowTrailingZeros` object:
25
+
26
+ ## `enabled` (boolean)
27
+
28
+ Indicates the value of the item if it affects config-ui
29
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
30
+
31
+ ## `settings` (boolean)
32
+
33
+ Indicates if the item has to be displayed in the Settings Panel
34
+
35
+ ## `label` (string)
36
+
37
+ Indicates the label for the item that has to be displayed in the Settings Panel
38
+
39
+ # `partialScoring` (object)
40
+
41
+ Properties of the `partialScoring` object:
42
+
43
+ ## `settings` (boolean)
44
+
45
+ Indicates if the item has to be displayed in the Settings Panel
46
+
47
+ ## `label` (string)
48
+
49
+ Indicates the label for the item that has to be displayed in the Settings Panel
50
+
51
+ # `baseInputConfiguration` (object)
52
+
53
+ Properties of the `baseInputConfiguration` object:
54
+
55
+ ## `math` (object)
56
+
57
+ Properties of the `math` object:
58
+
59
+ ### `disabled` (boolean)
60
+
61
+ Indicates if the plugin is disabled or not
62
+
63
+ ## `audio` (object)
64
+
65
+ Properties of the `audio` object:
66
+
67
+ ### `disabled` (boolean)
68
+
69
+ Indicates if the plugin is disabled or not
70
+
71
+ ## `video` (object)
72
+
73
+ Properties of the `video` object:
74
+
75
+ ### `disabled` (boolean)
76
+
77
+ Indicates if the plugin is disabled or not
78
+
79
+ ## `image` (object)
80
+
81
+ Properties of the `image` object:
82
+
83
+ ### `disabled` (boolean)
84
+
85
+ Indicates if the plugin is disabled or not
86
+
87
+ ## `customPlugins` (array)
88
+
89
+ An array of objects that determine custom plugins.
90
+ A 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).
91
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
92
+
93
+ The object is an array with all elements of the type `object`.
94
+
95
+ The array object has the following properties:
96
+
97
+ ### `event` (string, required)
98
+
99
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
100
+ PIE will emit the event prefixed with "PIE-".
101
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
102
+
103
+ ### `iconAlt` (string, required)
104
+
105
+ The alt for the custom button icon
106
+
107
+ ### `iconType` (string, required)
108
+
109
+ The icon type.
110
+ Currently, only "SVG" is supported.
111
+
112
+ ### `icon` (string, required)
113
+
114
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
115
+
116
+ ## `blockquote` (object)
117
+
118
+ Properties of the `blockquote` object:
119
+
120
+ ### `disabled` (boolean)
121
+
122
+ Indicates if the plugin is disabled or not
123
+
124
+ ## `h3` (object)
125
+
126
+ Properties of the `h3` object:
127
+
128
+ ### `disabled` (boolean)
129
+
130
+ Indicates if the plugin is disabled or not
131
+
132
+ ## `characters` (object)
133
+
134
+ Properties of the `characters` object:
135
+
136
+ ### `disabled` (boolean)
137
+
138
+ Indicates if the plugin is disabled or not
139
+
140
+ ## `bold` (object)
141
+
142
+ Properties of the `bold` object:
143
+
144
+ ### `disabled` (boolean)
145
+
146
+ Indicates if the plugin is disabled or not
147
+
148
+ ## `html` (object)
149
+
150
+ Properties of the `html` object:
151
+
152
+ ### `disabled` (boolean)
153
+
154
+ Indicates if the plugin is disabled or not
155
+
156
+ ## `italic` (object)
157
+
158
+ Properties of the `italic` object:
159
+
160
+ ### `disabled` (boolean)
161
+
162
+ Indicates if the plugin is disabled or not
163
+
164
+ ## `ol_list` (object)
165
+
166
+ Properties of the `ol_list` object:
167
+
168
+ ### `disabled` (boolean)
169
+
170
+ Indicates if the plugin is disabled or not
171
+
172
+ ## `redo` (object)
173
+
174
+ Properties of the `redo` object:
175
+
176
+ ### `disabled` (boolean)
177
+
178
+ Indicates if the plugin is disabled or not
179
+
180
+ ## `strikethrough` (object)
181
+
182
+ Properties of the `strikethrough` object:
183
+
184
+ ### `disabled` (boolean)
185
+
186
+ Indicates if the plugin is disabled or not
187
+
188
+ ## `sub` (object)
189
+
190
+ Properties of the `sub` object:
191
+
192
+ ### `disabled` (boolean)
193
+
194
+ Indicates if the plugin is disabled or not
195
+
196
+ ## `sup` (object)
197
+
198
+ Properties of the `sup` object:
199
+
200
+ ### `disabled` (boolean)
201
+
202
+ Indicates if the plugin is disabled or not
203
+
204
+ ## `table` (object)
205
+
206
+ Properties of the `table` object:
207
+
208
+ ### `disabled` (boolean)
209
+
210
+ Indicates if the plugin is disabled or not
211
+
212
+ ## `ul_list` (object)
213
+
214
+ Properties of the `ul_list` object:
215
+
216
+ ### `disabled` (boolean)
217
+
218
+ Indicates if the plugin is disabled or not
219
+
220
+ ## `underline` (object)
221
+
222
+ Properties of the `underline` object:
223
+
224
+ ### `disabled` (boolean)
225
+
226
+ Indicates if the plugin is disabled or not
227
+
228
+ ## `undo` (object)
229
+
230
+ Properties of the `undo` object:
231
+
232
+ ### `disabled` (boolean)
233
+
234
+ Indicates if the plugin is disabled or not
235
+
236
+ # `prompt` (object)
237
+
238
+ Properties of the `prompt` object:
239
+
240
+ ## `inputConfiguration` (object)
241
+
242
+ Properties of the `inputConfiguration` object:
243
+
244
+ ### `math` (object)
245
+
246
+ Properties of the `math` object:
247
+
248
+ #### `disabled` (boolean)
249
+
250
+ Indicates if the plugin is disabled or not
251
+
252
+ ### `audio` (object)
253
+
254
+ Properties of the `audio` object:
255
+
256
+ #### `disabled` (boolean)
257
+
258
+ Indicates if the plugin is disabled or not
259
+
260
+ ### `video` (object)
261
+
262
+ Properties of the `video` object:
263
+
264
+ #### `disabled` (boolean)
265
+
266
+ Indicates if the plugin is disabled or not
267
+
268
+ ### `image` (object)
269
+
270
+ Properties of the `image` object:
271
+
272
+ #### `disabled` (boolean)
273
+
274
+ Indicates if the plugin is disabled or not
275
+
276
+ ### `customPlugins` (array)
277
+
278
+ An array of objects that determine custom plugins.
279
+ A 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).
280
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
281
+
282
+ The object is an array with all elements of the type `object`.
283
+
284
+ The array object has the following properties:
285
+
286
+ #### `event` (string, required)
287
+
288
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
289
+ PIE will emit the event prefixed with "PIE-".
290
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
291
+
292
+ #### `iconAlt` (string, required)
293
+
294
+ The alt for the custom button icon
295
+
296
+ #### `iconType` (string, required)
297
+
298
+ The icon type.
299
+ Currently, only "SVG" is supported.
300
+
301
+ #### `icon` (string, required)
302
+
303
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
304
+
305
+ ### `blockquote` (object)
306
+
307
+ Properties of the `blockquote` object:
308
+
309
+ #### `disabled` (boolean)
310
+
311
+ Indicates if the plugin is disabled or not
312
+
313
+ ### `h3` (object)
314
+
315
+ Properties of the `h3` object:
316
+
317
+ #### `disabled` (boolean)
318
+
319
+ Indicates if the plugin is disabled or not
320
+
321
+ ### `characters` (object)
322
+
323
+ Properties of the `characters` object:
324
+
325
+ #### `disabled` (boolean)
326
+
327
+ Indicates if the plugin is disabled or not
328
+
329
+ ### `bold` (object)
330
+
331
+ Properties of the `bold` object:
332
+
333
+ #### `disabled` (boolean)
334
+
335
+ Indicates if the plugin is disabled or not
336
+
337
+ ### `html` (object)
338
+
339
+ Properties of the `html` object:
340
+
341
+ #### `disabled` (boolean)
342
+
343
+ Indicates if the plugin is disabled or not
344
+
345
+ ### `italic` (object)
346
+
347
+ Properties of the `italic` object:
348
+
349
+ #### `disabled` (boolean)
350
+
351
+ Indicates if the plugin is disabled or not
352
+
353
+ ### `ol_list` (object)
354
+
355
+ Properties of the `ol_list` object:
356
+
357
+ #### `disabled` (boolean)
358
+
359
+ Indicates if the plugin is disabled or not
360
+
361
+ ### `redo` (object)
362
+
363
+ Properties of the `redo` object:
364
+
365
+ #### `disabled` (boolean)
366
+
367
+ Indicates if the plugin is disabled or not
368
+
369
+ ### `strikethrough` (object)
370
+
371
+ Properties of the `strikethrough` object:
372
+
373
+ #### `disabled` (boolean)
374
+
375
+ Indicates if the plugin is disabled or not
376
+
377
+ ### `sub` (object)
378
+
379
+ Properties of the `sub` object:
380
+
381
+ #### `disabled` (boolean)
382
+
383
+ Indicates if the plugin is disabled or not
384
+
385
+ ### `sup` (object)
386
+
387
+ Properties of the `sup` object:
388
+
389
+ #### `disabled` (boolean)
390
+
391
+ Indicates if the plugin is disabled or not
392
+
393
+ ### `table` (object)
394
+
395
+ Properties of the `table` object:
396
+
397
+ #### `disabled` (boolean)
398
+
399
+ Indicates if the plugin is disabled or not
400
+
401
+ ### `ul_list` (object)
402
+
403
+ Properties of the `ul_list` object:
404
+
405
+ #### `disabled` (boolean)
406
+
407
+ Indicates if the plugin is disabled or not
408
+
409
+ ### `underline` (object)
410
+
411
+ Properties of the `underline` object:
412
+
413
+ #### `disabled` (boolean)
414
+
415
+ Indicates if the plugin is disabled or not
416
+
417
+ ### `undo` (object)
418
+
419
+ Properties of the `undo` object:
420
+
421
+ #### `disabled` (boolean)
422
+
423
+ Indicates if the plugin is disabled or not
424
+
425
+ ## `required` (boolean)
426
+
427
+ Indicates if the item is required and the value cannot be empty
428
+
429
+ ## `settings` (boolean)
430
+
431
+ Indicates if the item has to be displayed in the Settings Panel
432
+
433
+ ## `label` (string)
434
+
435
+ Indicates the label for the item that has to be displayed in the Settings Panel
436
+
437
+ # `spellCheck` (object)
438
+
439
+ Properties of the `spellCheck` object:
440
+
441
+ ## `settings` (boolean)
442
+
443
+ Indicates if the item has to be displayed in the Settings Panel
444
+
445
+ ## `label` (string)
446
+
447
+ Indicates the label for the item that has to be displayed in the Settings Panel
448
+
449
+ # `editSource` (object)
450
+
451
+ Properties of the `editSource` object:
452
+
453
+ ## `settings` (boolean)
454
+
455
+ Indicates if the item has to be displayed in the Settings Panel
456
+
457
+ ## `label` (string)
458
+
459
+ Indicates the label for the item that has to be displayed in the Settings Panel
460
+
461
+ # `playerSpellCheck` (object)
462
+
463
+ Properties of the `playerSpellCheck` object:
464
+
465
+ ## `settings` (boolean)
466
+
467
+ Indicates if the item has to be displayed in the Settings Panel
468
+
469
+ ## `label` (string)
470
+
471
+ Indicates the label for the item that has to be displayed in the Settings Panel
472
+
473
+ # `teacherInstructions` (object)
474
+
475
+ Properties of the `teacherInstructions` object:
476
+
477
+ ## `inputConfiguration` (object)
478
+
479
+ Properties of the `inputConfiguration` object:
480
+
481
+ ### `math` (object)
482
+
483
+ Properties of the `math` object:
484
+
485
+ #### `disabled` (boolean)
486
+
487
+ Indicates if the plugin is disabled or not
488
+
489
+ ### `audio` (object)
490
+
491
+ Properties of the `audio` object:
492
+
493
+ #### `disabled` (boolean)
494
+
495
+ Indicates if the plugin is disabled or not
496
+
497
+ ### `video` (object)
498
+
499
+ Properties of the `video` object:
500
+
501
+ #### `disabled` (boolean)
502
+
503
+ Indicates if the plugin is disabled or not
504
+
505
+ ### `image` (object)
506
+
507
+ Properties of the `image` object:
508
+
509
+ #### `disabled` (boolean)
510
+
511
+ Indicates if the plugin is disabled or not
512
+
513
+ ### `customPlugins` (array)
514
+
515
+ An array of objects that determine custom plugins.
516
+ A 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).
517
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
518
+
519
+ The object is an array with all elements of the type `object`.
520
+
521
+ The array object has the following properties:
522
+
523
+ #### `event` (string, required)
524
+
525
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
526
+ PIE will emit the event prefixed with "PIE-".
527
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
528
+
529
+ #### `iconAlt` (string, required)
530
+
531
+ The alt for the custom button icon
532
+
533
+ #### `iconType` (string, required)
534
+
535
+ The icon type.
536
+ Currently, only "SVG" is supported.
537
+
538
+ #### `icon` (string, required)
539
+
540
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
541
+
542
+ ### `blockquote` (object)
543
+
544
+ Properties of the `blockquote` object:
545
+
546
+ #### `disabled` (boolean)
547
+
548
+ Indicates if the plugin is disabled or not
549
+
550
+ ### `h3` (object)
551
+
552
+ Properties of the `h3` object:
553
+
554
+ #### `disabled` (boolean)
555
+
556
+ Indicates if the plugin is disabled or not
557
+
558
+ ### `characters` (object)
559
+
560
+ Properties of the `characters` object:
561
+
562
+ #### `disabled` (boolean)
563
+
564
+ Indicates if the plugin is disabled or not
565
+
566
+ ### `bold` (object)
567
+
568
+ Properties of the `bold` object:
569
+
570
+ #### `disabled` (boolean)
571
+
572
+ Indicates if the plugin is disabled or not
573
+
574
+ ### `html` (object)
575
+
576
+ Properties of the `html` object:
577
+
578
+ #### `disabled` (boolean)
579
+
580
+ Indicates if the plugin is disabled or not
581
+
582
+ ### `italic` (object)
583
+
584
+ Properties of the `italic` object:
585
+
586
+ #### `disabled` (boolean)
587
+
588
+ Indicates if the plugin is disabled or not
589
+
590
+ ### `ol_list` (object)
591
+
592
+ Properties of the `ol_list` object:
593
+
594
+ #### `disabled` (boolean)
595
+
596
+ Indicates if the plugin is disabled or not
597
+
598
+ ### `redo` (object)
599
+
600
+ Properties of the `redo` object:
601
+
602
+ #### `disabled` (boolean)
603
+
604
+ Indicates if the plugin is disabled or not
605
+
606
+ ### `strikethrough` (object)
607
+
608
+ Properties of the `strikethrough` object:
609
+
610
+ #### `disabled` (boolean)
611
+
612
+ Indicates if the plugin is disabled or not
613
+
614
+ ### `sub` (object)
615
+
616
+ Properties of the `sub` object:
617
+
618
+ #### `disabled` (boolean)
619
+
620
+ Indicates if the plugin is disabled or not
621
+
622
+ ### `sup` (object)
623
+
624
+ Properties of the `sup` object:
625
+
626
+ #### `disabled` (boolean)
627
+
628
+ Indicates if the plugin is disabled or not
629
+
630
+ ### `table` (object)
631
+
632
+ Properties of the `table` object:
633
+
634
+ #### `disabled` (boolean)
635
+
636
+ Indicates if the plugin is disabled or not
637
+
638
+ ### `ul_list` (object)
639
+
640
+ Properties of the `ul_list` object:
641
+
642
+ #### `disabled` (boolean)
643
+
644
+ Indicates if the plugin is disabled or not
645
+
646
+ ### `underline` (object)
647
+
648
+ Properties of the `underline` object:
649
+
650
+ #### `disabled` (boolean)
651
+
652
+ Indicates if the plugin is disabled or not
653
+
654
+ ### `undo` (object)
655
+
656
+ Properties of the `undo` object:
657
+
658
+ #### `disabled` (boolean)
659
+
660
+ Indicates if the plugin is disabled or not
661
+
662
+ ## `required` (boolean)
663
+
664
+ Indicates if the item is required and the value cannot be empty
665
+
666
+ ## `settings` (boolean)
667
+
668
+ Indicates if the item has to be displayed in the Settings Panel
669
+
670
+ ## `label` (string)
671
+
672
+ Indicates the label for the item that has to be displayed in the Settings Panel
673
+
674
+ # `rationale` (object)
675
+
676
+ Properties of the `rationale` object:
677
+
678
+ ## `settings` (boolean)
679
+
680
+ Indicates if the item has to be displayed in the Settings Panel
681
+
682
+ ## `label` (string)
683
+
684
+ Indicates the label for the item that has to be displayed in the Settings Panel
685
+
686
+ # `template` (object)
687
+
688
+ Properties of the `template` object:
689
+
690
+ ## `inputConfiguration` (object)
691
+
692
+ Properties of the `inputConfiguration` object:
693
+
694
+ ### `math` (object)
695
+
696
+ Properties of the `math` object:
697
+
698
+ #### `disabled` (boolean)
699
+
700
+ Indicates if the plugin is disabled or not
701
+
702
+ ### `audio` (object)
703
+
704
+ Properties of the `audio` object:
705
+
706
+ #### `disabled` (boolean)
707
+
708
+ Indicates if the plugin is disabled or not
709
+
710
+ ### `video` (object)
711
+
712
+ Properties of the `video` object:
713
+
714
+ #### `disabled` (boolean)
715
+
716
+ Indicates if the plugin is disabled or not
717
+
718
+ ### `image` (object)
719
+
720
+ Properties of the `image` object:
721
+
722
+ #### `disabled` (boolean)
723
+
724
+ Indicates if the plugin is disabled or not
725
+
726
+ ### `customPlugins` (array)
727
+
728
+ An array of objects that determine custom plugins.
729
+ A 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).
730
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
731
+
732
+ The object is an array with all elements of the type `object`.
733
+
734
+ The array object has the following properties:
735
+
736
+ #### `event` (string, required)
737
+
738
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
739
+ PIE will emit the event prefixed with "PIE-".
740
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
741
+
742
+ #### `iconAlt` (string, required)
743
+
744
+ The alt for the custom button icon
745
+
746
+ #### `iconType` (string, required)
747
+
748
+ The icon type.
749
+ Currently, only "SVG" is supported.
750
+
751
+ #### `icon` (string, required)
752
+
753
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
754
+
755
+ ### `blockquote` (object)
756
+
757
+ Properties of the `blockquote` object:
758
+
759
+ #### `disabled` (boolean)
760
+
761
+ Indicates if the plugin is disabled or not
762
+
763
+ ### `h3` (object)
764
+
765
+ Properties of the `h3` object:
766
+
767
+ #### `disabled` (boolean)
768
+
769
+ Indicates if the plugin is disabled or not
770
+
771
+ ### `characters` (object)
772
+
773
+ Properties of the `characters` object:
774
+
775
+ #### `disabled` (boolean)
776
+
777
+ Indicates if the plugin is disabled or not
778
+
779
+ ### `bold` (object)
780
+
781
+ Properties of the `bold` object:
782
+
783
+ #### `disabled` (boolean)
784
+
785
+ Indicates if the plugin is disabled or not
786
+
787
+ ### `html` (object)
788
+
789
+ Properties of the `html` object:
790
+
791
+ #### `disabled` (boolean)
792
+
793
+ Indicates if the plugin is disabled or not
794
+
795
+ ### `italic` (object)
796
+
797
+ Properties of the `italic` object:
798
+
799
+ #### `disabled` (boolean)
800
+
801
+ Indicates if the plugin is disabled or not
802
+
803
+ ### `ol_list` (object)
804
+
805
+ Properties of the `ol_list` object:
806
+
807
+ #### `disabled` (boolean)
808
+
809
+ Indicates if the plugin is disabled or not
810
+
811
+ ### `redo` (object)
812
+
813
+ Properties of the `redo` object:
814
+
815
+ #### `disabled` (boolean)
816
+
817
+ Indicates if the plugin is disabled or not
818
+
819
+ ### `strikethrough` (object)
820
+
821
+ Properties of the `strikethrough` object:
822
+
823
+ #### `disabled` (boolean)
824
+
825
+ Indicates if the plugin is disabled or not
826
+
827
+ ### `sub` (object)
828
+
829
+ Properties of the `sub` object:
830
+
831
+ #### `disabled` (boolean)
832
+
833
+ Indicates if the plugin is disabled or not
834
+
835
+ ### `sup` (object)
836
+
837
+ Properties of the `sup` object:
838
+
839
+ #### `disabled` (boolean)
840
+
841
+ Indicates if the plugin is disabled or not
842
+
843
+ ### `table` (object)
844
+
845
+ Properties of the `table` object:
846
+
847
+ #### `disabled` (boolean)
848
+
849
+ Indicates if the plugin is disabled or not
850
+
851
+ ### `ul_list` (object)
852
+
853
+ Properties of the `ul_list` object:
854
+
855
+ #### `disabled` (boolean)
856
+
857
+ Indicates if the plugin is disabled or not
858
+
859
+ ### `underline` (object)
860
+
861
+ Properties of the `underline` object:
862
+
863
+ #### `disabled` (boolean)
864
+
865
+ Indicates if the plugin is disabled or not
866
+
867
+ ### `undo` (object)
868
+
869
+ Properties of the `undo` object:
870
+
871
+ #### `disabled` (boolean)
872
+
873
+ Indicates if the plugin is disabled or not
874
+
875
+ ## `settings` (boolean)
876
+
877
+ Indicates if the item has to be displayed in the Settings Panel
878
+
879
+ ## `label` (string)
880
+
881
+ Indicates the label for the item that has to be displayed in the Settings Panel
882
+
883
+ # `maxImageWidth` (object)
884
+
885
+ Properties of the `maxImageWidth` object:
886
+
887
+ ## `teacherInstructions` (number)
888
+
889
+ Indicates the max dimension for images in teacher instructions
890
+
891
+ ## `prompt` (number)
892
+
893
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
894
+
895
+ ## `rationale` (number)
896
+
897
+ Indicates the max dimension for images in rationale
898
+
899
+ # `maxImageHeight` (object)
900
+
901
+ Properties of the `maxImageHeight` object:
902
+
903
+ ## `teacherInstructions` (number)
904
+
905
+ Indicates the max dimension for images in teacher instructions
906
+
907
+ ## `prompt` (number)
908
+
909
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
910
+
911
+ ## `rationale` (number)
912
+
913
+ Indicates the max dimension for images in rationale
914
+
915
+ # `mathMlOptions` (object)
916
+
917
+ Properties of the `mathMlOptions` object:
918
+
919
+ ## `mmlOutput` (number)
920
+
921
+ Indicates if model should have mathML output instead of latex
922
+
923
+ ## `mmlEditing` (number)
924
+
925
+ Indicates if mathML that's already in model should be editable
926
+
927
+ # `language` (object)
928
+
929
+ Properties of the `language` object:
930
+
931
+ ## `enabled` (boolean)
932
+
933
+ Indicates the value of the item if it affects config-ui
934
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
935
+
936
+ ## `settings` (boolean)
937
+
938
+ Indicates if the item has to be displayed in the Settings Panel
939
+
940
+ ## `label` (string)
941
+
942
+ Indicates the label for the item that has to be displayed in the Settings Panel
943
+
944
+ # `languageChoices` (object)
945
+
946
+ Language choices configuration
947
+ Only available if language is enabled
948
+
949
+ Properties of the `languageChoices` object:
950
+
951
+ ## `label` (string, required)
952
+
953
+ ## `options` (array, required)
954
+
955
+ The object is an array with all elements of the type `object`.
956
+
957
+ The array object has the following properties:
958
+
959
+ ### `value` (string, required)
960
+
961
+ Value of the language option
962
+
963
+ ### `label` (string, required)
964
+
965
+ Label of the language option
966
+
967
+ # `maxResponseAreas` (number)
968
+
969
+ Maximum number of response areas
970
+
971
+ ---
972
+
973
+ # Sub Schemas
974
+
975
+ The schema defines the following additional types:
976
+
977
+ ## `ConfigurePropWithEnabled` (object)
978
+
979
+ Properties of the `ConfigurePropWithEnabled` object:
980
+
981
+ ### `enabled` (boolean)
982
+
983
+ Indicates the value of the item if it affects config-ui
984
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
985
+
986
+ ### `settings` (boolean)
987
+
988
+ Indicates if the item has to be displayed in the Settings Panel
989
+
990
+ ### `label` (string)
991
+
992
+ Indicates the label for the item that has to be displayed in the Settings Panel
993
+
994
+ ## `ConfigureProp` (object)
995
+
996
+ Properties of the `ConfigureProp` object:
997
+
998
+ ### `settings` (boolean)
999
+
1000
+ Indicates if the item has to be displayed in the Settings Panel
1001
+
1002
+ ### `label` (string)
1003
+
1004
+ Indicates the label for the item that has to be displayed in the Settings Panel
1005
+
1006
+ ## `EditableHtmlConfigureProp` (object)
1007
+
1008
+ Properties of the `EditableHtmlConfigureProp` object:
1009
+
1010
+ ### `math` (object)
1011
+
1012
+ Properties of the `math` object:
1013
+
1014
+ #### `disabled` (boolean)
1015
+
1016
+ Indicates if the plugin is disabled or not
1017
+
1018
+ ### `audio` (object)
1019
+
1020
+ Properties of the `audio` object:
1021
+
1022
+ #### `disabled` (boolean)
1023
+
1024
+ Indicates if the plugin is disabled or not
1025
+
1026
+ ### `video` (object)
1027
+
1028
+ Properties of the `video` object:
1029
+
1030
+ #### `disabled` (boolean)
1031
+
1032
+ Indicates if the plugin is disabled or not
1033
+
1034
+ ### `image` (object)
1035
+
1036
+ Properties of the `image` object:
1037
+
1038
+ #### `disabled` (boolean)
1039
+
1040
+ Indicates if the plugin is disabled or not
1041
+
1042
+ ### `customPlugins` (array)
1043
+
1044
+ An array of objects that determine custom plugins.
1045
+ A 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).
1046
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1047
+
1048
+ The object is an array with all elements of the type `object`.
1049
+
1050
+ The array object has the following properties:
1051
+
1052
+ #### `event` (string, required)
1053
+
1054
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1055
+ PIE will emit the event prefixed with "PIE-".
1056
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1057
+
1058
+ #### `iconAlt` (string, required)
1059
+
1060
+ The alt for the custom button icon
1061
+
1062
+ #### `iconType` (string, required)
1063
+
1064
+ The icon type.
1065
+ Currently, only "SVG" is supported.
1066
+
1067
+ #### `icon` (string, required)
1068
+
1069
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1070
+
1071
+ ### `blockquote` (object)
1072
+
1073
+ Properties of the `blockquote` object:
1074
+
1075
+ #### `disabled` (boolean)
1076
+
1077
+ Indicates if the plugin is disabled or not
1078
+
1079
+ ### `h3` (object)
1080
+
1081
+ Properties of the `h3` object:
1082
+
1083
+ #### `disabled` (boolean)
1084
+
1085
+ Indicates if the plugin is disabled or not
1086
+
1087
+ ### `characters` (object)
1088
+
1089
+ Properties of the `characters` object:
1090
+
1091
+ #### `disabled` (boolean)
1092
+
1093
+ Indicates if the plugin is disabled or not
1094
+
1095
+ ### `bold` (object)
1096
+
1097
+ Properties of the `bold` object:
1098
+
1099
+ #### `disabled` (boolean)
1100
+
1101
+ Indicates if the plugin is disabled or not
1102
+
1103
+ ### `html` (object)
1104
+
1105
+ Properties of the `html` object:
1106
+
1107
+ #### `disabled` (boolean)
1108
+
1109
+ Indicates if the plugin is disabled or not
1110
+
1111
+ ### `italic` (object)
1112
+
1113
+ Properties of the `italic` object:
1114
+
1115
+ #### `disabled` (boolean)
1116
+
1117
+ Indicates if the plugin is disabled or not
1118
+
1119
+ ### `ol_list` (object)
1120
+
1121
+ Properties of the `ol_list` object:
1122
+
1123
+ #### `disabled` (boolean)
1124
+
1125
+ Indicates if the plugin is disabled or not
1126
+
1127
+ ### `redo` (object)
1128
+
1129
+ Properties of the `redo` object:
1130
+
1131
+ #### `disabled` (boolean)
1132
+
1133
+ Indicates if the plugin is disabled or not
1134
+
1135
+ ### `strikethrough` (object)
1136
+
1137
+ Properties of the `strikethrough` object:
1138
+
1139
+ #### `disabled` (boolean)
1140
+
1141
+ Indicates if the plugin is disabled or not
1142
+
1143
+ ### `sub` (object)
1144
+
1145
+ Properties of the `sub` object:
1146
+
1147
+ #### `disabled` (boolean)
1148
+
1149
+ Indicates if the plugin is disabled or not
1150
+
1151
+ ### `sup` (object)
1152
+
1153
+ Properties of the `sup` object:
1154
+
1155
+ #### `disabled` (boolean)
1156
+
1157
+ Indicates if the plugin is disabled or not
1158
+
1159
+ ### `table` (object)
1160
+
1161
+ Properties of the `table` object:
1162
+
1163
+ #### `disabled` (boolean)
1164
+
1165
+ Indicates if the plugin is disabled or not
1166
+
1167
+ ### `ul_list` (object)
1168
+
1169
+ Properties of the `ul_list` object:
1170
+
1171
+ #### `disabled` (boolean)
1172
+
1173
+ Indicates if the plugin is disabled or not
1174
+
1175
+ ### `underline` (object)
1176
+
1177
+ Properties of the `underline` object:
1178
+
1179
+ #### `disabled` (boolean)
1180
+
1181
+ Indicates if the plugin is disabled or not
1182
+
1183
+ ### `undo` (object)
1184
+
1185
+ Properties of the `undo` object:
1186
+
1187
+ #### `disabled` (boolean)
1188
+
1189
+ Indicates if the plugin is disabled or not
1190
+
1191
+ ## `EditableHtmlButtonConfigure` (object)
1192
+
1193
+ Properties of the `EditableHtmlButtonConfigure` object:
1194
+
1195
+ ### `disabled` (boolean)
1196
+
1197
+ Indicates if the plugin is disabled or not
1198
+
1199
+ ## `CustomPlugin` (object)
1200
+
1201
+ Properties of the `CustomPlugin` object:
1202
+
1203
+ ### `event` (string, required)
1204
+
1205
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1206
+ PIE will emit the event prefixed with "PIE-".
1207
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1208
+
1209
+ ### `iconAlt` (string, required)
1210
+
1211
+ The alt for the custom button icon
1212
+
1213
+ ### `iconType` (string, required)
1214
+
1215
+ The icon type.
1216
+ Currently, only "SVG" is supported.
1217
+
1218
+ ### `icon` (string, required)
1219
+
1220
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1221
+
1222
+ ## `EditableHtmlPluginConfigureRequired` (object)
1223
+
1224
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
1225
+
1226
+ ### `inputConfiguration` (object)
1227
+
1228
+ Properties of the `inputConfiguration` object:
1229
+
1230
+ #### `math` (object)
1231
+
1232
+ Properties of the `math` object:
1233
+
1234
+ ##### `disabled` (boolean)
1235
+
1236
+ Indicates if the plugin is disabled or not
1237
+
1238
+ #### `audio` (object)
1239
+
1240
+ Properties of the `audio` object:
1241
+
1242
+ ##### `disabled` (boolean)
1243
+
1244
+ Indicates if the plugin is disabled or not
1245
+
1246
+ #### `video` (object)
1247
+
1248
+ Properties of the `video` object:
1249
+
1250
+ ##### `disabled` (boolean)
1251
+
1252
+ Indicates if the plugin is disabled or not
1253
+
1254
+ #### `image` (object)
1255
+
1256
+ Properties of the `image` object:
1257
+
1258
+ ##### `disabled` (boolean)
1259
+
1260
+ Indicates if the plugin is disabled or not
1261
+
1262
+ #### `customPlugins` (array)
1263
+
1264
+ An array of objects that determine custom plugins.
1265
+ A 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).
1266
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1267
+
1268
+ The object is an array with all elements of the type `object`.
1269
+
1270
+ The array object has the following properties:
1271
+
1272
+ ##### `event` (string, required)
1273
+
1274
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1275
+ PIE will emit the event prefixed with "PIE-".
1276
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1277
+
1278
+ ##### `iconAlt` (string, required)
1279
+
1280
+ The alt for the custom button icon
1281
+
1282
+ ##### `iconType` (string, required)
1283
+
1284
+ The icon type.
1285
+ Currently, only "SVG" is supported.
1286
+
1287
+ ##### `icon` (string, required)
1288
+
1289
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1290
+
1291
+ #### `blockquote` (object)
1292
+
1293
+ Properties of the `blockquote` object:
1294
+
1295
+ ##### `disabled` (boolean)
1296
+
1297
+ Indicates if the plugin is disabled or not
1298
+
1299
+ #### `h3` (object)
1300
+
1301
+ Properties of the `h3` object:
1302
+
1303
+ ##### `disabled` (boolean)
1304
+
1305
+ Indicates if the plugin is disabled or not
1306
+
1307
+ #### `characters` (object)
1308
+
1309
+ Properties of the `characters` object:
1310
+
1311
+ ##### `disabled` (boolean)
1312
+
1313
+ Indicates if the plugin is disabled or not
1314
+
1315
+ #### `bold` (object)
1316
+
1317
+ Properties of the `bold` object:
1318
+
1319
+ ##### `disabled` (boolean)
1320
+
1321
+ Indicates if the plugin is disabled or not
1322
+
1323
+ #### `html` (object)
1324
+
1325
+ Properties of the `html` object:
1326
+
1327
+ ##### `disabled` (boolean)
1328
+
1329
+ Indicates if the plugin is disabled or not
1330
+
1331
+ #### `italic` (object)
1332
+
1333
+ Properties of the `italic` object:
1334
+
1335
+ ##### `disabled` (boolean)
1336
+
1337
+ Indicates if the plugin is disabled or not
1338
+
1339
+ #### `ol_list` (object)
1340
+
1341
+ Properties of the `ol_list` object:
1342
+
1343
+ ##### `disabled` (boolean)
1344
+
1345
+ Indicates if the plugin is disabled or not
1346
+
1347
+ #### `redo` (object)
1348
+
1349
+ Properties of the `redo` object:
1350
+
1351
+ ##### `disabled` (boolean)
1352
+
1353
+ Indicates if the plugin is disabled or not
1354
+
1355
+ #### `strikethrough` (object)
1356
+
1357
+ Properties of the `strikethrough` object:
1358
+
1359
+ ##### `disabled` (boolean)
1360
+
1361
+ Indicates if the plugin is disabled or not
1362
+
1363
+ #### `sub` (object)
1364
+
1365
+ Properties of the `sub` object:
1366
+
1367
+ ##### `disabled` (boolean)
1368
+
1369
+ Indicates if the plugin is disabled or not
1370
+
1371
+ #### `sup` (object)
1372
+
1373
+ Properties of the `sup` object:
1374
+
1375
+ ##### `disabled` (boolean)
1376
+
1377
+ Indicates if the plugin is disabled or not
1378
+
1379
+ #### `table` (object)
1380
+
1381
+ Properties of the `table` object:
1382
+
1383
+ ##### `disabled` (boolean)
1384
+
1385
+ Indicates if the plugin is disabled or not
1386
+
1387
+ #### `ul_list` (object)
1388
+
1389
+ Properties of the `ul_list` object:
1390
+
1391
+ ##### `disabled` (boolean)
1392
+
1393
+ Indicates if the plugin is disabled or not
1394
+
1395
+ #### `underline` (object)
1396
+
1397
+ Properties of the `underline` object:
1398
+
1399
+ ##### `disabled` (boolean)
1400
+
1401
+ Indicates if the plugin is disabled or not
1402
+
1403
+ #### `undo` (object)
1404
+
1405
+ Properties of the `undo` object:
1406
+
1407
+ ##### `disabled` (boolean)
1408
+
1409
+ Indicates if the plugin is disabled or not
1410
+
1411
+ ### `required` (boolean)
1412
+
1413
+ Indicates if the item is required and the value cannot be empty
1414
+
1415
+ ### `settings` (boolean)
1416
+
1417
+ Indicates if the item has to be displayed in the Settings Panel
1418
+
1419
+ ### `label` (string)
1420
+
1421
+ Indicates the label for the item that has to be displayed in the Settings Panel
1422
+
1423
+ ## `EditableHtmlPluginConfigure` (object)
1424
+
1425
+ Properties of the `EditableHtmlPluginConfigure` object:
1426
+
1427
+ ### `inputConfiguration` (object)
1428
+
1429
+ Properties of the `inputConfiguration` object:
1430
+
1431
+ #### `math` (object)
1432
+
1433
+ Properties of the `math` object:
1434
+
1435
+ ##### `disabled` (boolean)
1436
+
1437
+ Indicates if the plugin is disabled or not
1438
+
1439
+ #### `audio` (object)
1440
+
1441
+ Properties of the `audio` object:
1442
+
1443
+ ##### `disabled` (boolean)
1444
+
1445
+ Indicates if the plugin is disabled or not
1446
+
1447
+ #### `video` (object)
1448
+
1449
+ Properties of the `video` object:
1450
+
1451
+ ##### `disabled` (boolean)
1452
+
1453
+ Indicates if the plugin is disabled or not
1454
+
1455
+ #### `image` (object)
1456
+
1457
+ Properties of the `image` object:
1458
+
1459
+ ##### `disabled` (boolean)
1460
+
1461
+ Indicates if the plugin is disabled or not
1462
+
1463
+ #### `customPlugins` (array)
1464
+
1465
+ An array of objects that determine custom plugins.
1466
+ A 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).
1467
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1468
+
1469
+ The object is an array with all elements of the type `object`.
1470
+
1471
+ The array object has the following properties:
1472
+
1473
+ ##### `event` (string, required)
1474
+
1475
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1476
+ PIE will emit the event prefixed with "PIE-".
1477
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1478
+
1479
+ ##### `iconAlt` (string, required)
1480
+
1481
+ The alt for the custom button icon
1482
+
1483
+ ##### `iconType` (string, required)
1484
+
1485
+ The icon type.
1486
+ Currently, only "SVG" is supported.
1487
+
1488
+ ##### `icon` (string, required)
1489
+
1490
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1491
+
1492
+ #### `blockquote` (object)
1493
+
1494
+ Properties of the `blockquote` object:
1495
+
1496
+ ##### `disabled` (boolean)
1497
+
1498
+ Indicates if the plugin is disabled or not
1499
+
1500
+ #### `h3` (object)
1501
+
1502
+ Properties of the `h3` object:
1503
+
1504
+ ##### `disabled` (boolean)
1505
+
1506
+ Indicates if the plugin is disabled or not
1507
+
1508
+ #### `characters` (object)
1509
+
1510
+ Properties of the `characters` object:
1511
+
1512
+ ##### `disabled` (boolean)
1513
+
1514
+ Indicates if the plugin is disabled or not
1515
+
1516
+ #### `bold` (object)
1517
+
1518
+ Properties of the `bold` object:
1519
+
1520
+ ##### `disabled` (boolean)
1521
+
1522
+ Indicates if the plugin is disabled or not
1523
+
1524
+ #### `html` (object)
1525
+
1526
+ Properties of the `html` object:
1527
+
1528
+ ##### `disabled` (boolean)
1529
+
1530
+ Indicates if the plugin is disabled or not
1531
+
1532
+ #### `italic` (object)
1533
+
1534
+ Properties of the `italic` object:
1535
+
1536
+ ##### `disabled` (boolean)
1537
+
1538
+ Indicates if the plugin is disabled or not
1539
+
1540
+ #### `ol_list` (object)
1541
+
1542
+ Properties of the `ol_list` object:
1543
+
1544
+ ##### `disabled` (boolean)
1545
+
1546
+ Indicates if the plugin is disabled or not
1547
+
1548
+ #### `redo` (object)
1549
+
1550
+ Properties of the `redo` object:
1551
+
1552
+ ##### `disabled` (boolean)
1553
+
1554
+ Indicates if the plugin is disabled or not
1555
+
1556
+ #### `strikethrough` (object)
1557
+
1558
+ Properties of the `strikethrough` object:
1559
+
1560
+ ##### `disabled` (boolean)
1561
+
1562
+ Indicates if the plugin is disabled or not
1563
+
1564
+ #### `sub` (object)
1565
+
1566
+ Properties of the `sub` object:
1567
+
1568
+ ##### `disabled` (boolean)
1569
+
1570
+ Indicates if the plugin is disabled or not
1571
+
1572
+ #### `sup` (object)
1573
+
1574
+ Properties of the `sup` object:
1575
+
1576
+ ##### `disabled` (boolean)
1577
+
1578
+ Indicates if the plugin is disabled or not
1579
+
1580
+ #### `table` (object)
1581
+
1582
+ Properties of the `table` object:
1583
+
1584
+ ##### `disabled` (boolean)
1585
+
1586
+ Indicates if the plugin is disabled or not
1587
+
1588
+ #### `ul_list` (object)
1589
+
1590
+ Properties of the `ul_list` object:
1591
+
1592
+ ##### `disabled` (boolean)
1593
+
1594
+ Indicates if the plugin is disabled or not
1595
+
1596
+ #### `underline` (object)
1597
+
1598
+ Properties of the `underline` object:
1599
+
1600
+ ##### `disabled` (boolean)
1601
+
1602
+ Indicates if the plugin is disabled or not
1603
+
1604
+ #### `undo` (object)
1605
+
1606
+ Properties of the `undo` object:
1607
+
1608
+ ##### `disabled` (boolean)
1609
+
1610
+ Indicates if the plugin is disabled or not
1611
+
1612
+ ### `settings` (boolean)
1613
+
1614
+ Indicates if the item has to be displayed in the Settings Panel
1615
+
1616
+ ### `label` (string)
1617
+
1618
+ Indicates the label for the item that has to be displayed in the Settings Panel
1619
+
1620
+ ## `ConfigureMaxImageDimensionsProp` (object)
1621
+
1622
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
1623
+
1624
+ ### `teacherInstructions` (number)
1625
+
1626
+ Indicates the max dimension for images in teacher instructions
1627
+
1628
+ ### `prompt` (number)
1629
+
1630
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
1631
+
1632
+ ### `rationale` (number)
1633
+
1634
+ Indicates the max dimension for images in rationale
1635
+
1636
+ ## `ConfigureMathMLProp` (object)
1637
+
1638
+ Properties of the `ConfigureMathMLProp` object:
1639
+
1640
+ ### `mmlOutput` (number)
1641
+
1642
+ Indicates if model should have mathML output instead of latex
1643
+
1644
+ ### `mmlEditing` (number)
1645
+
1646
+ Indicates if mathML that's already in model should be editable
1647
+
1648
+ ## `ConfigureLanguageOptionsProp` (object)
1649
+
1650
+ Properties of the `ConfigureLanguageOptionsProp` object:
1651
+
1652
+ ### `value` (string, required)
1653
+
1654
+ Value of the language option
1655
+
1656
+ ### `label` (string, required)
1657
+
1658
+ Label of the language option