@pie-element/ebsr 9.8.1-next.1 → 9.9.1-next.0
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/CHANGELOG.md +12 -0
- package/configure/CHANGELOG.md +12 -0
- package/configure/lib/defaults.js +6 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/package.json +2 -2
- package/configure/src/defaults.js +6 -3
- package/controller/CHANGELOG.md +12 -0
- package/controller/lib/index.js +37 -8
- package/controller/lib/index.js.map +1 -1
- package/controller/package.json +1 -1
- package/controller/src/index.js +28 -7
- package/docs/config-schema.json +127 -11
- package/docs/config-schema.json.md +91 -3
- package/docs/pie-schema.json +91 -5
- package/docs/pie-schema.json.md +66 -2
- package/module/configure.js +6 -3
- package/module/controller.js +25 -7
- package/module/index.html +1 -1
- package/module/manifest.json +1 -1
- package/module/print.html +1 -1
- package/package.json +3 -3
package/docs/config-schema.json
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"prompt": {
|
|
107
|
-
"title": "
|
|
107
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
108
108
|
"type": "object",
|
|
109
109
|
"properties": {
|
|
110
110
|
"inputConfiguration": {
|
|
@@ -157,6 +157,11 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
+
"required": {
|
|
161
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"title": "required"
|
|
164
|
+
},
|
|
160
165
|
"settings": {
|
|
161
166
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
162
167
|
"type": "boolean",
|
|
@@ -191,7 +196,7 @@
|
|
|
191
196
|
}
|
|
192
197
|
},
|
|
193
198
|
"rationale": {
|
|
194
|
-
"title": "
|
|
199
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
195
200
|
"type": "object",
|
|
196
201
|
"properties": {
|
|
197
202
|
"inputConfiguration": {
|
|
@@ -244,6 +249,11 @@
|
|
|
244
249
|
}
|
|
245
250
|
}
|
|
246
251
|
},
|
|
252
|
+
"required": {
|
|
253
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"title": "required"
|
|
256
|
+
},
|
|
247
257
|
"settings": {
|
|
248
258
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
249
259
|
"type": "boolean",
|
|
@@ -273,7 +283,7 @@
|
|
|
273
283
|
}
|
|
274
284
|
},
|
|
275
285
|
"teacherInstructions": {
|
|
276
|
-
"title": "
|
|
286
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
277
287
|
"type": "object",
|
|
278
288
|
"properties": {
|
|
279
289
|
"inputConfiguration": {
|
|
@@ -326,6 +336,11 @@
|
|
|
326
336
|
}
|
|
327
337
|
}
|
|
328
338
|
},
|
|
339
|
+
"required": {
|
|
340
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
341
|
+
"type": "boolean",
|
|
342
|
+
"title": "required"
|
|
343
|
+
},
|
|
329
344
|
"settings": {
|
|
330
345
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
331
346
|
"type": "boolean",
|
|
@@ -667,7 +682,7 @@
|
|
|
667
682
|
}
|
|
668
683
|
},
|
|
669
684
|
"prompt": {
|
|
670
|
-
"title": "
|
|
685
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
671
686
|
"type": "object",
|
|
672
687
|
"properties": {
|
|
673
688
|
"inputConfiguration": {
|
|
@@ -720,6 +735,11 @@
|
|
|
720
735
|
}
|
|
721
736
|
}
|
|
722
737
|
},
|
|
738
|
+
"required": {
|
|
739
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
740
|
+
"type": "boolean",
|
|
741
|
+
"title": "required"
|
|
742
|
+
},
|
|
723
743
|
"settings": {
|
|
724
744
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
725
745
|
"type": "boolean",
|
|
@@ -754,7 +774,7 @@
|
|
|
754
774
|
}
|
|
755
775
|
},
|
|
756
776
|
"rationale": {
|
|
757
|
-
"title": "
|
|
777
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
758
778
|
"type": "object",
|
|
759
779
|
"properties": {
|
|
760
780
|
"inputConfiguration": {
|
|
@@ -807,6 +827,11 @@
|
|
|
807
827
|
}
|
|
808
828
|
}
|
|
809
829
|
},
|
|
830
|
+
"required": {
|
|
831
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
832
|
+
"type": "boolean",
|
|
833
|
+
"title": "required"
|
|
834
|
+
},
|
|
810
835
|
"settings": {
|
|
811
836
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
812
837
|
"type": "boolean",
|
|
@@ -836,7 +861,7 @@
|
|
|
836
861
|
}
|
|
837
862
|
},
|
|
838
863
|
"teacherInstructions": {
|
|
839
|
-
"title": "
|
|
864
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
840
865
|
"type": "object",
|
|
841
866
|
"properties": {
|
|
842
867
|
"inputConfiguration": {
|
|
@@ -889,6 +914,11 @@
|
|
|
889
914
|
}
|
|
890
915
|
}
|
|
891
916
|
},
|
|
917
|
+
"required": {
|
|
918
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
919
|
+
"type": "boolean",
|
|
920
|
+
"title": "required"
|
|
921
|
+
},
|
|
892
922
|
"settings": {
|
|
893
923
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
894
924
|
"type": "boolean",
|
|
@@ -1351,7 +1381,7 @@
|
|
|
1351
1381
|
}
|
|
1352
1382
|
},
|
|
1353
1383
|
"prompt": {
|
|
1354
|
-
"title": "
|
|
1384
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1355
1385
|
"type": "object",
|
|
1356
1386
|
"properties": {
|
|
1357
1387
|
"inputConfiguration": {
|
|
@@ -1404,6 +1434,11 @@
|
|
|
1404
1434
|
}
|
|
1405
1435
|
}
|
|
1406
1436
|
},
|
|
1437
|
+
"required": {
|
|
1438
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1439
|
+
"type": "boolean",
|
|
1440
|
+
"title": "required"
|
|
1441
|
+
},
|
|
1407
1442
|
"settings": {
|
|
1408
1443
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1409
1444
|
"type": "boolean",
|
|
@@ -1438,7 +1473,7 @@
|
|
|
1438
1473
|
}
|
|
1439
1474
|
},
|
|
1440
1475
|
"rationale": {
|
|
1441
|
-
"title": "
|
|
1476
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1442
1477
|
"type": "object",
|
|
1443
1478
|
"properties": {
|
|
1444
1479
|
"inputConfiguration": {
|
|
@@ -1491,6 +1526,11 @@
|
|
|
1491
1526
|
}
|
|
1492
1527
|
}
|
|
1493
1528
|
},
|
|
1529
|
+
"required": {
|
|
1530
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1531
|
+
"type": "boolean",
|
|
1532
|
+
"title": "required"
|
|
1533
|
+
},
|
|
1494
1534
|
"settings": {
|
|
1495
1535
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1496
1536
|
"type": "boolean",
|
|
@@ -1520,7 +1560,7 @@
|
|
|
1520
1560
|
}
|
|
1521
1561
|
},
|
|
1522
1562
|
"teacherInstructions": {
|
|
1523
|
-
"title": "
|
|
1563
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1524
1564
|
"type": "object",
|
|
1525
1565
|
"properties": {
|
|
1526
1566
|
"inputConfiguration": {
|
|
@@ -1573,6 +1613,11 @@
|
|
|
1573
1613
|
}
|
|
1574
1614
|
}
|
|
1575
1615
|
},
|
|
1616
|
+
"required": {
|
|
1617
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1618
|
+
"type": "boolean",
|
|
1619
|
+
"title": "required"
|
|
1620
|
+
},
|
|
1576
1621
|
"settings": {
|
|
1577
1622
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1578
1623
|
"type": "boolean",
|
|
@@ -1829,8 +1874,8 @@
|
|
|
1829
1874
|
}
|
|
1830
1875
|
}
|
|
1831
1876
|
},
|
|
1832
|
-
"
|
|
1833
|
-
"title": "
|
|
1877
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
1878
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1834
1879
|
"type": "object",
|
|
1835
1880
|
"properties": {
|
|
1836
1881
|
"inputConfiguration": {
|
|
@@ -1883,6 +1928,11 @@
|
|
|
1883
1928
|
}
|
|
1884
1929
|
}
|
|
1885
1930
|
},
|
|
1931
|
+
"required": {
|
|
1932
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1933
|
+
"type": "boolean",
|
|
1934
|
+
"title": "required"
|
|
1935
|
+
},
|
|
1886
1936
|
"settings": {
|
|
1887
1937
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1888
1938
|
"type": "boolean",
|
|
@@ -1997,6 +2047,72 @@
|
|
|
1997
2047
|
"title": "mmlEditing"
|
|
1998
2048
|
}
|
|
1999
2049
|
}
|
|
2050
|
+
},
|
|
2051
|
+
"EditableHtmlPluginConfigure": {
|
|
2052
|
+
"title": "EditableHtmlPluginConfigure",
|
|
2053
|
+
"type": "object",
|
|
2054
|
+
"properties": {
|
|
2055
|
+
"inputConfiguration": {
|
|
2056
|
+
"title": "EditableHtmlConfigureProp",
|
|
2057
|
+
"type": "object",
|
|
2058
|
+
"properties": {
|
|
2059
|
+
"math": {
|
|
2060
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2061
|
+
"type": "object",
|
|
2062
|
+
"properties": {
|
|
2063
|
+
"disabled": {
|
|
2064
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2065
|
+
"type": "boolean",
|
|
2066
|
+
"title": "disabled"
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"audio": {
|
|
2071
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2072
|
+
"type": "object",
|
|
2073
|
+
"properties": {
|
|
2074
|
+
"disabled": {
|
|
2075
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2076
|
+
"type": "boolean",
|
|
2077
|
+
"title": "disabled"
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
},
|
|
2081
|
+
"video": {
|
|
2082
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2083
|
+
"type": "object",
|
|
2084
|
+
"properties": {
|
|
2085
|
+
"disabled": {
|
|
2086
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2087
|
+
"type": "boolean",
|
|
2088
|
+
"title": "disabled"
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
"image": {
|
|
2093
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2094
|
+
"type": "object",
|
|
2095
|
+
"properties": {
|
|
2096
|
+
"disabled": {
|
|
2097
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2098
|
+
"type": "boolean",
|
|
2099
|
+
"title": "disabled"
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
"settings": {
|
|
2106
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2107
|
+
"type": "boolean",
|
|
2108
|
+
"title": "settings"
|
|
2109
|
+
},
|
|
2110
|
+
"label": {
|
|
2111
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2112
|
+
"type": "string",
|
|
2113
|
+
"title": "label"
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2000
2116
|
}
|
|
2001
2117
|
},
|
|
2002
2118
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
@@ -118,6 +118,10 @@ Properties of the `image` object:
|
|
|
118
118
|
|
|
119
119
|
Indicates if the plugin is disabled or not
|
|
120
120
|
|
|
121
|
+
### `required` (boolean)
|
|
122
|
+
|
|
123
|
+
Indicates if the item is required and the value cannot be empty
|
|
124
|
+
|
|
121
125
|
### `settings` (boolean)
|
|
122
126
|
|
|
123
127
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -182,6 +186,10 @@ Properties of the `image` object:
|
|
|
182
186
|
|
|
183
187
|
Indicates if the plugin is disabled or not
|
|
184
188
|
|
|
189
|
+
### `required` (boolean)
|
|
190
|
+
|
|
191
|
+
Indicates if the item is required and the value cannot be empty
|
|
192
|
+
|
|
185
193
|
### `settings` (boolean)
|
|
186
194
|
|
|
187
195
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -242,6 +250,10 @@ Properties of the `image` object:
|
|
|
242
250
|
|
|
243
251
|
Indicates if the plugin is disabled or not
|
|
244
252
|
|
|
253
|
+
### `required` (boolean)
|
|
254
|
+
|
|
255
|
+
Indicates if the item is required and the value cannot be empty
|
|
256
|
+
|
|
245
257
|
### `settings` (boolean)
|
|
246
258
|
|
|
247
259
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -534,6 +546,10 @@ Properties of the `image` object:
|
|
|
534
546
|
|
|
535
547
|
Indicates if the plugin is disabled or not
|
|
536
548
|
|
|
549
|
+
### `required` (boolean)
|
|
550
|
+
|
|
551
|
+
Indicates if the item is required and the value cannot be empty
|
|
552
|
+
|
|
537
553
|
### `settings` (boolean)
|
|
538
554
|
|
|
539
555
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -598,6 +614,10 @@ Properties of the `image` object:
|
|
|
598
614
|
|
|
599
615
|
Indicates if the plugin is disabled or not
|
|
600
616
|
|
|
617
|
+
### `required` (boolean)
|
|
618
|
+
|
|
619
|
+
Indicates if the item is required and the value cannot be empty
|
|
620
|
+
|
|
601
621
|
### `settings` (boolean)
|
|
602
622
|
|
|
603
623
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -658,6 +678,10 @@ Properties of the `image` object:
|
|
|
658
678
|
|
|
659
679
|
Indicates if the plugin is disabled or not
|
|
660
680
|
|
|
681
|
+
### `required` (boolean)
|
|
682
|
+
|
|
683
|
+
Indicates if the item is required and the value cannot be empty
|
|
684
|
+
|
|
661
685
|
### `settings` (boolean)
|
|
662
686
|
|
|
663
687
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1048,6 +1072,10 @@ Properties of the `image` object:
|
|
|
1048
1072
|
|
|
1049
1073
|
Indicates if the plugin is disabled or not
|
|
1050
1074
|
|
|
1075
|
+
#### `required` (boolean)
|
|
1076
|
+
|
|
1077
|
+
Indicates if the item is required and the value cannot be empty
|
|
1078
|
+
|
|
1051
1079
|
#### `settings` (boolean)
|
|
1052
1080
|
|
|
1053
1081
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1112,6 +1140,10 @@ Properties of the `image` object:
|
|
|
1112
1140
|
|
|
1113
1141
|
Indicates if the plugin is disabled or not
|
|
1114
1142
|
|
|
1143
|
+
#### `required` (boolean)
|
|
1144
|
+
|
|
1145
|
+
Indicates if the item is required and the value cannot be empty
|
|
1146
|
+
|
|
1115
1147
|
#### `settings` (boolean)
|
|
1116
1148
|
|
|
1117
1149
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1172,6 +1204,10 @@ Properties of the `image` object:
|
|
|
1172
1204
|
|
|
1173
1205
|
Indicates if the plugin is disabled or not
|
|
1174
1206
|
|
|
1207
|
+
#### `required` (boolean)
|
|
1208
|
+
|
|
1209
|
+
Indicates if the item is required and the value cannot be empty
|
|
1210
|
+
|
|
1175
1211
|
#### `settings` (boolean)
|
|
1176
1212
|
|
|
1177
1213
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1360,9 +1396,9 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
1360
1396
|
|
|
1361
1397
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1362
1398
|
|
|
1363
|
-
## `
|
|
1399
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
1364
1400
|
|
|
1365
|
-
Properties of the `
|
|
1401
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
1366
1402
|
|
|
1367
1403
|
### `inputConfiguration` (object)
|
|
1368
1404
|
|
|
@@ -1400,6 +1436,10 @@ Properties of the `image` object:
|
|
|
1400
1436
|
|
|
1401
1437
|
Indicates if the plugin is disabled or not
|
|
1402
1438
|
|
|
1439
|
+
### `required` (boolean)
|
|
1440
|
+
|
|
1441
|
+
Indicates if the item is required and the value cannot be empty
|
|
1442
|
+
|
|
1403
1443
|
### `settings` (boolean)
|
|
1404
1444
|
|
|
1405
1445
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1482,4 +1522,52 @@ Indicates if model should have mathML output instead of latex
|
|
|
1482
1522
|
|
|
1483
1523
|
### `mmlEditing` (number)
|
|
1484
1524
|
|
|
1485
|
-
Indicates if mathML that's already in model should be editable
|
|
1525
|
+
Indicates if mathML that's already in model should be editable
|
|
1526
|
+
|
|
1527
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
1528
|
+
|
|
1529
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
1530
|
+
|
|
1531
|
+
### `inputConfiguration` (object)
|
|
1532
|
+
|
|
1533
|
+
Properties of the `inputConfiguration` object:
|
|
1534
|
+
|
|
1535
|
+
#### `math` (object)
|
|
1536
|
+
|
|
1537
|
+
Properties of the `math` object:
|
|
1538
|
+
|
|
1539
|
+
##### `disabled` (boolean)
|
|
1540
|
+
|
|
1541
|
+
Indicates if the plugin is disabled or not
|
|
1542
|
+
|
|
1543
|
+
#### `audio` (object)
|
|
1544
|
+
|
|
1545
|
+
Properties of the `audio` object:
|
|
1546
|
+
|
|
1547
|
+
##### `disabled` (boolean)
|
|
1548
|
+
|
|
1549
|
+
Indicates if the plugin is disabled or not
|
|
1550
|
+
|
|
1551
|
+
#### `video` (object)
|
|
1552
|
+
|
|
1553
|
+
Properties of the `video` object:
|
|
1554
|
+
|
|
1555
|
+
##### `disabled` (boolean)
|
|
1556
|
+
|
|
1557
|
+
Indicates if the plugin is disabled or not
|
|
1558
|
+
|
|
1559
|
+
#### `image` (object)
|
|
1560
|
+
|
|
1561
|
+
Properties of the `image` object:
|
|
1562
|
+
|
|
1563
|
+
##### `disabled` (boolean)
|
|
1564
|
+
|
|
1565
|
+
Indicates if the plugin is disabled or not
|
|
1566
|
+
|
|
1567
|
+
### `settings` (boolean)
|
|
1568
|
+
|
|
1569
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
1570
|
+
|
|
1571
|
+
### `label` (string)
|
|
1572
|
+
|
|
1573
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
package/docs/pie-schema.json
CHANGED
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"prompt": {
|
|
387
|
-
"title": "
|
|
387
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
388
388
|
"type": "object",
|
|
389
389
|
"properties": {
|
|
390
390
|
"inputConfiguration": {
|
|
@@ -437,6 +437,11 @@
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
|
+
"required": {
|
|
441
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
442
|
+
"type": "boolean",
|
|
443
|
+
"title": "required"
|
|
444
|
+
},
|
|
440
445
|
"settings": {
|
|
441
446
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
442
447
|
"type": "boolean",
|
|
@@ -471,7 +476,7 @@
|
|
|
471
476
|
}
|
|
472
477
|
},
|
|
473
478
|
"rationale": {
|
|
474
|
-
"title": "
|
|
479
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
475
480
|
"type": "object",
|
|
476
481
|
"properties": {
|
|
477
482
|
"inputConfiguration": {
|
|
@@ -524,6 +529,11 @@
|
|
|
524
529
|
}
|
|
525
530
|
}
|
|
526
531
|
},
|
|
532
|
+
"required": {
|
|
533
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
534
|
+
"type": "boolean",
|
|
535
|
+
"title": "required"
|
|
536
|
+
},
|
|
527
537
|
"settings": {
|
|
528
538
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
529
539
|
"type": "boolean",
|
|
@@ -553,7 +563,7 @@
|
|
|
553
563
|
}
|
|
554
564
|
},
|
|
555
565
|
"teacherInstructions": {
|
|
556
|
-
"title": "
|
|
566
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
557
567
|
"type": "object",
|
|
558
568
|
"properties": {
|
|
559
569
|
"inputConfiguration": {
|
|
@@ -606,6 +616,11 @@
|
|
|
606
616
|
}
|
|
607
617
|
}
|
|
608
618
|
},
|
|
619
|
+
"required": {
|
|
620
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"title": "required"
|
|
623
|
+
},
|
|
609
624
|
"settings": {
|
|
610
625
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
611
626
|
"type": "boolean",
|
|
@@ -862,8 +877,8 @@
|
|
|
862
877
|
}
|
|
863
878
|
}
|
|
864
879
|
},
|
|
865
|
-
"
|
|
866
|
-
"title": "
|
|
880
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
881
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
867
882
|
"type": "object",
|
|
868
883
|
"properties": {
|
|
869
884
|
"inputConfiguration": {
|
|
@@ -916,6 +931,11 @@
|
|
|
916
931
|
}
|
|
917
932
|
}
|
|
918
933
|
},
|
|
934
|
+
"required": {
|
|
935
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
936
|
+
"type": "boolean",
|
|
937
|
+
"title": "required"
|
|
938
|
+
},
|
|
919
939
|
"settings": {
|
|
920
940
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
921
941
|
"type": "boolean",
|
|
@@ -1031,6 +1051,72 @@
|
|
|
1031
1051
|
}
|
|
1032
1052
|
}
|
|
1033
1053
|
},
|
|
1054
|
+
"EditableHtmlPluginConfigure": {
|
|
1055
|
+
"title": "EditableHtmlPluginConfigure",
|
|
1056
|
+
"type": "object",
|
|
1057
|
+
"properties": {
|
|
1058
|
+
"inputConfiguration": {
|
|
1059
|
+
"title": "EditableHtmlConfigureProp",
|
|
1060
|
+
"type": "object",
|
|
1061
|
+
"properties": {
|
|
1062
|
+
"math": {
|
|
1063
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1064
|
+
"type": "object",
|
|
1065
|
+
"properties": {
|
|
1066
|
+
"disabled": {
|
|
1067
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1068
|
+
"type": "boolean",
|
|
1069
|
+
"title": "disabled"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"audio": {
|
|
1074
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1075
|
+
"type": "object",
|
|
1076
|
+
"properties": {
|
|
1077
|
+
"disabled": {
|
|
1078
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1079
|
+
"type": "boolean",
|
|
1080
|
+
"title": "disabled"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"video": {
|
|
1085
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"properties": {
|
|
1088
|
+
"disabled": {
|
|
1089
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1090
|
+
"type": "boolean",
|
|
1091
|
+
"title": "disabled"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"image": {
|
|
1096
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1097
|
+
"type": "object",
|
|
1098
|
+
"properties": {
|
|
1099
|
+
"disabled": {
|
|
1100
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1101
|
+
"type": "boolean",
|
|
1102
|
+
"title": "disabled"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"settings": {
|
|
1109
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1110
|
+
"type": "boolean",
|
|
1111
|
+
"title": "settings"
|
|
1112
|
+
},
|
|
1113
|
+
"label": {
|
|
1114
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1115
|
+
"type": "string",
|
|
1116
|
+
"title": "label"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1034
1120
|
"Part": {
|
|
1035
1121
|
"title": "Part",
|
|
1036
1122
|
"type": "object",
|