@pie-element/passage 7.1.2-next.1 → 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 (89) hide show
  1. package/CHANGELOG.json +227 -0
  2. package/CHANGELOG.md +1463 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +3 -0
  5. package/configure/CHANGELOG.md +682 -0
  6. package/configure/lib/common.js +74 -0
  7. package/configure/lib/common.js.map +1 -0
  8. package/configure/lib/defaults.js +174 -0
  9. package/configure/lib/defaults.js.map +1 -0
  10. package/configure/lib/design.js +185 -0
  11. package/configure/lib/design.js.map +1 -0
  12. package/configure/lib/index.js +86 -0
  13. package/configure/lib/index.js.map +1 -0
  14. package/configure/lib/passage.js +194 -0
  15. package/configure/lib/passage.js.map +1 -0
  16. package/configure/package.json +23 -0
  17. package/controller/CHANGELOG.json +1 -0
  18. package/controller/CHANGELOG.md +113 -0
  19. package/controller/lib/defaults.js +23 -0
  20. package/controller/lib/defaults.js.map +1 -0
  21. package/controller/lib/index.js +80 -0
  22. package/controller/lib/index.js.map +1 -0
  23. package/controller/package.json +13 -0
  24. package/docs/config-schema.json +1325 -0
  25. package/docs/config-schema.json.md +974 -0
  26. package/docs/demo/config.js +8 -0
  27. package/docs/demo/generate.js +32 -0
  28. package/docs/demo/index.html +1 -0
  29. package/docs/pie-schema.json +775 -0
  30. package/docs/pie-schema.json.md +561 -0
  31. package/lib/index.js +143 -0
  32. package/lib/index.js.map +1 -0
  33. package/lib/print.js +78 -0
  34. package/lib/print.js.map +1 -0
  35. package/lib/stimulus-tabs.js +323 -0
  36. package/lib/stimulus-tabs.js.map +1 -0
  37. package/module/configure.js +1 -0
  38. package/module/controller.js +920 -0
  39. package/module/demo.js +57 -0
  40. package/module/element.js +1 -0
  41. package/module/index.html +21 -0
  42. package/module/manifest.json +10 -0
  43. package/module/print-demo.js +95 -0
  44. package/module/print.html +18 -0
  45. package/module/print.js +1 -0
  46. package/package.json +19 -87
  47. package/configure.js +0 -2
  48. package/controller.js +0 -1
  49. package/dist/author/common.d.ts +0 -36
  50. package/dist/author/common.js +0 -56
  51. package/dist/author/defaults.d.ts +0 -175
  52. package/dist/author/defaults.js +0 -113
  53. package/dist/author/design.d.ts +0 -28
  54. package/dist/author/design.js +0 -120
  55. package/dist/author/index.d.ts +0 -36
  56. package/dist/author/index.js +0 -66
  57. package/dist/author/passage.d.ts +0 -27
  58. package/dist/author/passage.js +0 -127
  59. package/dist/browser/author/index.js +0 -38785
  60. package/dist/browser/author/index.js.map +0 -1
  61. package/dist/browser/controller/index.js +0 -64
  62. package/dist/browser/controller/index.js.map +0 -1
  63. package/dist/browser/delivery/index.js +0 -117
  64. package/dist/browser/delivery/index.js.map +0 -1
  65. package/dist/browser/dist-BC24ne2o.js +0 -88
  66. package/dist/browser/dist-BC24ne2o.js.map +0 -1
  67. package/dist/browser/dist-C_PfhNd9.js +0 -9611
  68. package/dist/browser/dist-C_PfhNd9.js.map +0 -1
  69. package/dist/browser/passage.css +0 -2
  70. package/dist/browser/print/index.js +0 -48
  71. package/dist/browser/print/index.js.map +0 -1
  72. package/dist/browser/stimulus-tabs-CMox8txJ.js +0 -218
  73. package/dist/browser/stimulus-tabs-CMox8txJ.js.map +0 -1
  74. package/dist/controller/defaults.d.ts +0 -23
  75. package/dist/controller/defaults.js +0 -17
  76. package/dist/controller/index.d.ts +0 -18
  77. package/dist/controller/index.js +0 -50
  78. package/dist/delivery/index.d.ts +0 -22
  79. package/dist/delivery/index.js +0 -83
  80. package/dist/delivery/stimulus-tabs.d.ts +0 -21
  81. package/dist/delivery/stimulus-tabs.js +0 -220
  82. package/dist/index.d.ts +0 -1
  83. package/dist/index.iife.d.ts +0 -8
  84. package/dist/index.iife.js +0 -145
  85. package/dist/index.js +0 -2
  86. package/dist/print/index.d.ts +0 -15
  87. package/dist/print/index.js +0 -47
  88. package/dist/runtime-support.d.ts +0 -12
  89. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,974 @@
1
+ Config Object for @pie-elements/passage-configure
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `settingsPanelDisabled` (boolean)
6
+
7
+ Indicates if the settings panel is not available
8
+
9
+ # `teacherInstructions` (object)
10
+
11
+ Properties of the `teacherInstructions` object:
12
+
13
+ ## `inputConfiguration` (object)
14
+
15
+ Properties of the `inputConfiguration` object:
16
+
17
+ ### `math` (object)
18
+
19
+ Properties of the `math` object:
20
+
21
+ #### `disabled` (boolean)
22
+
23
+ Indicates if the plugin is disabled or not
24
+
25
+ ### `audio` (object)
26
+
27
+ Properties of the `audio` object:
28
+
29
+ #### `disabled` (boolean)
30
+
31
+ Indicates if the plugin is disabled or not
32
+
33
+ ### `video` (object)
34
+
35
+ Properties of the `video` object:
36
+
37
+ #### `disabled` (boolean)
38
+
39
+ Indicates if the plugin is disabled or not
40
+
41
+ ### `image` (object)
42
+
43
+ Properties of the `image` object:
44
+
45
+ #### `disabled` (boolean)
46
+
47
+ Indicates if the plugin is disabled or not
48
+
49
+ ### `customPlugins` (array)
50
+
51
+ An array of objects that determine custom plugins.
52
+ 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).
53
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
54
+
55
+ The object is an array with all elements of the type `object`.
56
+
57
+ The array object has the following properties:
58
+
59
+ #### `event` (string, required)
60
+
61
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
62
+ PIE will emit the event prefixed with "PIE-".
63
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
64
+
65
+ #### `iconAlt` (string, required)
66
+
67
+ The alt for the custom button icon
68
+
69
+ #### `iconType` (string, required)
70
+
71
+ The icon type.
72
+ Currently, only "SVG" is supported.
73
+
74
+ #### `icon` (string, required)
75
+
76
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
77
+
78
+ ### `blockquote` (object)
79
+
80
+ Properties of the `blockquote` object:
81
+
82
+ #### `disabled` (boolean)
83
+
84
+ Indicates if the plugin is disabled or not
85
+
86
+ ### `h3` (object)
87
+
88
+ Properties of the `h3` object:
89
+
90
+ #### `disabled` (boolean)
91
+
92
+ Indicates if the plugin is disabled or not
93
+
94
+ ### `characters` (object)
95
+
96
+ Properties of the `characters` object:
97
+
98
+ #### `disabled` (boolean)
99
+
100
+ Indicates if the plugin is disabled or not
101
+
102
+ ### `bold` (object)
103
+
104
+ Properties of the `bold` object:
105
+
106
+ #### `disabled` (boolean)
107
+
108
+ Indicates if the plugin is disabled or not
109
+
110
+ ### `html` (object)
111
+
112
+ Properties of the `html` object:
113
+
114
+ #### `disabled` (boolean)
115
+
116
+ Indicates if the plugin is disabled or not
117
+
118
+ ### `italic` (object)
119
+
120
+ Properties of the `italic` object:
121
+
122
+ #### `disabled` (boolean)
123
+
124
+ Indicates if the plugin is disabled or not
125
+
126
+ ### `ol_list` (object)
127
+
128
+ Properties of the `ol_list` object:
129
+
130
+ #### `disabled` (boolean)
131
+
132
+ Indicates if the plugin is disabled or not
133
+
134
+ ### `redo` (object)
135
+
136
+ Properties of the `redo` object:
137
+
138
+ #### `disabled` (boolean)
139
+
140
+ Indicates if the plugin is disabled or not
141
+
142
+ ### `strikethrough` (object)
143
+
144
+ Properties of the `strikethrough` object:
145
+
146
+ #### `disabled` (boolean)
147
+
148
+ Indicates if the plugin is disabled or not
149
+
150
+ ### `sub` (object)
151
+
152
+ Properties of the `sub` object:
153
+
154
+ #### `disabled` (boolean)
155
+
156
+ Indicates if the plugin is disabled or not
157
+
158
+ ### `sup` (object)
159
+
160
+ Properties of the `sup` object:
161
+
162
+ #### `disabled` (boolean)
163
+
164
+ Indicates if the plugin is disabled or not
165
+
166
+ ### `table` (object)
167
+
168
+ Properties of the `table` object:
169
+
170
+ #### `disabled` (boolean)
171
+
172
+ Indicates if the plugin is disabled or not
173
+
174
+ ### `ul_list` (object)
175
+
176
+ Properties of the `ul_list` object:
177
+
178
+ #### `disabled` (boolean)
179
+
180
+ Indicates if the plugin is disabled or not
181
+
182
+ ### `underline` (object)
183
+
184
+ Properties of the `underline` object:
185
+
186
+ #### `disabled` (boolean)
187
+
188
+ Indicates if the plugin is disabled or not
189
+
190
+ ### `undo` (object)
191
+
192
+ Properties of the `undo` object:
193
+
194
+ #### `disabled` (boolean)
195
+
196
+ Indicates if the plugin is disabled or not
197
+
198
+ ## `required` (boolean)
199
+
200
+ Indicates if the item is required and the value cannot be empty
201
+
202
+ ## `settings` (boolean)
203
+
204
+ Indicates if the item has to be displayed in the Settings Panel
205
+
206
+ ## `label` (string)
207
+
208
+ Indicates the label for the item that has to be displayed in the Settings Panel
209
+
210
+ # `maxImageWidth` (object)
211
+
212
+ Properties of the `maxImageWidth` object:
213
+
214
+ ## `teacherInstructions` (number)
215
+
216
+ Indicates the max dimension for images in teacher instructions
217
+
218
+ ## `prompt` (number)
219
+
220
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
221
+
222
+ ## `rationale` (number)
223
+
224
+ Indicates the max dimension for images in rationale
225
+
226
+ # `maxImageHeight` (object)
227
+
228
+ Properties of the `maxImageHeight` object:
229
+
230
+ ## `teacherInstructions` (number)
231
+
232
+ Indicates the max dimension for images in teacher instructions
233
+
234
+ ## `prompt` (number)
235
+
236
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
237
+
238
+ ## `rationale` (number)
239
+
240
+ Indicates the max dimension for images in rationale
241
+
242
+ # `mathMlOptions` (object)
243
+
244
+ Properties of the `mathMlOptions` object:
245
+
246
+ ## `mmlOutput` (number)
247
+
248
+ Indicates if model should have mathML output instead of latex
249
+
250
+ ## `mmlEditing` (number)
251
+
252
+ Indicates if mathML that's already in model should be editable
253
+
254
+ # `baseInputConfiguration` (object)
255
+
256
+ Properties of the `baseInputConfiguration` object:
257
+
258
+ ## `math` (object)
259
+
260
+ Properties of the `math` object:
261
+
262
+ ### `disabled` (boolean)
263
+
264
+ Indicates if the plugin is disabled or not
265
+
266
+ ## `audio` (object)
267
+
268
+ Properties of the `audio` object:
269
+
270
+ ### `disabled` (boolean)
271
+
272
+ Indicates if the plugin is disabled or not
273
+
274
+ ## `video` (object)
275
+
276
+ Properties of the `video` object:
277
+
278
+ ### `disabled` (boolean)
279
+
280
+ Indicates if the plugin is disabled or not
281
+
282
+ ## `image` (object)
283
+
284
+ Properties of the `image` object:
285
+
286
+ ### `disabled` (boolean)
287
+
288
+ Indicates if the plugin is disabled or not
289
+
290
+ ## `customPlugins` (array)
291
+
292
+ An array of objects that determine custom plugins.
293
+ 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).
294
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
295
+
296
+ The object is an array with all elements of the type `object`.
297
+
298
+ The array object has the following properties:
299
+
300
+ ### `event` (string, required)
301
+
302
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
303
+ PIE will emit the event prefixed with "PIE-".
304
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
305
+
306
+ ### `iconAlt` (string, required)
307
+
308
+ The alt for the custom button icon
309
+
310
+ ### `iconType` (string, required)
311
+
312
+ The icon type.
313
+ Currently, only "SVG" is supported.
314
+
315
+ ### `icon` (string, required)
316
+
317
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
318
+
319
+ ## `blockquote` (object)
320
+
321
+ Properties of the `blockquote` object:
322
+
323
+ ### `disabled` (boolean)
324
+
325
+ Indicates if the plugin is disabled or not
326
+
327
+ ## `h3` (object)
328
+
329
+ Properties of the `h3` object:
330
+
331
+ ### `disabled` (boolean)
332
+
333
+ Indicates if the plugin is disabled or not
334
+
335
+ ## `characters` (object)
336
+
337
+ Properties of the `characters` object:
338
+
339
+ ### `disabled` (boolean)
340
+
341
+ Indicates if the plugin is disabled or not
342
+
343
+ ## `bold` (object)
344
+
345
+ Properties of the `bold` object:
346
+
347
+ ### `disabled` (boolean)
348
+
349
+ Indicates if the plugin is disabled or not
350
+
351
+ ## `html` (object)
352
+
353
+ Properties of the `html` object:
354
+
355
+ ### `disabled` (boolean)
356
+
357
+ Indicates if the plugin is disabled or not
358
+
359
+ ## `italic` (object)
360
+
361
+ Properties of the `italic` object:
362
+
363
+ ### `disabled` (boolean)
364
+
365
+ Indicates if the plugin is disabled or not
366
+
367
+ ## `ol_list` (object)
368
+
369
+ Properties of the `ol_list` object:
370
+
371
+ ### `disabled` (boolean)
372
+
373
+ Indicates if the plugin is disabled or not
374
+
375
+ ## `redo` (object)
376
+
377
+ Properties of the `redo` object:
378
+
379
+ ### `disabled` (boolean)
380
+
381
+ Indicates if the plugin is disabled or not
382
+
383
+ ## `strikethrough` (object)
384
+
385
+ Properties of the `strikethrough` object:
386
+
387
+ ### `disabled` (boolean)
388
+
389
+ Indicates if the plugin is disabled or not
390
+
391
+ ## `sub` (object)
392
+
393
+ Properties of the `sub` object:
394
+
395
+ ### `disabled` (boolean)
396
+
397
+ Indicates if the plugin is disabled or not
398
+
399
+ ## `sup` (object)
400
+
401
+ Properties of the `sup` object:
402
+
403
+ ### `disabled` (boolean)
404
+
405
+ Indicates if the plugin is disabled or not
406
+
407
+ ## `table` (object)
408
+
409
+ Properties of the `table` object:
410
+
411
+ ### `disabled` (boolean)
412
+
413
+ Indicates if the plugin is disabled or not
414
+
415
+ ## `ul_list` (object)
416
+
417
+ Properties of the `ul_list` object:
418
+
419
+ ### `disabled` (boolean)
420
+
421
+ Indicates if the plugin is disabled or not
422
+
423
+ ## `underline` (object)
424
+
425
+ Properties of the `underline` object:
426
+
427
+ ### `disabled` (boolean)
428
+
429
+ Indicates if the plugin is disabled or not
430
+
431
+ ## `undo` (object)
432
+
433
+ Properties of the `undo` object:
434
+
435
+ ### `disabled` (boolean)
436
+
437
+ Indicates if the plugin is disabled or not
438
+
439
+ # `language` (object)
440
+
441
+ Properties of the `language` object:
442
+
443
+ ## `enabled` (boolean)
444
+
445
+ Indicates the value of the item if it affects config-ui
446
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
447
+
448
+ ## `settings` (boolean)
449
+
450
+ Indicates if the item has to be displayed in the Settings Panel
451
+
452
+ ## `label` (string)
453
+
454
+ Indicates the label for the item that has to be displayed in the Settings Panel
455
+
456
+ # `languageChoices` (object)
457
+
458
+ Language choices configuration
459
+ Only available if language is enabled
460
+
461
+ Properties of the `languageChoices` object:
462
+
463
+ ## `label` (string, required)
464
+
465
+ ## `options` (array, required)
466
+
467
+ The object is an array with all elements of the type `object`.
468
+
469
+ The array object has the following properties:
470
+
471
+ ### `value` (string, required)
472
+
473
+ Value of the language option
474
+
475
+ ### `label` (string, required)
476
+
477
+ Label of the language option
478
+
479
+ # `additionalPassage` (object)
480
+
481
+ Properties of the `additionalPassage` object:
482
+
483
+ ## `enabled` (boolean)
484
+
485
+ Indicates the value of the item if it affects config-ui
486
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
487
+
488
+ ## `settings` (boolean)
489
+
490
+ Indicates if the item has to be displayed in the Settings Panel
491
+
492
+ ## `label` (string)
493
+
494
+ Indicates the label for the item that has to be displayed in the Settings Panel
495
+
496
+ ---
497
+
498
+ # Sub Schemas
499
+
500
+ The schema defines the following additional types:
501
+
502
+ ## `EditableHtmlPluginConfigureRequired` (object)
503
+
504
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
505
+
506
+ ### `inputConfiguration` (object)
507
+
508
+ Properties of the `inputConfiguration` object:
509
+
510
+ #### `math` (object)
511
+
512
+ Properties of the `math` object:
513
+
514
+ ##### `disabled` (boolean)
515
+
516
+ Indicates if the plugin is disabled or not
517
+
518
+ #### `audio` (object)
519
+
520
+ Properties of the `audio` object:
521
+
522
+ ##### `disabled` (boolean)
523
+
524
+ Indicates if the plugin is disabled or not
525
+
526
+ #### `video` (object)
527
+
528
+ Properties of the `video` object:
529
+
530
+ ##### `disabled` (boolean)
531
+
532
+ Indicates if the plugin is disabled or not
533
+
534
+ #### `image` (object)
535
+
536
+ Properties of the `image` object:
537
+
538
+ ##### `disabled` (boolean)
539
+
540
+ Indicates if the plugin is disabled or not
541
+
542
+ #### `customPlugins` (array)
543
+
544
+ An array of objects that determine custom plugins.
545
+ 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).
546
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
547
+
548
+ The object is an array with all elements of the type `object`.
549
+
550
+ The array object has the following properties:
551
+
552
+ ##### `event` (string, required)
553
+
554
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
555
+ PIE will emit the event prefixed with "PIE-".
556
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
557
+
558
+ ##### `iconAlt` (string, required)
559
+
560
+ The alt for the custom button icon
561
+
562
+ ##### `iconType` (string, required)
563
+
564
+ The icon type.
565
+ Currently, only "SVG" is supported.
566
+
567
+ ##### `icon` (string, required)
568
+
569
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
570
+
571
+ #### `blockquote` (object)
572
+
573
+ Properties of the `blockquote` object:
574
+
575
+ ##### `disabled` (boolean)
576
+
577
+ Indicates if the plugin is disabled or not
578
+
579
+ #### `h3` (object)
580
+
581
+ Properties of the `h3` object:
582
+
583
+ ##### `disabled` (boolean)
584
+
585
+ Indicates if the plugin is disabled or not
586
+
587
+ #### `characters` (object)
588
+
589
+ Properties of the `characters` object:
590
+
591
+ ##### `disabled` (boolean)
592
+
593
+ Indicates if the plugin is disabled or not
594
+
595
+ #### `bold` (object)
596
+
597
+ Properties of the `bold` object:
598
+
599
+ ##### `disabled` (boolean)
600
+
601
+ Indicates if the plugin is disabled or not
602
+
603
+ #### `html` (object)
604
+
605
+ Properties of the `html` object:
606
+
607
+ ##### `disabled` (boolean)
608
+
609
+ Indicates if the plugin is disabled or not
610
+
611
+ #### `italic` (object)
612
+
613
+ Properties of the `italic` object:
614
+
615
+ ##### `disabled` (boolean)
616
+
617
+ Indicates if the plugin is disabled or not
618
+
619
+ #### `ol_list` (object)
620
+
621
+ Properties of the `ol_list` object:
622
+
623
+ ##### `disabled` (boolean)
624
+
625
+ Indicates if the plugin is disabled or not
626
+
627
+ #### `redo` (object)
628
+
629
+ Properties of the `redo` object:
630
+
631
+ ##### `disabled` (boolean)
632
+
633
+ Indicates if the plugin is disabled or not
634
+
635
+ #### `strikethrough` (object)
636
+
637
+ Properties of the `strikethrough` object:
638
+
639
+ ##### `disabled` (boolean)
640
+
641
+ Indicates if the plugin is disabled or not
642
+
643
+ #### `sub` (object)
644
+
645
+ Properties of the `sub` object:
646
+
647
+ ##### `disabled` (boolean)
648
+
649
+ Indicates if the plugin is disabled or not
650
+
651
+ #### `sup` (object)
652
+
653
+ Properties of the `sup` object:
654
+
655
+ ##### `disabled` (boolean)
656
+
657
+ Indicates if the plugin is disabled or not
658
+
659
+ #### `table` (object)
660
+
661
+ Properties of the `table` object:
662
+
663
+ ##### `disabled` (boolean)
664
+
665
+ Indicates if the plugin is disabled or not
666
+
667
+ #### `ul_list` (object)
668
+
669
+ Properties of the `ul_list` object:
670
+
671
+ ##### `disabled` (boolean)
672
+
673
+ Indicates if the plugin is disabled or not
674
+
675
+ #### `underline` (object)
676
+
677
+ Properties of the `underline` object:
678
+
679
+ ##### `disabled` (boolean)
680
+
681
+ Indicates if the plugin is disabled or not
682
+
683
+ #### `undo` (object)
684
+
685
+ Properties of the `undo` object:
686
+
687
+ ##### `disabled` (boolean)
688
+
689
+ Indicates if the plugin is disabled or not
690
+
691
+ ### `required` (boolean)
692
+
693
+ Indicates if the item is required and the value cannot be empty
694
+
695
+ ### `settings` (boolean)
696
+
697
+ Indicates if the item has to be displayed in the Settings Panel
698
+
699
+ ### `label` (string)
700
+
701
+ Indicates the label for the item that has to be displayed in the Settings Panel
702
+
703
+ ## `EditableHtmlConfigureProp` (object)
704
+
705
+ Properties of the `EditableHtmlConfigureProp` object:
706
+
707
+ ### `math` (object)
708
+
709
+ Properties of the `math` object:
710
+
711
+ #### `disabled` (boolean)
712
+
713
+ Indicates if the plugin is disabled or not
714
+
715
+ ### `audio` (object)
716
+
717
+ Properties of the `audio` object:
718
+
719
+ #### `disabled` (boolean)
720
+
721
+ Indicates if the plugin is disabled or not
722
+
723
+ ### `video` (object)
724
+
725
+ Properties of the `video` object:
726
+
727
+ #### `disabled` (boolean)
728
+
729
+ Indicates if the plugin is disabled or not
730
+
731
+ ### `image` (object)
732
+
733
+ Properties of the `image` object:
734
+
735
+ #### `disabled` (boolean)
736
+
737
+ Indicates if the plugin is disabled or not
738
+
739
+ ### `customPlugins` (array)
740
+
741
+ An array of objects that determine custom plugins.
742
+ 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).
743
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
744
+
745
+ The object is an array with all elements of the type `object`.
746
+
747
+ The array object has the following properties:
748
+
749
+ #### `event` (string, required)
750
+
751
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
752
+ PIE will emit the event prefixed with "PIE-".
753
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
754
+
755
+ #### `iconAlt` (string, required)
756
+
757
+ The alt for the custom button icon
758
+
759
+ #### `iconType` (string, required)
760
+
761
+ The icon type.
762
+ Currently, only "SVG" is supported.
763
+
764
+ #### `icon` (string, required)
765
+
766
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
767
+
768
+ ### `blockquote` (object)
769
+
770
+ Properties of the `blockquote` object:
771
+
772
+ #### `disabled` (boolean)
773
+
774
+ Indicates if the plugin is disabled or not
775
+
776
+ ### `h3` (object)
777
+
778
+ Properties of the `h3` object:
779
+
780
+ #### `disabled` (boolean)
781
+
782
+ Indicates if the plugin is disabled or not
783
+
784
+ ### `characters` (object)
785
+
786
+ Properties of the `characters` object:
787
+
788
+ #### `disabled` (boolean)
789
+
790
+ Indicates if the plugin is disabled or not
791
+
792
+ ### `bold` (object)
793
+
794
+ Properties of the `bold` object:
795
+
796
+ #### `disabled` (boolean)
797
+
798
+ Indicates if the plugin is disabled or not
799
+
800
+ ### `html` (object)
801
+
802
+ Properties of the `html` object:
803
+
804
+ #### `disabled` (boolean)
805
+
806
+ Indicates if the plugin is disabled or not
807
+
808
+ ### `italic` (object)
809
+
810
+ Properties of the `italic` object:
811
+
812
+ #### `disabled` (boolean)
813
+
814
+ Indicates if the plugin is disabled or not
815
+
816
+ ### `ol_list` (object)
817
+
818
+ Properties of the `ol_list` object:
819
+
820
+ #### `disabled` (boolean)
821
+
822
+ Indicates if the plugin is disabled or not
823
+
824
+ ### `redo` (object)
825
+
826
+ Properties of the `redo` object:
827
+
828
+ #### `disabled` (boolean)
829
+
830
+ Indicates if the plugin is disabled or not
831
+
832
+ ### `strikethrough` (object)
833
+
834
+ Properties of the `strikethrough` object:
835
+
836
+ #### `disabled` (boolean)
837
+
838
+ Indicates if the plugin is disabled or not
839
+
840
+ ### `sub` (object)
841
+
842
+ Properties of the `sub` object:
843
+
844
+ #### `disabled` (boolean)
845
+
846
+ Indicates if the plugin is disabled or not
847
+
848
+ ### `sup` (object)
849
+
850
+ Properties of the `sup` object:
851
+
852
+ #### `disabled` (boolean)
853
+
854
+ Indicates if the plugin is disabled or not
855
+
856
+ ### `table` (object)
857
+
858
+ Properties of the `table` object:
859
+
860
+ #### `disabled` (boolean)
861
+
862
+ Indicates if the plugin is disabled or not
863
+
864
+ ### `ul_list` (object)
865
+
866
+ Properties of the `ul_list` object:
867
+
868
+ #### `disabled` (boolean)
869
+
870
+ Indicates if the plugin is disabled or not
871
+
872
+ ### `underline` (object)
873
+
874
+ Properties of the `underline` object:
875
+
876
+ #### `disabled` (boolean)
877
+
878
+ Indicates if the plugin is disabled or not
879
+
880
+ ### `undo` (object)
881
+
882
+ Properties of the `undo` object:
883
+
884
+ #### `disabled` (boolean)
885
+
886
+ Indicates if the plugin is disabled or not
887
+
888
+ ## `EditableHtmlButtonConfigure` (object)
889
+
890
+ Properties of the `EditableHtmlButtonConfigure` object:
891
+
892
+ ### `disabled` (boolean)
893
+
894
+ Indicates if the plugin is disabled or not
895
+
896
+ ## `CustomPlugin` (object)
897
+
898
+ Properties of the `CustomPlugin` object:
899
+
900
+ ### `event` (string, required)
901
+
902
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
903
+ PIE will emit the event prefixed with "PIE-".
904
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
905
+
906
+ ### `iconAlt` (string, required)
907
+
908
+ The alt for the custom button icon
909
+
910
+ ### `iconType` (string, required)
911
+
912
+ The icon type.
913
+ Currently, only "SVG" is supported.
914
+
915
+ ### `icon` (string, required)
916
+
917
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
918
+
919
+ ## `ConfigureMaxImageDimensionsProp` (object)
920
+
921
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
922
+
923
+ ### `teacherInstructions` (number)
924
+
925
+ Indicates the max dimension for images in teacher instructions
926
+
927
+ ### `prompt` (number)
928
+
929
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
930
+
931
+ ### `rationale` (number)
932
+
933
+ Indicates the max dimension for images in rationale
934
+
935
+ ## `ConfigureMathMLProp` (object)
936
+
937
+ Properties of the `ConfigureMathMLProp` object:
938
+
939
+ ### `mmlOutput` (number)
940
+
941
+ Indicates if model should have mathML output instead of latex
942
+
943
+ ### `mmlEditing` (number)
944
+
945
+ Indicates if mathML that's already in model should be editable
946
+
947
+ ## `ConfigurePropWithEnabled` (object)
948
+
949
+ Properties of the `ConfigurePropWithEnabled` object:
950
+
951
+ ### `enabled` (boolean)
952
+
953
+ Indicates the value of the item if it affects config-ui
954
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
955
+
956
+ ### `settings` (boolean)
957
+
958
+ Indicates if the item has to be displayed in the Settings Panel
959
+
960
+ ### `label` (string)
961
+
962
+ Indicates the label for the item that has to be displayed in the Settings Panel
963
+
964
+ ## `ConfigureLanguageOptionsProp` (object)
965
+
966
+ Properties of the `ConfigureLanguageOptionsProp` object:
967
+
968
+ ### `value` (string, required)
969
+
970
+ Value of the language option
971
+
972
+ ### `label` (string, required)
973
+
974
+ Label of the language option