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