@pie-element/complex-rubric 2.5.0 → 2.5.1-next.48

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.
@@ -18,6 +18,56 @@
18
18
  "title": "RubricConfigure",
19
19
  "type": "object",
20
20
  "properties": {
21
+ "baseInputConfiguration": {
22
+ "title": "EditableHtmlConfigureProp",
23
+ "type": "object",
24
+ "properties": {
25
+ "math": {
26
+ "title": "EditableHtmlButtonConfigure",
27
+ "type": "object",
28
+ "properties": {
29
+ "disabled": {
30
+ "description": "Indicates if the plugin is disabled or not",
31
+ "type": "boolean",
32
+ "title": "disabled"
33
+ }
34
+ }
35
+ },
36
+ "audio": {
37
+ "title": "EditableHtmlButtonConfigure",
38
+ "type": "object",
39
+ "properties": {
40
+ "disabled": {
41
+ "description": "Indicates if the plugin is disabled or not",
42
+ "type": "boolean",
43
+ "title": "disabled"
44
+ }
45
+ }
46
+ },
47
+ "video": {
48
+ "title": "EditableHtmlButtonConfigure",
49
+ "type": "object",
50
+ "properties": {
51
+ "disabled": {
52
+ "description": "Indicates if the plugin is disabled or not",
53
+ "type": "boolean",
54
+ "title": "disabled"
55
+ }
56
+ }
57
+ },
58
+ "image": {
59
+ "title": "EditableHtmlButtonConfigure",
60
+ "type": "object",
61
+ "properties": {
62
+ "disabled": {
63
+ "description": "Indicates if the plugin is disabled or not",
64
+ "type": "boolean",
65
+ "title": "disabled"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ },
21
71
  "settingsPanelDisabled": {
22
72
  "description": "Indicates if the settings panel is not available",
23
73
  "type": "boolean",
@@ -151,6 +201,188 @@
151
201
  "title": "MultiTraitRubricConfigure",
152
202
  "type": "object",
153
203
  "properties": {
204
+ "baseInputConfiguration": {
205
+ "title": "EditableHtmlConfigureProp",
206
+ "type": "object",
207
+ "properties": {
208
+ "math": {
209
+ "title": "EditableHtmlButtonConfigure",
210
+ "type": "object",
211
+ "properties": {
212
+ "disabled": {
213
+ "description": "Indicates if the plugin is disabled or not",
214
+ "type": "boolean",
215
+ "title": "disabled"
216
+ }
217
+ }
218
+ },
219
+ "audio": {
220
+ "title": "EditableHtmlButtonConfigure",
221
+ "type": "object",
222
+ "properties": {
223
+ "disabled": {
224
+ "description": "Indicates if the plugin is disabled or not",
225
+ "type": "boolean",
226
+ "title": "disabled"
227
+ }
228
+ }
229
+ },
230
+ "video": {
231
+ "title": "EditableHtmlButtonConfigure",
232
+ "type": "object",
233
+ "properties": {
234
+ "disabled": {
235
+ "description": "Indicates if the plugin is disabled or not",
236
+ "type": "boolean",
237
+ "title": "disabled"
238
+ }
239
+ }
240
+ },
241
+ "image": {
242
+ "title": "EditableHtmlButtonConfigure",
243
+ "type": "object",
244
+ "properties": {
245
+ "disabled": {
246
+ "description": "Indicates if the plugin is disabled or not",
247
+ "type": "boolean",
248
+ "title": "disabled"
249
+ }
250
+ }
251
+ }
252
+ }
253
+ },
254
+ "expandedInput": {
255
+ "title": "EditableHtmlPluginConfigure",
256
+ "type": "object",
257
+ "properties": {
258
+ "inputConfiguration": {
259
+ "title": "EditableHtmlConfigureProp",
260
+ "type": "object",
261
+ "properties": {
262
+ "math": {
263
+ "title": "EditableHtmlButtonConfigure",
264
+ "type": "object",
265
+ "properties": {
266
+ "disabled": {
267
+ "description": "Indicates if the plugin is disabled or not",
268
+ "type": "boolean",
269
+ "title": "disabled"
270
+ }
271
+ }
272
+ },
273
+ "audio": {
274
+ "title": "EditableHtmlButtonConfigure",
275
+ "type": "object",
276
+ "properties": {
277
+ "disabled": {
278
+ "description": "Indicates if the plugin is disabled or not",
279
+ "type": "boolean",
280
+ "title": "disabled"
281
+ }
282
+ }
283
+ },
284
+ "video": {
285
+ "title": "EditableHtmlButtonConfigure",
286
+ "type": "object",
287
+ "properties": {
288
+ "disabled": {
289
+ "description": "Indicates if the plugin is disabled or not",
290
+ "type": "boolean",
291
+ "title": "disabled"
292
+ }
293
+ }
294
+ },
295
+ "image": {
296
+ "title": "EditableHtmlButtonConfigure",
297
+ "type": "object",
298
+ "properties": {
299
+ "disabled": {
300
+ "description": "Indicates if the plugin is disabled or not",
301
+ "type": "boolean",
302
+ "title": "disabled"
303
+ }
304
+ }
305
+ }
306
+ }
307
+ },
308
+ "settings": {
309
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
310
+ "type": "boolean",
311
+ "title": "settings"
312
+ },
313
+ "label": {
314
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
315
+ "type": "string",
316
+ "title": "label"
317
+ }
318
+ }
319
+ },
320
+ "labelInput": {
321
+ "title": "EditableHtmlPluginConfigure",
322
+ "type": "object",
323
+ "properties": {
324
+ "inputConfiguration": {
325
+ "title": "EditableHtmlConfigureProp",
326
+ "type": "object",
327
+ "properties": {
328
+ "math": {
329
+ "title": "EditableHtmlButtonConfigure",
330
+ "type": "object",
331
+ "properties": {
332
+ "disabled": {
333
+ "description": "Indicates if the plugin is disabled or not",
334
+ "type": "boolean",
335
+ "title": "disabled"
336
+ }
337
+ }
338
+ },
339
+ "audio": {
340
+ "title": "EditableHtmlButtonConfigure",
341
+ "type": "object",
342
+ "properties": {
343
+ "disabled": {
344
+ "description": "Indicates if the plugin is disabled or not",
345
+ "type": "boolean",
346
+ "title": "disabled"
347
+ }
348
+ }
349
+ },
350
+ "video": {
351
+ "title": "EditableHtmlButtonConfigure",
352
+ "type": "object",
353
+ "properties": {
354
+ "disabled": {
355
+ "description": "Indicates if the plugin is disabled or not",
356
+ "type": "boolean",
357
+ "title": "disabled"
358
+ }
359
+ }
360
+ },
361
+ "image": {
362
+ "title": "EditableHtmlButtonConfigure",
363
+ "type": "object",
364
+ "properties": {
365
+ "disabled": {
366
+ "description": "Indicates if the plugin is disabled or not",
367
+ "type": "boolean",
368
+ "title": "disabled"
369
+ }
370
+ }
371
+ }
372
+ }
373
+ },
374
+ "settings": {
375
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
376
+ "type": "boolean",
377
+ "title": "settings"
378
+ },
379
+ "label": {
380
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
381
+ "type": "string",
382
+ "title": "label"
383
+ }
384
+ }
385
+ },
154
386
  "excludeZeroDialogBoxContent": {
155
387
  "title": "DialogContent",
156
388
  "type": "object",
@@ -448,28 +680,70 @@
448
680
  "title": "rubricless"
449
681
  },
450
682
  "rubriclessInstruction": {
683
+ "title": "EditableHtmlPluginConfigure",
451
684
  "type": "object",
452
685
  "properties": {
686
+ "inputConfiguration": {
687
+ "title": "EditableHtmlConfigureProp",
688
+ "type": "object",
689
+ "properties": {
690
+ "math": {
691
+ "title": "EditableHtmlButtonConfigure",
692
+ "type": "object",
693
+ "properties": {
694
+ "disabled": {
695
+ "description": "Indicates if the plugin is disabled or not",
696
+ "type": "boolean",
697
+ "title": "disabled"
698
+ }
699
+ }
700
+ },
701
+ "audio": {
702
+ "title": "EditableHtmlButtonConfigure",
703
+ "type": "object",
704
+ "properties": {
705
+ "disabled": {
706
+ "description": "Indicates if the plugin is disabled or not",
707
+ "type": "boolean",
708
+ "title": "disabled"
709
+ }
710
+ }
711
+ },
712
+ "video": {
713
+ "title": "EditableHtmlButtonConfigure",
714
+ "type": "object",
715
+ "properties": {
716
+ "disabled": {
717
+ "description": "Indicates if the plugin is disabled or not",
718
+ "type": "boolean",
719
+ "title": "disabled"
720
+ }
721
+ }
722
+ },
723
+ "image": {
724
+ "title": "EditableHtmlButtonConfigure",
725
+ "type": "object",
726
+ "properties": {
727
+ "disabled": {
728
+ "description": "Indicates if the plugin is disabled or not",
729
+ "type": "boolean",
730
+ "title": "disabled"
731
+ }
732
+ }
733
+ }
734
+ }
735
+ },
453
736
  "settings": {
737
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
454
738
  "type": "boolean",
455
- "enum": [
456
- true
457
- ],
458
739
  "title": "settings"
459
740
  },
460
741
  "label": {
742
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
461
743
  "type": "string",
462
- "enum": [
463
- "Instruction"
464
- ],
465
744
  "title": "label"
466
745
  }
467
- },
468
- "required": [
469
- "label",
470
- "settings"
471
- ],
472
- "title": "rubriclessInstruction"
746
+ }
473
747
  },
474
748
  "showPrompt": {
475
749
  "description": "Determines whether prompt field will be displayed or not",
@@ -550,6 +824,56 @@
550
824
  "title": "RubricConfigure",
551
825
  "type": "object",
552
826
  "properties": {
827
+ "baseInputConfiguration": {
828
+ "title": "EditableHtmlConfigureProp",
829
+ "type": "object",
830
+ "properties": {
831
+ "math": {
832
+ "title": "EditableHtmlButtonConfigure",
833
+ "type": "object",
834
+ "properties": {
835
+ "disabled": {
836
+ "description": "Indicates if the plugin is disabled or not",
837
+ "type": "boolean",
838
+ "title": "disabled"
839
+ }
840
+ }
841
+ },
842
+ "audio": {
843
+ "title": "EditableHtmlButtonConfigure",
844
+ "type": "object",
845
+ "properties": {
846
+ "disabled": {
847
+ "description": "Indicates if the plugin is disabled or not",
848
+ "type": "boolean",
849
+ "title": "disabled"
850
+ }
851
+ }
852
+ },
853
+ "video": {
854
+ "title": "EditableHtmlButtonConfigure",
855
+ "type": "object",
856
+ "properties": {
857
+ "disabled": {
858
+ "description": "Indicates if the plugin is disabled or not",
859
+ "type": "boolean",
860
+ "title": "disabled"
861
+ }
862
+ }
863
+ },
864
+ "image": {
865
+ "title": "EditableHtmlButtonConfigure",
866
+ "type": "object",
867
+ "properties": {
868
+ "disabled": {
869
+ "description": "Indicates if the plugin is disabled or not",
870
+ "type": "boolean",
871
+ "title": "disabled"
872
+ }
873
+ }
874
+ }
875
+ }
876
+ },
553
877
  "settingsPanelDisabled": {
554
878
  "description": "Indicates if the settings panel is not available",
555
879
  "type": "boolean",
@@ -677,6 +1001,67 @@
677
1001
  }
678
1002
  }
679
1003
  },
1004
+ "EditableHtmlConfigureProp": {
1005
+ "title": "EditableHtmlConfigureProp",
1006
+ "type": "object",
1007
+ "properties": {
1008
+ "math": {
1009
+ "title": "EditableHtmlButtonConfigure",
1010
+ "type": "object",
1011
+ "properties": {
1012
+ "disabled": {
1013
+ "description": "Indicates if the plugin is disabled or not",
1014
+ "type": "boolean",
1015
+ "title": "disabled"
1016
+ }
1017
+ }
1018
+ },
1019
+ "audio": {
1020
+ "title": "EditableHtmlButtonConfigure",
1021
+ "type": "object",
1022
+ "properties": {
1023
+ "disabled": {
1024
+ "description": "Indicates if the plugin is disabled or not",
1025
+ "type": "boolean",
1026
+ "title": "disabled"
1027
+ }
1028
+ }
1029
+ },
1030
+ "video": {
1031
+ "title": "EditableHtmlButtonConfigure",
1032
+ "type": "object",
1033
+ "properties": {
1034
+ "disabled": {
1035
+ "description": "Indicates if the plugin is disabled or not",
1036
+ "type": "boolean",
1037
+ "title": "disabled"
1038
+ }
1039
+ }
1040
+ },
1041
+ "image": {
1042
+ "title": "EditableHtmlButtonConfigure",
1043
+ "type": "object",
1044
+ "properties": {
1045
+ "disabled": {
1046
+ "description": "Indicates if the plugin is disabled or not",
1047
+ "type": "boolean",
1048
+ "title": "disabled"
1049
+ }
1050
+ }
1051
+ }
1052
+ }
1053
+ },
1054
+ "EditableHtmlButtonConfigure": {
1055
+ "title": "EditableHtmlButtonConfigure",
1056
+ "type": "object",
1057
+ "properties": {
1058
+ "disabled": {
1059
+ "description": "Indicates if the plugin is disabled or not",
1060
+ "type": "boolean",
1061
+ "title": "disabled"
1062
+ }
1063
+ }
1064
+ },
680
1065
  "ConfigureProp": {
681
1066
  "title": "ConfigureProp",
682
1067
  "type": "object",
@@ -715,6 +1100,188 @@
715
1100
  "title": "MultiTraitRubricConfigure",
716
1101
  "type": "object",
717
1102
  "properties": {
1103
+ "baseInputConfiguration": {
1104
+ "title": "EditableHtmlConfigureProp",
1105
+ "type": "object",
1106
+ "properties": {
1107
+ "math": {
1108
+ "title": "EditableHtmlButtonConfigure",
1109
+ "type": "object",
1110
+ "properties": {
1111
+ "disabled": {
1112
+ "description": "Indicates if the plugin is disabled or not",
1113
+ "type": "boolean",
1114
+ "title": "disabled"
1115
+ }
1116
+ }
1117
+ },
1118
+ "audio": {
1119
+ "title": "EditableHtmlButtonConfigure",
1120
+ "type": "object",
1121
+ "properties": {
1122
+ "disabled": {
1123
+ "description": "Indicates if the plugin is disabled or not",
1124
+ "type": "boolean",
1125
+ "title": "disabled"
1126
+ }
1127
+ }
1128
+ },
1129
+ "video": {
1130
+ "title": "EditableHtmlButtonConfigure",
1131
+ "type": "object",
1132
+ "properties": {
1133
+ "disabled": {
1134
+ "description": "Indicates if the plugin is disabled or not",
1135
+ "type": "boolean",
1136
+ "title": "disabled"
1137
+ }
1138
+ }
1139
+ },
1140
+ "image": {
1141
+ "title": "EditableHtmlButtonConfigure",
1142
+ "type": "object",
1143
+ "properties": {
1144
+ "disabled": {
1145
+ "description": "Indicates if the plugin is disabled or not",
1146
+ "type": "boolean",
1147
+ "title": "disabled"
1148
+ }
1149
+ }
1150
+ }
1151
+ }
1152
+ },
1153
+ "expandedInput": {
1154
+ "title": "EditableHtmlPluginConfigure",
1155
+ "type": "object",
1156
+ "properties": {
1157
+ "inputConfiguration": {
1158
+ "title": "EditableHtmlConfigureProp",
1159
+ "type": "object",
1160
+ "properties": {
1161
+ "math": {
1162
+ "title": "EditableHtmlButtonConfigure",
1163
+ "type": "object",
1164
+ "properties": {
1165
+ "disabled": {
1166
+ "description": "Indicates if the plugin is disabled or not",
1167
+ "type": "boolean",
1168
+ "title": "disabled"
1169
+ }
1170
+ }
1171
+ },
1172
+ "audio": {
1173
+ "title": "EditableHtmlButtonConfigure",
1174
+ "type": "object",
1175
+ "properties": {
1176
+ "disabled": {
1177
+ "description": "Indicates if the plugin is disabled or not",
1178
+ "type": "boolean",
1179
+ "title": "disabled"
1180
+ }
1181
+ }
1182
+ },
1183
+ "video": {
1184
+ "title": "EditableHtmlButtonConfigure",
1185
+ "type": "object",
1186
+ "properties": {
1187
+ "disabled": {
1188
+ "description": "Indicates if the plugin is disabled or not",
1189
+ "type": "boolean",
1190
+ "title": "disabled"
1191
+ }
1192
+ }
1193
+ },
1194
+ "image": {
1195
+ "title": "EditableHtmlButtonConfigure",
1196
+ "type": "object",
1197
+ "properties": {
1198
+ "disabled": {
1199
+ "description": "Indicates if the plugin is disabled or not",
1200
+ "type": "boolean",
1201
+ "title": "disabled"
1202
+ }
1203
+ }
1204
+ }
1205
+ }
1206
+ },
1207
+ "settings": {
1208
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1209
+ "type": "boolean",
1210
+ "title": "settings"
1211
+ },
1212
+ "label": {
1213
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1214
+ "type": "string",
1215
+ "title": "label"
1216
+ }
1217
+ }
1218
+ },
1219
+ "labelInput": {
1220
+ "title": "EditableHtmlPluginConfigure",
1221
+ "type": "object",
1222
+ "properties": {
1223
+ "inputConfiguration": {
1224
+ "title": "EditableHtmlConfigureProp",
1225
+ "type": "object",
1226
+ "properties": {
1227
+ "math": {
1228
+ "title": "EditableHtmlButtonConfigure",
1229
+ "type": "object",
1230
+ "properties": {
1231
+ "disabled": {
1232
+ "description": "Indicates if the plugin is disabled or not",
1233
+ "type": "boolean",
1234
+ "title": "disabled"
1235
+ }
1236
+ }
1237
+ },
1238
+ "audio": {
1239
+ "title": "EditableHtmlButtonConfigure",
1240
+ "type": "object",
1241
+ "properties": {
1242
+ "disabled": {
1243
+ "description": "Indicates if the plugin is disabled or not",
1244
+ "type": "boolean",
1245
+ "title": "disabled"
1246
+ }
1247
+ }
1248
+ },
1249
+ "video": {
1250
+ "title": "EditableHtmlButtonConfigure",
1251
+ "type": "object",
1252
+ "properties": {
1253
+ "disabled": {
1254
+ "description": "Indicates if the plugin is disabled or not",
1255
+ "type": "boolean",
1256
+ "title": "disabled"
1257
+ }
1258
+ }
1259
+ },
1260
+ "image": {
1261
+ "title": "EditableHtmlButtonConfigure",
1262
+ "type": "object",
1263
+ "properties": {
1264
+ "disabled": {
1265
+ "description": "Indicates if the plugin is disabled or not",
1266
+ "type": "boolean",
1267
+ "title": "disabled"
1268
+ }
1269
+ }
1270
+ }
1271
+ }
1272
+ },
1273
+ "settings": {
1274
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1275
+ "type": "boolean",
1276
+ "title": "settings"
1277
+ },
1278
+ "label": {
1279
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1280
+ "type": "string",
1281
+ "title": "label"
1282
+ }
1283
+ }
1284
+ },
718
1285
  "excludeZeroDialogBoxContent": {
719
1286
  "title": "DialogContent",
720
1287
  "type": "object",
@@ -936,6 +1503,72 @@
936
1503
  "width"
937
1504
  ]
938
1505
  },
1506
+ "EditableHtmlPluginConfigure": {
1507
+ "title": "EditableHtmlPluginConfigure",
1508
+ "type": "object",
1509
+ "properties": {
1510
+ "inputConfiguration": {
1511
+ "title": "EditableHtmlConfigureProp",
1512
+ "type": "object",
1513
+ "properties": {
1514
+ "math": {
1515
+ "title": "EditableHtmlButtonConfigure",
1516
+ "type": "object",
1517
+ "properties": {
1518
+ "disabled": {
1519
+ "description": "Indicates if the plugin is disabled or not",
1520
+ "type": "boolean",
1521
+ "title": "disabled"
1522
+ }
1523
+ }
1524
+ },
1525
+ "audio": {
1526
+ "title": "EditableHtmlButtonConfigure",
1527
+ "type": "object",
1528
+ "properties": {
1529
+ "disabled": {
1530
+ "description": "Indicates if the plugin is disabled or not",
1531
+ "type": "boolean",
1532
+ "title": "disabled"
1533
+ }
1534
+ }
1535
+ },
1536
+ "video": {
1537
+ "title": "EditableHtmlButtonConfigure",
1538
+ "type": "object",
1539
+ "properties": {
1540
+ "disabled": {
1541
+ "description": "Indicates if the plugin is disabled or not",
1542
+ "type": "boolean",
1543
+ "title": "disabled"
1544
+ }
1545
+ }
1546
+ },
1547
+ "image": {
1548
+ "title": "EditableHtmlButtonConfigure",
1549
+ "type": "object",
1550
+ "properties": {
1551
+ "disabled": {
1552
+ "description": "Indicates if the plugin is disabled or not",
1553
+ "type": "boolean",
1554
+ "title": "disabled"
1555
+ }
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ "settings": {
1561
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1562
+ "type": "boolean",
1563
+ "title": "settings"
1564
+ },
1565
+ "label": {
1566
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1567
+ "type": "string",
1568
+ "title": "label"
1569
+ }
1570
+ }
1571
+ },
939
1572
  "DialogContent": {
940
1573
  "title": "DialogContent",
941
1574
  "type": "object",
@@ -1028,28 +1661,70 @@
1028
1661
  "title": "rubricless"
1029
1662
  },
1030
1663
  "rubriclessInstruction": {
1664
+ "title": "EditableHtmlPluginConfigure",
1031
1665
  "type": "object",
1032
1666
  "properties": {
1667
+ "inputConfiguration": {
1668
+ "title": "EditableHtmlConfigureProp",
1669
+ "type": "object",
1670
+ "properties": {
1671
+ "math": {
1672
+ "title": "EditableHtmlButtonConfigure",
1673
+ "type": "object",
1674
+ "properties": {
1675
+ "disabled": {
1676
+ "description": "Indicates if the plugin is disabled or not",
1677
+ "type": "boolean",
1678
+ "title": "disabled"
1679
+ }
1680
+ }
1681
+ },
1682
+ "audio": {
1683
+ "title": "EditableHtmlButtonConfigure",
1684
+ "type": "object",
1685
+ "properties": {
1686
+ "disabled": {
1687
+ "description": "Indicates if the plugin is disabled or not",
1688
+ "type": "boolean",
1689
+ "title": "disabled"
1690
+ }
1691
+ }
1692
+ },
1693
+ "video": {
1694
+ "title": "EditableHtmlButtonConfigure",
1695
+ "type": "object",
1696
+ "properties": {
1697
+ "disabled": {
1698
+ "description": "Indicates if the plugin is disabled or not",
1699
+ "type": "boolean",
1700
+ "title": "disabled"
1701
+ }
1702
+ }
1703
+ },
1704
+ "image": {
1705
+ "title": "EditableHtmlButtonConfigure",
1706
+ "type": "object",
1707
+ "properties": {
1708
+ "disabled": {
1709
+ "description": "Indicates if the plugin is disabled or not",
1710
+ "type": "boolean",
1711
+ "title": "disabled"
1712
+ }
1713
+ }
1714
+ }
1715
+ }
1716
+ },
1033
1717
  "settings": {
1718
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1034
1719
  "type": "boolean",
1035
- "enum": [
1036
- true
1037
- ],
1038
1720
  "title": "settings"
1039
1721
  },
1040
1722
  "label": {
1723
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1041
1724
  "type": "string",
1042
- "enum": [
1043
- "Instruction"
1044
- ],
1045
1725
  "title": "label"
1046
1726
  }
1047
- },
1048
- "required": [
1049
- "label",
1050
- "settings"
1051
- ],
1052
- "title": "rubriclessInstruction"
1727
+ }
1053
1728
  },
1054
1729
  "showPrompt": {
1055
1730
  "description": "Determines whether prompt field will be displayed or not",