@pie-element/ebsr 9.7.1-next.2 → 9.7.1-next.33
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.
- package/configure/lib/defaults.js +71 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/package.json +1 -1
- package/configure/src/defaults.js +32 -0
- package/controller/package.json +1 -1
- package/docs/config-schema.json +934 -9
- package/docs/config-schema.json.md +668 -0
- package/docs/pie-schema.json +396 -3
- package/docs/pie-schema.json.md +284 -0
- package/module/configure.js +72 -4
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +3 -3
|
@@ -82,6 +82,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
82
82
|
|
|
83
83
|
Properties of the `prompt` object:
|
|
84
84
|
|
|
85
|
+
### `inputConfiguration` (object)
|
|
86
|
+
|
|
87
|
+
Properties of the `inputConfiguration` object:
|
|
88
|
+
|
|
89
|
+
#### `html` (object)
|
|
90
|
+
|
|
91
|
+
Properties of the `html` object:
|
|
92
|
+
|
|
93
|
+
##### `disabled` (boolean)
|
|
94
|
+
|
|
95
|
+
Indicates if the plugin is disabled or not
|
|
96
|
+
|
|
97
|
+
#### `audio` (object)
|
|
98
|
+
|
|
99
|
+
Properties of the `audio` object:
|
|
100
|
+
|
|
101
|
+
##### `disabled` (boolean)
|
|
102
|
+
|
|
103
|
+
Indicates if the plugin is disabled or not
|
|
104
|
+
|
|
105
|
+
#### `video` (object)
|
|
106
|
+
|
|
107
|
+
Properties of the `video` object:
|
|
108
|
+
|
|
109
|
+
##### `disabled` (boolean)
|
|
110
|
+
|
|
111
|
+
Indicates if the plugin is disabled or not
|
|
112
|
+
|
|
113
|
+
#### `image` (object)
|
|
114
|
+
|
|
115
|
+
Properties of the `image` object:
|
|
116
|
+
|
|
117
|
+
##### `disabled` (boolean)
|
|
118
|
+
|
|
119
|
+
Indicates if the plugin is disabled or not
|
|
120
|
+
|
|
85
121
|
### `settings` (boolean)
|
|
86
122
|
|
|
87
123
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -110,6 +146,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
110
146
|
|
|
111
147
|
Properties of the `rationale` object:
|
|
112
148
|
|
|
149
|
+
### `inputConfiguration` (object)
|
|
150
|
+
|
|
151
|
+
Properties of the `inputConfiguration` object:
|
|
152
|
+
|
|
153
|
+
#### `html` (object)
|
|
154
|
+
|
|
155
|
+
Properties of the `html` object:
|
|
156
|
+
|
|
157
|
+
##### `disabled` (boolean)
|
|
158
|
+
|
|
159
|
+
Indicates if the plugin is disabled or not
|
|
160
|
+
|
|
161
|
+
#### `audio` (object)
|
|
162
|
+
|
|
163
|
+
Properties of the `audio` object:
|
|
164
|
+
|
|
165
|
+
##### `disabled` (boolean)
|
|
166
|
+
|
|
167
|
+
Indicates if the plugin is disabled or not
|
|
168
|
+
|
|
169
|
+
#### `video` (object)
|
|
170
|
+
|
|
171
|
+
Properties of the `video` object:
|
|
172
|
+
|
|
173
|
+
##### `disabled` (boolean)
|
|
174
|
+
|
|
175
|
+
Indicates if the plugin is disabled or not
|
|
176
|
+
|
|
177
|
+
#### `image` (object)
|
|
178
|
+
|
|
179
|
+
Properties of the `image` object:
|
|
180
|
+
|
|
181
|
+
##### `disabled` (boolean)
|
|
182
|
+
|
|
183
|
+
Indicates if the plugin is disabled or not
|
|
184
|
+
|
|
113
185
|
### `settings` (boolean)
|
|
114
186
|
|
|
115
187
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -134,6 +206,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
134
206
|
|
|
135
207
|
Properties of the `teacherInstructions` object:
|
|
136
208
|
|
|
209
|
+
### `inputConfiguration` (object)
|
|
210
|
+
|
|
211
|
+
Properties of the `inputConfiguration` object:
|
|
212
|
+
|
|
213
|
+
#### `html` (object)
|
|
214
|
+
|
|
215
|
+
Properties of the `html` object:
|
|
216
|
+
|
|
217
|
+
##### `disabled` (boolean)
|
|
218
|
+
|
|
219
|
+
Indicates if the plugin is disabled or not
|
|
220
|
+
|
|
221
|
+
#### `audio` (object)
|
|
222
|
+
|
|
223
|
+
Properties of the `audio` object:
|
|
224
|
+
|
|
225
|
+
##### `disabled` (boolean)
|
|
226
|
+
|
|
227
|
+
Indicates if the plugin is disabled or not
|
|
228
|
+
|
|
229
|
+
#### `video` (object)
|
|
230
|
+
|
|
231
|
+
Properties of the `video` object:
|
|
232
|
+
|
|
233
|
+
##### `disabled` (boolean)
|
|
234
|
+
|
|
235
|
+
Indicates if the plugin is disabled or not
|
|
236
|
+
|
|
237
|
+
#### `image` (object)
|
|
238
|
+
|
|
239
|
+
Properties of the `image` object:
|
|
240
|
+
|
|
241
|
+
##### `disabled` (boolean)
|
|
242
|
+
|
|
243
|
+
Indicates if the plugin is disabled or not
|
|
244
|
+
|
|
137
245
|
### `settings` (boolean)
|
|
138
246
|
|
|
139
247
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -226,6 +334,90 @@ Indicates if model should have mathML output instead of latex
|
|
|
226
334
|
|
|
227
335
|
Indicates if mathML that's already in model should be editable
|
|
228
336
|
|
|
337
|
+
## `baseInputConfiguration` (object)
|
|
338
|
+
|
|
339
|
+
Properties of the `baseInputConfiguration` object:
|
|
340
|
+
|
|
341
|
+
### `html` (object)
|
|
342
|
+
|
|
343
|
+
Properties of the `html` object:
|
|
344
|
+
|
|
345
|
+
#### `disabled` (boolean)
|
|
346
|
+
|
|
347
|
+
Indicates if the plugin is disabled or not
|
|
348
|
+
|
|
349
|
+
### `audio` (object)
|
|
350
|
+
|
|
351
|
+
Properties of the `audio` object:
|
|
352
|
+
|
|
353
|
+
#### `disabled` (boolean)
|
|
354
|
+
|
|
355
|
+
Indicates if the plugin is disabled or not
|
|
356
|
+
|
|
357
|
+
### `video` (object)
|
|
358
|
+
|
|
359
|
+
Properties of the `video` object:
|
|
360
|
+
|
|
361
|
+
#### `disabled` (boolean)
|
|
362
|
+
|
|
363
|
+
Indicates if the plugin is disabled or not
|
|
364
|
+
|
|
365
|
+
### `image` (object)
|
|
366
|
+
|
|
367
|
+
Properties of the `image` object:
|
|
368
|
+
|
|
369
|
+
#### `disabled` (boolean)
|
|
370
|
+
|
|
371
|
+
Indicates if the plugin is disabled or not
|
|
372
|
+
|
|
373
|
+
## `choices` (object)
|
|
374
|
+
|
|
375
|
+
Properties of the `choices` object:
|
|
376
|
+
|
|
377
|
+
### `inputConfiguration` (object)
|
|
378
|
+
|
|
379
|
+
Properties of the `inputConfiguration` object:
|
|
380
|
+
|
|
381
|
+
#### `html` (object)
|
|
382
|
+
|
|
383
|
+
Properties of the `html` object:
|
|
384
|
+
|
|
385
|
+
##### `disabled` (boolean)
|
|
386
|
+
|
|
387
|
+
Indicates if the plugin is disabled or not
|
|
388
|
+
|
|
389
|
+
#### `audio` (object)
|
|
390
|
+
|
|
391
|
+
Properties of the `audio` object:
|
|
392
|
+
|
|
393
|
+
##### `disabled` (boolean)
|
|
394
|
+
|
|
395
|
+
Indicates if the plugin is disabled or not
|
|
396
|
+
|
|
397
|
+
#### `video` (object)
|
|
398
|
+
|
|
399
|
+
Properties of the `video` object:
|
|
400
|
+
|
|
401
|
+
##### `disabled` (boolean)
|
|
402
|
+
|
|
403
|
+
Indicates if the plugin is disabled or not
|
|
404
|
+
|
|
405
|
+
#### `image` (object)
|
|
406
|
+
|
|
407
|
+
Properties of the `image` object:
|
|
408
|
+
|
|
409
|
+
##### `disabled` (boolean)
|
|
410
|
+
|
|
411
|
+
Indicates if the plugin is disabled or not
|
|
412
|
+
|
|
413
|
+
### `settings` (boolean)
|
|
414
|
+
|
|
415
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
416
|
+
|
|
417
|
+
### `label` (string)
|
|
418
|
+
|
|
419
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
420
|
+
|
|
229
421
|
# `partB` (object, required)
|
|
230
422
|
|
|
231
423
|
Properties of the `partB` object:
|
|
@@ -306,6 +498,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
306
498
|
|
|
307
499
|
Properties of the `prompt` object:
|
|
308
500
|
|
|
501
|
+
### `inputConfiguration` (object)
|
|
502
|
+
|
|
503
|
+
Properties of the `inputConfiguration` object:
|
|
504
|
+
|
|
505
|
+
#### `html` (object)
|
|
506
|
+
|
|
507
|
+
Properties of the `html` object:
|
|
508
|
+
|
|
509
|
+
##### `disabled` (boolean)
|
|
510
|
+
|
|
511
|
+
Indicates if the plugin is disabled or not
|
|
512
|
+
|
|
513
|
+
#### `audio` (object)
|
|
514
|
+
|
|
515
|
+
Properties of the `audio` object:
|
|
516
|
+
|
|
517
|
+
##### `disabled` (boolean)
|
|
518
|
+
|
|
519
|
+
Indicates if the plugin is disabled or not
|
|
520
|
+
|
|
521
|
+
#### `video` (object)
|
|
522
|
+
|
|
523
|
+
Properties of the `video` object:
|
|
524
|
+
|
|
525
|
+
##### `disabled` (boolean)
|
|
526
|
+
|
|
527
|
+
Indicates if the plugin is disabled or not
|
|
528
|
+
|
|
529
|
+
#### `image` (object)
|
|
530
|
+
|
|
531
|
+
Properties of the `image` object:
|
|
532
|
+
|
|
533
|
+
##### `disabled` (boolean)
|
|
534
|
+
|
|
535
|
+
Indicates if the plugin is disabled or not
|
|
536
|
+
|
|
309
537
|
### `settings` (boolean)
|
|
310
538
|
|
|
311
539
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -334,6 +562,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
334
562
|
|
|
335
563
|
Properties of the `rationale` object:
|
|
336
564
|
|
|
565
|
+
### `inputConfiguration` (object)
|
|
566
|
+
|
|
567
|
+
Properties of the `inputConfiguration` object:
|
|
568
|
+
|
|
569
|
+
#### `html` (object)
|
|
570
|
+
|
|
571
|
+
Properties of the `html` object:
|
|
572
|
+
|
|
573
|
+
##### `disabled` (boolean)
|
|
574
|
+
|
|
575
|
+
Indicates if the plugin is disabled or not
|
|
576
|
+
|
|
577
|
+
#### `audio` (object)
|
|
578
|
+
|
|
579
|
+
Properties of the `audio` object:
|
|
580
|
+
|
|
581
|
+
##### `disabled` (boolean)
|
|
582
|
+
|
|
583
|
+
Indicates if the plugin is disabled or not
|
|
584
|
+
|
|
585
|
+
#### `video` (object)
|
|
586
|
+
|
|
587
|
+
Properties of the `video` object:
|
|
588
|
+
|
|
589
|
+
##### `disabled` (boolean)
|
|
590
|
+
|
|
591
|
+
Indicates if the plugin is disabled or not
|
|
592
|
+
|
|
593
|
+
#### `image` (object)
|
|
594
|
+
|
|
595
|
+
Properties of the `image` object:
|
|
596
|
+
|
|
597
|
+
##### `disabled` (boolean)
|
|
598
|
+
|
|
599
|
+
Indicates if the plugin is disabled or not
|
|
600
|
+
|
|
337
601
|
### `settings` (boolean)
|
|
338
602
|
|
|
339
603
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -358,6 +622,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
358
622
|
|
|
359
623
|
Properties of the `teacherInstructions` object:
|
|
360
624
|
|
|
625
|
+
### `inputConfiguration` (object)
|
|
626
|
+
|
|
627
|
+
Properties of the `inputConfiguration` object:
|
|
628
|
+
|
|
629
|
+
#### `html` (object)
|
|
630
|
+
|
|
631
|
+
Properties of the `html` object:
|
|
632
|
+
|
|
633
|
+
##### `disabled` (boolean)
|
|
634
|
+
|
|
635
|
+
Indicates if the plugin is disabled or not
|
|
636
|
+
|
|
637
|
+
#### `audio` (object)
|
|
638
|
+
|
|
639
|
+
Properties of the `audio` object:
|
|
640
|
+
|
|
641
|
+
##### `disabled` (boolean)
|
|
642
|
+
|
|
643
|
+
Indicates if the plugin is disabled or not
|
|
644
|
+
|
|
645
|
+
#### `video` (object)
|
|
646
|
+
|
|
647
|
+
Properties of the `video` object:
|
|
648
|
+
|
|
649
|
+
##### `disabled` (boolean)
|
|
650
|
+
|
|
651
|
+
Indicates if the plugin is disabled or not
|
|
652
|
+
|
|
653
|
+
#### `image` (object)
|
|
654
|
+
|
|
655
|
+
Properties of the `image` object:
|
|
656
|
+
|
|
657
|
+
##### `disabled` (boolean)
|
|
658
|
+
|
|
659
|
+
Indicates if the plugin is disabled or not
|
|
660
|
+
|
|
361
661
|
### `settings` (boolean)
|
|
362
662
|
|
|
363
663
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -450,6 +750,90 @@ Indicates if model should have mathML output instead of latex
|
|
|
450
750
|
|
|
451
751
|
Indicates if mathML that's already in model should be editable
|
|
452
752
|
|
|
753
|
+
## `baseInputConfiguration` (object)
|
|
754
|
+
|
|
755
|
+
Properties of the `baseInputConfiguration` object:
|
|
756
|
+
|
|
757
|
+
### `html` (object)
|
|
758
|
+
|
|
759
|
+
Properties of the `html` object:
|
|
760
|
+
|
|
761
|
+
#### `disabled` (boolean)
|
|
762
|
+
|
|
763
|
+
Indicates if the plugin is disabled or not
|
|
764
|
+
|
|
765
|
+
### `audio` (object)
|
|
766
|
+
|
|
767
|
+
Properties of the `audio` object:
|
|
768
|
+
|
|
769
|
+
#### `disabled` (boolean)
|
|
770
|
+
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
772
|
+
|
|
773
|
+
### `video` (object)
|
|
774
|
+
|
|
775
|
+
Properties of the `video` object:
|
|
776
|
+
|
|
777
|
+
#### `disabled` (boolean)
|
|
778
|
+
|
|
779
|
+
Indicates if the plugin is disabled or not
|
|
780
|
+
|
|
781
|
+
### `image` (object)
|
|
782
|
+
|
|
783
|
+
Properties of the `image` object:
|
|
784
|
+
|
|
785
|
+
#### `disabled` (boolean)
|
|
786
|
+
|
|
787
|
+
Indicates if the plugin is disabled or not
|
|
788
|
+
|
|
789
|
+
## `choices` (object)
|
|
790
|
+
|
|
791
|
+
Properties of the `choices` object:
|
|
792
|
+
|
|
793
|
+
### `inputConfiguration` (object)
|
|
794
|
+
|
|
795
|
+
Properties of the `inputConfiguration` object:
|
|
796
|
+
|
|
797
|
+
#### `html` (object)
|
|
798
|
+
|
|
799
|
+
Properties of the `html` object:
|
|
800
|
+
|
|
801
|
+
##### `disabled` (boolean)
|
|
802
|
+
|
|
803
|
+
Indicates if the plugin is disabled or not
|
|
804
|
+
|
|
805
|
+
#### `audio` (object)
|
|
806
|
+
|
|
807
|
+
Properties of the `audio` object:
|
|
808
|
+
|
|
809
|
+
##### `disabled` (boolean)
|
|
810
|
+
|
|
811
|
+
Indicates if the plugin is disabled or not
|
|
812
|
+
|
|
813
|
+
#### `video` (object)
|
|
814
|
+
|
|
815
|
+
Properties of the `video` object:
|
|
816
|
+
|
|
817
|
+
##### `disabled` (boolean)
|
|
818
|
+
|
|
819
|
+
Indicates if the plugin is disabled or not
|
|
820
|
+
|
|
821
|
+
#### `image` (object)
|
|
822
|
+
|
|
823
|
+
Properties of the `image` object:
|
|
824
|
+
|
|
825
|
+
##### `disabled` (boolean)
|
|
826
|
+
|
|
827
|
+
Indicates if the plugin is disabled or not
|
|
828
|
+
|
|
829
|
+
### `settings` (boolean)
|
|
830
|
+
|
|
831
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
832
|
+
|
|
833
|
+
### `label` (string)
|
|
834
|
+
|
|
835
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
836
|
+
|
|
453
837
|
# `partLabels` (object)
|
|
454
838
|
|
|
455
839
|
Properties of the `partLabels` object:
|
|
@@ -628,6 +1012,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
628
1012
|
|
|
629
1013
|
Properties of the `prompt` object:
|
|
630
1014
|
|
|
1015
|
+
#### `inputConfiguration` (object)
|
|
1016
|
+
|
|
1017
|
+
Properties of the `inputConfiguration` object:
|
|
1018
|
+
|
|
1019
|
+
##### `html` (object)
|
|
1020
|
+
|
|
1021
|
+
Properties of the `html` object:
|
|
1022
|
+
|
|
1023
|
+
###### `disabled` (boolean)
|
|
1024
|
+
|
|
1025
|
+
Indicates if the plugin is disabled or not
|
|
1026
|
+
|
|
1027
|
+
##### `audio` (object)
|
|
1028
|
+
|
|
1029
|
+
Properties of the `audio` object:
|
|
1030
|
+
|
|
1031
|
+
###### `disabled` (boolean)
|
|
1032
|
+
|
|
1033
|
+
Indicates if the plugin is disabled or not
|
|
1034
|
+
|
|
1035
|
+
##### `video` (object)
|
|
1036
|
+
|
|
1037
|
+
Properties of the `video` object:
|
|
1038
|
+
|
|
1039
|
+
###### `disabled` (boolean)
|
|
1040
|
+
|
|
1041
|
+
Indicates if the plugin is disabled or not
|
|
1042
|
+
|
|
1043
|
+
##### `image` (object)
|
|
1044
|
+
|
|
1045
|
+
Properties of the `image` object:
|
|
1046
|
+
|
|
1047
|
+
###### `disabled` (boolean)
|
|
1048
|
+
|
|
1049
|
+
Indicates if the plugin is disabled or not
|
|
1050
|
+
|
|
631
1051
|
#### `settings` (boolean)
|
|
632
1052
|
|
|
633
1053
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -656,6 +1076,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
656
1076
|
|
|
657
1077
|
Properties of the `rationale` object:
|
|
658
1078
|
|
|
1079
|
+
#### `inputConfiguration` (object)
|
|
1080
|
+
|
|
1081
|
+
Properties of the `inputConfiguration` object:
|
|
1082
|
+
|
|
1083
|
+
##### `html` (object)
|
|
1084
|
+
|
|
1085
|
+
Properties of the `html` object:
|
|
1086
|
+
|
|
1087
|
+
###### `disabled` (boolean)
|
|
1088
|
+
|
|
1089
|
+
Indicates if the plugin is disabled or not
|
|
1090
|
+
|
|
1091
|
+
##### `audio` (object)
|
|
1092
|
+
|
|
1093
|
+
Properties of the `audio` object:
|
|
1094
|
+
|
|
1095
|
+
###### `disabled` (boolean)
|
|
1096
|
+
|
|
1097
|
+
Indicates if the plugin is disabled or not
|
|
1098
|
+
|
|
1099
|
+
##### `video` (object)
|
|
1100
|
+
|
|
1101
|
+
Properties of the `video` object:
|
|
1102
|
+
|
|
1103
|
+
###### `disabled` (boolean)
|
|
1104
|
+
|
|
1105
|
+
Indicates if the plugin is disabled or not
|
|
1106
|
+
|
|
1107
|
+
##### `image` (object)
|
|
1108
|
+
|
|
1109
|
+
Properties of the `image` object:
|
|
1110
|
+
|
|
1111
|
+
###### `disabled` (boolean)
|
|
1112
|
+
|
|
1113
|
+
Indicates if the plugin is disabled or not
|
|
1114
|
+
|
|
659
1115
|
#### `settings` (boolean)
|
|
660
1116
|
|
|
661
1117
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -680,6 +1136,42 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
680
1136
|
|
|
681
1137
|
Properties of the `teacherInstructions` object:
|
|
682
1138
|
|
|
1139
|
+
#### `inputConfiguration` (object)
|
|
1140
|
+
|
|
1141
|
+
Properties of the `inputConfiguration` object:
|
|
1142
|
+
|
|
1143
|
+
##### `html` (object)
|
|
1144
|
+
|
|
1145
|
+
Properties of the `html` object:
|
|
1146
|
+
|
|
1147
|
+
###### `disabled` (boolean)
|
|
1148
|
+
|
|
1149
|
+
Indicates if the plugin is disabled or not
|
|
1150
|
+
|
|
1151
|
+
##### `audio` (object)
|
|
1152
|
+
|
|
1153
|
+
Properties of the `audio` object:
|
|
1154
|
+
|
|
1155
|
+
###### `disabled` (boolean)
|
|
1156
|
+
|
|
1157
|
+
Indicates if the plugin is disabled or not
|
|
1158
|
+
|
|
1159
|
+
##### `video` (object)
|
|
1160
|
+
|
|
1161
|
+
Properties of the `video` object:
|
|
1162
|
+
|
|
1163
|
+
###### `disabled` (boolean)
|
|
1164
|
+
|
|
1165
|
+
Indicates if the plugin is disabled or not
|
|
1166
|
+
|
|
1167
|
+
##### `image` (object)
|
|
1168
|
+
|
|
1169
|
+
Properties of the `image` object:
|
|
1170
|
+
|
|
1171
|
+
###### `disabled` (boolean)
|
|
1172
|
+
|
|
1173
|
+
Indicates if the plugin is disabled or not
|
|
1174
|
+
|
|
683
1175
|
#### `settings` (boolean)
|
|
684
1176
|
|
|
685
1177
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -772,6 +1264,90 @@ Indicates if model should have mathML output instead of latex
|
|
|
772
1264
|
|
|
773
1265
|
Indicates if mathML that's already in model should be editable
|
|
774
1266
|
|
|
1267
|
+
### `baseInputConfiguration` (object)
|
|
1268
|
+
|
|
1269
|
+
Properties of the `baseInputConfiguration` object:
|
|
1270
|
+
|
|
1271
|
+
#### `html` (object)
|
|
1272
|
+
|
|
1273
|
+
Properties of the `html` object:
|
|
1274
|
+
|
|
1275
|
+
##### `disabled` (boolean)
|
|
1276
|
+
|
|
1277
|
+
Indicates if the plugin is disabled or not
|
|
1278
|
+
|
|
1279
|
+
#### `audio` (object)
|
|
1280
|
+
|
|
1281
|
+
Properties of the `audio` object:
|
|
1282
|
+
|
|
1283
|
+
##### `disabled` (boolean)
|
|
1284
|
+
|
|
1285
|
+
Indicates if the plugin is disabled or not
|
|
1286
|
+
|
|
1287
|
+
#### `video` (object)
|
|
1288
|
+
|
|
1289
|
+
Properties of the `video` object:
|
|
1290
|
+
|
|
1291
|
+
##### `disabled` (boolean)
|
|
1292
|
+
|
|
1293
|
+
Indicates if the plugin is disabled or not
|
|
1294
|
+
|
|
1295
|
+
#### `image` (object)
|
|
1296
|
+
|
|
1297
|
+
Properties of the `image` object:
|
|
1298
|
+
|
|
1299
|
+
##### `disabled` (boolean)
|
|
1300
|
+
|
|
1301
|
+
Indicates if the plugin is disabled or not
|
|
1302
|
+
|
|
1303
|
+
### `choices` (object)
|
|
1304
|
+
|
|
1305
|
+
Properties of the `choices` object:
|
|
1306
|
+
|
|
1307
|
+
#### `inputConfiguration` (object)
|
|
1308
|
+
|
|
1309
|
+
Properties of the `inputConfiguration` object:
|
|
1310
|
+
|
|
1311
|
+
##### `html` (object)
|
|
1312
|
+
|
|
1313
|
+
Properties of the `html` object:
|
|
1314
|
+
|
|
1315
|
+
###### `disabled` (boolean)
|
|
1316
|
+
|
|
1317
|
+
Indicates if the plugin is disabled or not
|
|
1318
|
+
|
|
1319
|
+
##### `audio` (object)
|
|
1320
|
+
|
|
1321
|
+
Properties of the `audio` object:
|
|
1322
|
+
|
|
1323
|
+
###### `disabled` (boolean)
|
|
1324
|
+
|
|
1325
|
+
Indicates if the plugin is disabled or not
|
|
1326
|
+
|
|
1327
|
+
##### `video` (object)
|
|
1328
|
+
|
|
1329
|
+
Properties of the `video` object:
|
|
1330
|
+
|
|
1331
|
+
###### `disabled` (boolean)
|
|
1332
|
+
|
|
1333
|
+
Indicates if the plugin is disabled or not
|
|
1334
|
+
|
|
1335
|
+
##### `image` (object)
|
|
1336
|
+
|
|
1337
|
+
Properties of the `image` object:
|
|
1338
|
+
|
|
1339
|
+
###### `disabled` (boolean)
|
|
1340
|
+
|
|
1341
|
+
Indicates if the plugin is disabled or not
|
|
1342
|
+
|
|
1343
|
+
#### `settings` (boolean)
|
|
1344
|
+
|
|
1345
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
1346
|
+
|
|
1347
|
+
#### `label` (string)
|
|
1348
|
+
|
|
1349
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1350
|
+
|
|
775
1351
|
## `ConfigureProp` (object)
|
|
776
1352
|
|
|
777
1353
|
Properties of the `ConfigureProp` object:
|
|
@@ -784,6 +1360,98 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
784
1360
|
|
|
785
1361
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
786
1362
|
|
|
1363
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
1364
|
+
|
|
1365
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
1366
|
+
|
|
1367
|
+
### `inputConfiguration` (object)
|
|
1368
|
+
|
|
1369
|
+
Properties of the `inputConfiguration` object:
|
|
1370
|
+
|
|
1371
|
+
#### `html` (object)
|
|
1372
|
+
|
|
1373
|
+
Properties of the `html` object:
|
|
1374
|
+
|
|
1375
|
+
##### `disabled` (boolean)
|
|
1376
|
+
|
|
1377
|
+
Indicates if the plugin is disabled or not
|
|
1378
|
+
|
|
1379
|
+
#### `audio` (object)
|
|
1380
|
+
|
|
1381
|
+
Properties of the `audio` object:
|
|
1382
|
+
|
|
1383
|
+
##### `disabled` (boolean)
|
|
1384
|
+
|
|
1385
|
+
Indicates if the plugin is disabled or not
|
|
1386
|
+
|
|
1387
|
+
#### `video` (object)
|
|
1388
|
+
|
|
1389
|
+
Properties of the `video` object:
|
|
1390
|
+
|
|
1391
|
+
##### `disabled` (boolean)
|
|
1392
|
+
|
|
1393
|
+
Indicates if the plugin is disabled or not
|
|
1394
|
+
|
|
1395
|
+
#### `image` (object)
|
|
1396
|
+
|
|
1397
|
+
Properties of the `image` object:
|
|
1398
|
+
|
|
1399
|
+
##### `disabled` (boolean)
|
|
1400
|
+
|
|
1401
|
+
Indicates if the plugin is disabled or not
|
|
1402
|
+
|
|
1403
|
+
### `settings` (boolean)
|
|
1404
|
+
|
|
1405
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
1406
|
+
|
|
1407
|
+
### `label` (string)
|
|
1408
|
+
|
|
1409
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1410
|
+
|
|
1411
|
+
## `EditableHtmlConfigureProp` (object)
|
|
1412
|
+
|
|
1413
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
1414
|
+
|
|
1415
|
+
### `html` (object)
|
|
1416
|
+
|
|
1417
|
+
Properties of the `html` object:
|
|
1418
|
+
|
|
1419
|
+
#### `disabled` (boolean)
|
|
1420
|
+
|
|
1421
|
+
Indicates if the plugin is disabled or not
|
|
1422
|
+
|
|
1423
|
+
### `audio` (object)
|
|
1424
|
+
|
|
1425
|
+
Properties of the `audio` object:
|
|
1426
|
+
|
|
1427
|
+
#### `disabled` (boolean)
|
|
1428
|
+
|
|
1429
|
+
Indicates if the plugin is disabled or not
|
|
1430
|
+
|
|
1431
|
+
### `video` (object)
|
|
1432
|
+
|
|
1433
|
+
Properties of the `video` object:
|
|
1434
|
+
|
|
1435
|
+
#### `disabled` (boolean)
|
|
1436
|
+
|
|
1437
|
+
Indicates if the plugin is disabled or not
|
|
1438
|
+
|
|
1439
|
+
### `image` (object)
|
|
1440
|
+
|
|
1441
|
+
Properties of the `image` object:
|
|
1442
|
+
|
|
1443
|
+
#### `disabled` (boolean)
|
|
1444
|
+
|
|
1445
|
+
Indicates if the plugin is disabled or not
|
|
1446
|
+
|
|
1447
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
1448
|
+
|
|
1449
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
1450
|
+
|
|
1451
|
+
### `disabled` (boolean)
|
|
1452
|
+
|
|
1453
|
+
Indicates if the plugin is disabled or not
|
|
1454
|
+
|
|
787
1455
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
788
1456
|
|
|
789
1457
|
Properties of the `ConfigureMaxImageDimensionsProp` object:
|