@pie-element/complex-rubric 2.19.3-next.9 → 2.19.3

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.
@@ -386,6 +386,149 @@
386
386
  "title": "disabled"
387
387
  }
388
388
  }
389
+ },
390
+ "languageCharacters": {
391
+ "title": "EditableHtmlButtonConfigure",
392
+ "type": "object",
393
+ "properties": {
394
+ "disabled": {
395
+ "description": "Indicates if the plugin is disabled or not",
396
+ "type": "boolean",
397
+ "title": "disabled"
398
+ }
399
+ }
400
+ },
401
+ "bold": {
402
+ "title": "EditableHtmlButtonConfigure",
403
+ "type": "object",
404
+ "properties": {
405
+ "disabled": {
406
+ "description": "Indicates if the plugin is disabled or not",
407
+ "type": "boolean",
408
+ "title": "disabled"
409
+ }
410
+ }
411
+ },
412
+ "html": {
413
+ "title": "EditableHtmlButtonConfigure",
414
+ "type": "object",
415
+ "properties": {
416
+ "disabled": {
417
+ "description": "Indicates if the plugin is disabled or not",
418
+ "type": "boolean",
419
+ "title": "disabled"
420
+ }
421
+ }
422
+ },
423
+ "italic": {
424
+ "title": "EditableHtmlButtonConfigure",
425
+ "type": "object",
426
+ "properties": {
427
+ "disabled": {
428
+ "description": "Indicates if the plugin is disabled or not",
429
+ "type": "boolean",
430
+ "title": "disabled"
431
+ }
432
+ }
433
+ },
434
+ "ol_list": {
435
+ "title": "EditableHtmlButtonConfigure",
436
+ "type": "object",
437
+ "properties": {
438
+ "disabled": {
439
+ "description": "Indicates if the plugin is disabled or not",
440
+ "type": "boolean",
441
+ "title": "disabled"
442
+ }
443
+ }
444
+ },
445
+ "redo": {
446
+ "title": "EditableHtmlButtonConfigure",
447
+ "type": "object",
448
+ "properties": {
449
+ "disabled": {
450
+ "description": "Indicates if the plugin is disabled or not",
451
+ "type": "boolean",
452
+ "title": "disabled"
453
+ }
454
+ }
455
+ },
456
+ "strikethrough": {
457
+ "title": "EditableHtmlButtonConfigure",
458
+ "type": "object",
459
+ "properties": {
460
+ "disabled": {
461
+ "description": "Indicates if the plugin is disabled or not",
462
+ "type": "boolean",
463
+ "title": "disabled"
464
+ }
465
+ }
466
+ },
467
+ "sub": {
468
+ "title": "EditableHtmlButtonConfigure",
469
+ "type": "object",
470
+ "properties": {
471
+ "disabled": {
472
+ "description": "Indicates if the plugin is disabled or not",
473
+ "type": "boolean",
474
+ "title": "disabled"
475
+ }
476
+ }
477
+ },
478
+ "sup": {
479
+ "title": "EditableHtmlButtonConfigure",
480
+ "type": "object",
481
+ "properties": {
482
+ "disabled": {
483
+ "description": "Indicates if the plugin is disabled or not",
484
+ "type": "boolean",
485
+ "title": "disabled"
486
+ }
487
+ }
488
+ },
489
+ "table": {
490
+ "title": "EditableHtmlButtonConfigure",
491
+ "type": "object",
492
+ "properties": {
493
+ "disabled": {
494
+ "description": "Indicates if the plugin is disabled or not",
495
+ "type": "boolean",
496
+ "title": "disabled"
497
+ }
498
+ }
499
+ },
500
+ "ul_list": {
501
+ "title": "EditableHtmlButtonConfigure",
502
+ "type": "object",
503
+ "properties": {
504
+ "disabled": {
505
+ "description": "Indicates if the plugin is disabled or not",
506
+ "type": "boolean",
507
+ "title": "disabled"
508
+ }
509
+ }
510
+ },
511
+ "underline": {
512
+ "title": "EditableHtmlButtonConfigure",
513
+ "type": "object",
514
+ "properties": {
515
+ "disabled": {
516
+ "description": "Indicates if the plugin is disabled or not",
517
+ "type": "boolean",
518
+ "title": "disabled"
519
+ }
520
+ }
521
+ },
522
+ "undo": {
523
+ "title": "EditableHtmlButtonConfigure",
524
+ "type": "object",
525
+ "properties": {
526
+ "disabled": {
527
+ "description": "Indicates if the plugin is disabled or not",
528
+ "type": "boolean",
529
+ "title": "disabled"
530
+ }
531
+ }
389
532
  }
390
533
  }
391
534
  },
@@ -622,102 +765,245 @@
622
765
  "title": "disabled"
623
766
  }
624
767
  }
625
- }
626
- }
627
- },
628
- "EditableHtmlButtonConfigure": {
629
- "title": "EditableHtmlButtonConfigure",
630
- "type": "object",
631
- "properties": {
632
- "disabled": {
633
- "description": "Indicates if the plugin is disabled or not",
634
- "type": "boolean",
635
- "title": "disabled"
636
- }
637
- }
638
- },
639
- "CustomPlugin": {
640
- "title": "CustomPlugin",
641
- "type": "object",
642
- "properties": {
643
- "event": {
644
- "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
645
- "type": "string",
646
- "title": "event"
647
768
  },
648
- "iconAlt": {
649
- "description": "The alt for the custom button icon",
650
- "type": "string",
651
- "title": "iconAlt"
769
+ "languageCharacters": {
770
+ "title": "EditableHtmlButtonConfigure",
771
+ "type": "object",
772
+ "properties": {
773
+ "disabled": {
774
+ "description": "Indicates if the plugin is disabled or not",
775
+ "type": "boolean",
776
+ "title": "disabled"
777
+ }
778
+ }
652
779
  },
653
- "iconType": {
654
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
655
- "type": "string",
656
- "title": "iconType"
780
+ "bold": {
781
+ "title": "EditableHtmlButtonConfigure",
782
+ "type": "object",
783
+ "properties": {
784
+ "disabled": {
785
+ "description": "Indicates if the plugin is disabled or not",
786
+ "type": "boolean",
787
+ "title": "disabled"
788
+ }
789
+ }
657
790
  },
658
- "icon": {
659
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
660
- "type": "string",
661
- "title": "icon"
662
- }
663
- },
664
- "required": [
665
- "event",
666
- "icon",
667
- "iconAlt",
668
- "iconType"
669
- ]
670
- },
671
- "ConfigureProp": {
672
- "title": "ConfigureProp",
673
- "type": "object",
674
- "properties": {
675
- "settings": {
676
- "description": "Indicates if the item has to be displayed in the Settings Panel",
677
- "type": "boolean",
678
- "title": "settings"
791
+ "html": {
792
+ "title": "EditableHtmlButtonConfigure",
793
+ "type": "object",
794
+ "properties": {
795
+ "disabled": {
796
+ "description": "Indicates if the plugin is disabled or not",
797
+ "type": "boolean",
798
+ "title": "disabled"
799
+ }
800
+ }
679
801
  },
680
- "label": {
681
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
682
- "type": "string",
683
- "title": "label"
684
- }
685
- }
686
- },
687
- "ConfigureMathMLProp": {
688
- "title": "ConfigureMathMLProp",
689
- "type": "object",
690
- "properties": {
691
- "mmlOutput": {
692
- "description": "Indicates if model should have mathML output instead of latex",
693
- "type": "number",
694
- "title": "mmlOutput"
802
+ "italic": {
803
+ "title": "EditableHtmlButtonConfigure",
804
+ "type": "object",
805
+ "properties": {
806
+ "disabled": {
807
+ "description": "Indicates if the plugin is disabled or not",
808
+ "type": "boolean",
809
+ "title": "disabled"
810
+ }
811
+ }
695
812
  },
696
- "mmlEditing": {
697
- "description": "Indicates if mathML that's already in model should be editable",
698
- "type": "number",
699
- "title": "mmlEditing"
700
- }
701
- }
702
- },
703
- "MultiTraitRubricConfigure": {
704
- "description": "Config Object for @pie-elements/multi-trait-rubric",
705
- "additionalProperties": false,
706
- "title": "MultiTraitRubricConfigure",
707
- "type": "object",
708
- "properties": {
709
- "baseInputConfiguration": {
710
- "title": "EditableHtmlConfigureProp",
813
+ "ol_list": {
814
+ "title": "EditableHtmlButtonConfigure",
711
815
  "type": "object",
712
816
  "properties": {
713
- "math": {
714
- "title": "EditableHtmlButtonConfigure",
715
- "type": "object",
716
- "properties": {
717
- "disabled": {
718
- "description": "Indicates if the plugin is disabled or not",
719
- "type": "boolean",
720
- "title": "disabled"
817
+ "disabled": {
818
+ "description": "Indicates if the plugin is disabled or not",
819
+ "type": "boolean",
820
+ "title": "disabled"
821
+ }
822
+ }
823
+ },
824
+ "redo": {
825
+ "title": "EditableHtmlButtonConfigure",
826
+ "type": "object",
827
+ "properties": {
828
+ "disabled": {
829
+ "description": "Indicates if the plugin is disabled or not",
830
+ "type": "boolean",
831
+ "title": "disabled"
832
+ }
833
+ }
834
+ },
835
+ "strikethrough": {
836
+ "title": "EditableHtmlButtonConfigure",
837
+ "type": "object",
838
+ "properties": {
839
+ "disabled": {
840
+ "description": "Indicates if the plugin is disabled or not",
841
+ "type": "boolean",
842
+ "title": "disabled"
843
+ }
844
+ }
845
+ },
846
+ "sub": {
847
+ "title": "EditableHtmlButtonConfigure",
848
+ "type": "object",
849
+ "properties": {
850
+ "disabled": {
851
+ "description": "Indicates if the plugin is disabled or not",
852
+ "type": "boolean",
853
+ "title": "disabled"
854
+ }
855
+ }
856
+ },
857
+ "sup": {
858
+ "title": "EditableHtmlButtonConfigure",
859
+ "type": "object",
860
+ "properties": {
861
+ "disabled": {
862
+ "description": "Indicates if the plugin is disabled or not",
863
+ "type": "boolean",
864
+ "title": "disabled"
865
+ }
866
+ }
867
+ },
868
+ "table": {
869
+ "title": "EditableHtmlButtonConfigure",
870
+ "type": "object",
871
+ "properties": {
872
+ "disabled": {
873
+ "description": "Indicates if the plugin is disabled or not",
874
+ "type": "boolean",
875
+ "title": "disabled"
876
+ }
877
+ }
878
+ },
879
+ "ul_list": {
880
+ "title": "EditableHtmlButtonConfigure",
881
+ "type": "object",
882
+ "properties": {
883
+ "disabled": {
884
+ "description": "Indicates if the plugin is disabled or not",
885
+ "type": "boolean",
886
+ "title": "disabled"
887
+ }
888
+ }
889
+ },
890
+ "underline": {
891
+ "title": "EditableHtmlButtonConfigure",
892
+ "type": "object",
893
+ "properties": {
894
+ "disabled": {
895
+ "description": "Indicates if the plugin is disabled or not",
896
+ "type": "boolean",
897
+ "title": "disabled"
898
+ }
899
+ }
900
+ },
901
+ "undo": {
902
+ "title": "EditableHtmlButtonConfigure",
903
+ "type": "object",
904
+ "properties": {
905
+ "disabled": {
906
+ "description": "Indicates if the plugin is disabled or not",
907
+ "type": "boolean",
908
+ "title": "disabled"
909
+ }
910
+ }
911
+ }
912
+ }
913
+ },
914
+ "EditableHtmlButtonConfigure": {
915
+ "title": "EditableHtmlButtonConfigure",
916
+ "type": "object",
917
+ "properties": {
918
+ "disabled": {
919
+ "description": "Indicates if the plugin is disabled or not",
920
+ "type": "boolean",
921
+ "title": "disabled"
922
+ }
923
+ }
924
+ },
925
+ "CustomPlugin": {
926
+ "title": "CustomPlugin",
927
+ "type": "object",
928
+ "properties": {
929
+ "event": {
930
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
931
+ "type": "string",
932
+ "title": "event"
933
+ },
934
+ "iconAlt": {
935
+ "description": "The alt for the custom button icon",
936
+ "type": "string",
937
+ "title": "iconAlt"
938
+ },
939
+ "iconType": {
940
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
941
+ "type": "string",
942
+ "title": "iconType"
943
+ },
944
+ "icon": {
945
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
946
+ "type": "string",
947
+ "title": "icon"
948
+ }
949
+ },
950
+ "required": [
951
+ "event",
952
+ "icon",
953
+ "iconAlt",
954
+ "iconType"
955
+ ]
956
+ },
957
+ "ConfigureProp": {
958
+ "title": "ConfigureProp",
959
+ "type": "object",
960
+ "properties": {
961
+ "settings": {
962
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
963
+ "type": "boolean",
964
+ "title": "settings"
965
+ },
966
+ "label": {
967
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
968
+ "type": "string",
969
+ "title": "label"
970
+ }
971
+ }
972
+ },
973
+ "ConfigureMathMLProp": {
974
+ "title": "ConfigureMathMLProp",
975
+ "type": "object",
976
+ "properties": {
977
+ "mmlOutput": {
978
+ "description": "Indicates if model should have mathML output instead of latex",
979
+ "type": "number",
980
+ "title": "mmlOutput"
981
+ },
982
+ "mmlEditing": {
983
+ "description": "Indicates if mathML that's already in model should be editable",
984
+ "type": "number",
985
+ "title": "mmlEditing"
986
+ }
987
+ }
988
+ },
989
+ "MultiTraitRubricConfigure": {
990
+ "description": "Config Object for @pie-elements/multi-trait-rubric",
991
+ "additionalProperties": false,
992
+ "title": "MultiTraitRubricConfigure",
993
+ "type": "object",
994
+ "properties": {
995
+ "baseInputConfiguration": {
996
+ "title": "EditableHtmlConfigureProp",
997
+ "type": "object",
998
+ "properties": {
999
+ "math": {
1000
+ "title": "EditableHtmlButtonConfigure",
1001
+ "type": "object",
1002
+ "properties": {
1003
+ "disabled": {
1004
+ "description": "Indicates if the plugin is disabled or not",
1005
+ "type": "boolean",
1006
+ "title": "disabled"
721
1007
  }
722
1008
  }
723
1009
  },
@@ -812,18 +1098,532 @@
812
1098
  "title": "disabled"
813
1099
  }
814
1100
  }
815
- }
816
- }
817
- },
818
- "expandedInput": {
819
- "title": "EditableHtmlPluginConfigure",
820
- "type": "object",
821
- "properties": {
822
- "inputConfiguration": {
823
- "title": "EditableHtmlConfigureProp",
1101
+ },
1102
+ "languageCharacters": {
1103
+ "title": "EditableHtmlButtonConfigure",
824
1104
  "type": "object",
825
1105
  "properties": {
826
- "math": {
1106
+ "disabled": {
1107
+ "description": "Indicates if the plugin is disabled or not",
1108
+ "type": "boolean",
1109
+ "title": "disabled"
1110
+ }
1111
+ }
1112
+ },
1113
+ "bold": {
1114
+ "title": "EditableHtmlButtonConfigure",
1115
+ "type": "object",
1116
+ "properties": {
1117
+ "disabled": {
1118
+ "description": "Indicates if the plugin is disabled or not",
1119
+ "type": "boolean",
1120
+ "title": "disabled"
1121
+ }
1122
+ }
1123
+ },
1124
+ "html": {
1125
+ "title": "EditableHtmlButtonConfigure",
1126
+ "type": "object",
1127
+ "properties": {
1128
+ "disabled": {
1129
+ "description": "Indicates if the plugin is disabled or not",
1130
+ "type": "boolean",
1131
+ "title": "disabled"
1132
+ }
1133
+ }
1134
+ },
1135
+ "italic": {
1136
+ "title": "EditableHtmlButtonConfigure",
1137
+ "type": "object",
1138
+ "properties": {
1139
+ "disabled": {
1140
+ "description": "Indicates if the plugin is disabled or not",
1141
+ "type": "boolean",
1142
+ "title": "disabled"
1143
+ }
1144
+ }
1145
+ },
1146
+ "ol_list": {
1147
+ "title": "EditableHtmlButtonConfigure",
1148
+ "type": "object",
1149
+ "properties": {
1150
+ "disabled": {
1151
+ "description": "Indicates if the plugin is disabled or not",
1152
+ "type": "boolean",
1153
+ "title": "disabled"
1154
+ }
1155
+ }
1156
+ },
1157
+ "redo": {
1158
+ "title": "EditableHtmlButtonConfigure",
1159
+ "type": "object",
1160
+ "properties": {
1161
+ "disabled": {
1162
+ "description": "Indicates if the plugin is disabled or not",
1163
+ "type": "boolean",
1164
+ "title": "disabled"
1165
+ }
1166
+ }
1167
+ },
1168
+ "strikethrough": {
1169
+ "title": "EditableHtmlButtonConfigure",
1170
+ "type": "object",
1171
+ "properties": {
1172
+ "disabled": {
1173
+ "description": "Indicates if the plugin is disabled or not",
1174
+ "type": "boolean",
1175
+ "title": "disabled"
1176
+ }
1177
+ }
1178
+ },
1179
+ "sub": {
1180
+ "title": "EditableHtmlButtonConfigure",
1181
+ "type": "object",
1182
+ "properties": {
1183
+ "disabled": {
1184
+ "description": "Indicates if the plugin is disabled or not",
1185
+ "type": "boolean",
1186
+ "title": "disabled"
1187
+ }
1188
+ }
1189
+ },
1190
+ "sup": {
1191
+ "title": "EditableHtmlButtonConfigure",
1192
+ "type": "object",
1193
+ "properties": {
1194
+ "disabled": {
1195
+ "description": "Indicates if the plugin is disabled or not",
1196
+ "type": "boolean",
1197
+ "title": "disabled"
1198
+ }
1199
+ }
1200
+ },
1201
+ "table": {
1202
+ "title": "EditableHtmlButtonConfigure",
1203
+ "type": "object",
1204
+ "properties": {
1205
+ "disabled": {
1206
+ "description": "Indicates if the plugin is disabled or not",
1207
+ "type": "boolean",
1208
+ "title": "disabled"
1209
+ }
1210
+ }
1211
+ },
1212
+ "ul_list": {
1213
+ "title": "EditableHtmlButtonConfigure",
1214
+ "type": "object",
1215
+ "properties": {
1216
+ "disabled": {
1217
+ "description": "Indicates if the plugin is disabled or not",
1218
+ "type": "boolean",
1219
+ "title": "disabled"
1220
+ }
1221
+ }
1222
+ },
1223
+ "underline": {
1224
+ "title": "EditableHtmlButtonConfigure",
1225
+ "type": "object",
1226
+ "properties": {
1227
+ "disabled": {
1228
+ "description": "Indicates if the plugin is disabled or not",
1229
+ "type": "boolean",
1230
+ "title": "disabled"
1231
+ }
1232
+ }
1233
+ },
1234
+ "undo": {
1235
+ "title": "EditableHtmlButtonConfigure",
1236
+ "type": "object",
1237
+ "properties": {
1238
+ "disabled": {
1239
+ "description": "Indicates if the plugin is disabled or not",
1240
+ "type": "boolean",
1241
+ "title": "disabled"
1242
+ }
1243
+ }
1244
+ }
1245
+ }
1246
+ },
1247
+ "expandedInput": {
1248
+ "title": "EditableHtmlPluginConfigure",
1249
+ "type": "object",
1250
+ "properties": {
1251
+ "inputConfiguration": {
1252
+ "title": "EditableHtmlConfigureProp",
1253
+ "type": "object",
1254
+ "properties": {
1255
+ "math": {
1256
+ "title": "EditableHtmlButtonConfigure",
1257
+ "type": "object",
1258
+ "properties": {
1259
+ "disabled": {
1260
+ "description": "Indicates if the plugin is disabled or not",
1261
+ "type": "boolean",
1262
+ "title": "disabled"
1263
+ }
1264
+ }
1265
+ },
1266
+ "audio": {
1267
+ "title": "EditableHtmlButtonConfigure",
1268
+ "type": "object",
1269
+ "properties": {
1270
+ "disabled": {
1271
+ "description": "Indicates if the plugin is disabled or not",
1272
+ "type": "boolean",
1273
+ "title": "disabled"
1274
+ }
1275
+ }
1276
+ },
1277
+ "video": {
1278
+ "title": "EditableHtmlButtonConfigure",
1279
+ "type": "object",
1280
+ "properties": {
1281
+ "disabled": {
1282
+ "description": "Indicates if the plugin is disabled or not",
1283
+ "type": "boolean",
1284
+ "title": "disabled"
1285
+ }
1286
+ }
1287
+ },
1288
+ "image": {
1289
+ "title": "EditableHtmlButtonConfigure",
1290
+ "type": "object",
1291
+ "properties": {
1292
+ "disabled": {
1293
+ "description": "Indicates if the plugin is disabled or not",
1294
+ "type": "boolean",
1295
+ "title": "disabled"
1296
+ }
1297
+ }
1298
+ },
1299
+ "customPlugins": {
1300
+ "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1301
+ "type": "array",
1302
+ "items": {
1303
+ "title": "CustomPlugin",
1304
+ "type": "object",
1305
+ "properties": {
1306
+ "event": {
1307
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1308
+ "type": "string",
1309
+ "title": "event"
1310
+ },
1311
+ "iconAlt": {
1312
+ "description": "The alt for the custom button icon",
1313
+ "type": "string",
1314
+ "title": "iconAlt"
1315
+ },
1316
+ "iconType": {
1317
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1318
+ "type": "string",
1319
+ "title": "iconType"
1320
+ },
1321
+ "icon": {
1322
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1323
+ "type": "string",
1324
+ "title": "icon"
1325
+ }
1326
+ },
1327
+ "required": [
1328
+ "event",
1329
+ "icon",
1330
+ "iconAlt",
1331
+ "iconType"
1332
+ ]
1333
+ },
1334
+ "title": "customPlugins"
1335
+ },
1336
+ "blockquote": {
1337
+ "title": "EditableHtmlButtonConfigure",
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "disabled": {
1341
+ "description": "Indicates if the plugin is disabled or not",
1342
+ "type": "boolean",
1343
+ "title": "disabled"
1344
+ }
1345
+ }
1346
+ },
1347
+ "h3": {
1348
+ "title": "EditableHtmlButtonConfigure",
1349
+ "type": "object",
1350
+ "properties": {
1351
+ "disabled": {
1352
+ "description": "Indicates if the plugin is disabled or not",
1353
+ "type": "boolean",
1354
+ "title": "disabled"
1355
+ }
1356
+ }
1357
+ },
1358
+ "languageCharacters": {
1359
+ "title": "EditableHtmlButtonConfigure",
1360
+ "type": "object",
1361
+ "properties": {
1362
+ "disabled": {
1363
+ "description": "Indicates if the plugin is disabled or not",
1364
+ "type": "boolean",
1365
+ "title": "disabled"
1366
+ }
1367
+ }
1368
+ },
1369
+ "bold": {
1370
+ "title": "EditableHtmlButtonConfigure",
1371
+ "type": "object",
1372
+ "properties": {
1373
+ "disabled": {
1374
+ "description": "Indicates if the plugin is disabled or not",
1375
+ "type": "boolean",
1376
+ "title": "disabled"
1377
+ }
1378
+ }
1379
+ },
1380
+ "html": {
1381
+ "title": "EditableHtmlButtonConfigure",
1382
+ "type": "object",
1383
+ "properties": {
1384
+ "disabled": {
1385
+ "description": "Indicates if the plugin is disabled or not",
1386
+ "type": "boolean",
1387
+ "title": "disabled"
1388
+ }
1389
+ }
1390
+ },
1391
+ "italic": {
1392
+ "title": "EditableHtmlButtonConfigure",
1393
+ "type": "object",
1394
+ "properties": {
1395
+ "disabled": {
1396
+ "description": "Indicates if the plugin is disabled or not",
1397
+ "type": "boolean",
1398
+ "title": "disabled"
1399
+ }
1400
+ }
1401
+ },
1402
+ "ol_list": {
1403
+ "title": "EditableHtmlButtonConfigure",
1404
+ "type": "object",
1405
+ "properties": {
1406
+ "disabled": {
1407
+ "description": "Indicates if the plugin is disabled or not",
1408
+ "type": "boolean",
1409
+ "title": "disabled"
1410
+ }
1411
+ }
1412
+ },
1413
+ "redo": {
1414
+ "title": "EditableHtmlButtonConfigure",
1415
+ "type": "object",
1416
+ "properties": {
1417
+ "disabled": {
1418
+ "description": "Indicates if the plugin is disabled or not",
1419
+ "type": "boolean",
1420
+ "title": "disabled"
1421
+ }
1422
+ }
1423
+ },
1424
+ "strikethrough": {
1425
+ "title": "EditableHtmlButtonConfigure",
1426
+ "type": "object",
1427
+ "properties": {
1428
+ "disabled": {
1429
+ "description": "Indicates if the plugin is disabled or not",
1430
+ "type": "boolean",
1431
+ "title": "disabled"
1432
+ }
1433
+ }
1434
+ },
1435
+ "sub": {
1436
+ "title": "EditableHtmlButtonConfigure",
1437
+ "type": "object",
1438
+ "properties": {
1439
+ "disabled": {
1440
+ "description": "Indicates if the plugin is disabled or not",
1441
+ "type": "boolean",
1442
+ "title": "disabled"
1443
+ }
1444
+ }
1445
+ },
1446
+ "sup": {
1447
+ "title": "EditableHtmlButtonConfigure",
1448
+ "type": "object",
1449
+ "properties": {
1450
+ "disabled": {
1451
+ "description": "Indicates if the plugin is disabled or not",
1452
+ "type": "boolean",
1453
+ "title": "disabled"
1454
+ }
1455
+ }
1456
+ },
1457
+ "table": {
1458
+ "title": "EditableHtmlButtonConfigure",
1459
+ "type": "object",
1460
+ "properties": {
1461
+ "disabled": {
1462
+ "description": "Indicates if the plugin is disabled or not",
1463
+ "type": "boolean",
1464
+ "title": "disabled"
1465
+ }
1466
+ }
1467
+ },
1468
+ "ul_list": {
1469
+ "title": "EditableHtmlButtonConfigure",
1470
+ "type": "object",
1471
+ "properties": {
1472
+ "disabled": {
1473
+ "description": "Indicates if the plugin is disabled or not",
1474
+ "type": "boolean",
1475
+ "title": "disabled"
1476
+ }
1477
+ }
1478
+ },
1479
+ "underline": {
1480
+ "title": "EditableHtmlButtonConfigure",
1481
+ "type": "object",
1482
+ "properties": {
1483
+ "disabled": {
1484
+ "description": "Indicates if the plugin is disabled or not",
1485
+ "type": "boolean",
1486
+ "title": "disabled"
1487
+ }
1488
+ }
1489
+ },
1490
+ "undo": {
1491
+ "title": "EditableHtmlButtonConfigure",
1492
+ "type": "object",
1493
+ "properties": {
1494
+ "disabled": {
1495
+ "description": "Indicates if the plugin is disabled or not",
1496
+ "type": "boolean",
1497
+ "title": "disabled"
1498
+ }
1499
+ }
1500
+ }
1501
+ }
1502
+ },
1503
+ "settings": {
1504
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1505
+ "type": "boolean",
1506
+ "title": "settings"
1507
+ },
1508
+ "label": {
1509
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1510
+ "type": "string",
1511
+ "title": "label"
1512
+ }
1513
+ }
1514
+ },
1515
+ "labelInput": {
1516
+ "title": "EditableHtmlPluginConfigure",
1517
+ "type": "object",
1518
+ "properties": {
1519
+ "inputConfiguration": {
1520
+ "title": "EditableHtmlConfigureProp",
1521
+ "type": "object",
1522
+ "properties": {
1523
+ "math": {
1524
+ "title": "EditableHtmlButtonConfigure",
1525
+ "type": "object",
1526
+ "properties": {
1527
+ "disabled": {
1528
+ "description": "Indicates if the plugin is disabled or not",
1529
+ "type": "boolean",
1530
+ "title": "disabled"
1531
+ }
1532
+ }
1533
+ },
1534
+ "audio": {
1535
+ "title": "EditableHtmlButtonConfigure",
1536
+ "type": "object",
1537
+ "properties": {
1538
+ "disabled": {
1539
+ "description": "Indicates if the plugin is disabled or not",
1540
+ "type": "boolean",
1541
+ "title": "disabled"
1542
+ }
1543
+ }
1544
+ },
1545
+ "video": {
1546
+ "title": "EditableHtmlButtonConfigure",
1547
+ "type": "object",
1548
+ "properties": {
1549
+ "disabled": {
1550
+ "description": "Indicates if the plugin is disabled or not",
1551
+ "type": "boolean",
1552
+ "title": "disabled"
1553
+ }
1554
+ }
1555
+ },
1556
+ "image": {
1557
+ "title": "EditableHtmlButtonConfigure",
1558
+ "type": "object",
1559
+ "properties": {
1560
+ "disabled": {
1561
+ "description": "Indicates if the plugin is disabled or not",
1562
+ "type": "boolean",
1563
+ "title": "disabled"
1564
+ }
1565
+ }
1566
+ },
1567
+ "customPlugins": {
1568
+ "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1569
+ "type": "array",
1570
+ "items": {
1571
+ "title": "CustomPlugin",
1572
+ "type": "object",
1573
+ "properties": {
1574
+ "event": {
1575
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1576
+ "type": "string",
1577
+ "title": "event"
1578
+ },
1579
+ "iconAlt": {
1580
+ "description": "The alt for the custom button icon",
1581
+ "type": "string",
1582
+ "title": "iconAlt"
1583
+ },
1584
+ "iconType": {
1585
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1586
+ "type": "string",
1587
+ "title": "iconType"
1588
+ },
1589
+ "icon": {
1590
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1591
+ "type": "string",
1592
+ "title": "icon"
1593
+ }
1594
+ },
1595
+ "required": [
1596
+ "event",
1597
+ "icon",
1598
+ "iconAlt",
1599
+ "iconType"
1600
+ ]
1601
+ },
1602
+ "title": "customPlugins"
1603
+ },
1604
+ "blockquote": {
1605
+ "title": "EditableHtmlButtonConfigure",
1606
+ "type": "object",
1607
+ "properties": {
1608
+ "disabled": {
1609
+ "description": "Indicates if the plugin is disabled or not",
1610
+ "type": "boolean",
1611
+ "title": "disabled"
1612
+ }
1613
+ }
1614
+ },
1615
+ "h3": {
1616
+ "title": "EditableHtmlButtonConfigure",
1617
+ "type": "object",
1618
+ "properties": {
1619
+ "disabled": {
1620
+ "description": "Indicates if the plugin is disabled or not",
1621
+ "type": "boolean",
1622
+ "title": "disabled"
1623
+ }
1624
+ }
1625
+ },
1626
+ "languageCharacters": {
827
1627
  "title": "EditableHtmlButtonConfigure",
828
1628
  "type": "object",
829
1629
  "properties": {
@@ -834,7 +1634,7 @@
834
1634
  }
835
1635
  }
836
1636
  },
837
- "audio": {
1637
+ "bold": {
838
1638
  "title": "EditableHtmlButtonConfigure",
839
1639
  "type": "object",
840
1640
  "properties": {
@@ -845,7 +1645,7 @@
845
1645
  }
846
1646
  }
847
1647
  },
848
- "video": {
1648
+ "html": {
849
1649
  "title": "EditableHtmlButtonConfigure",
850
1650
  "type": "object",
851
1651
  "properties": {
@@ -856,7 +1656,7 @@
856
1656
  }
857
1657
  }
858
1658
  },
859
- "image": {
1659
+ "italic": {
860
1660
  "title": "EditableHtmlButtonConfigure",
861
1661
  "type": "object",
862
1662
  "properties": {
@@ -867,44 +1667,7 @@
867
1667
  }
868
1668
  }
869
1669
  },
870
- "customPlugins": {
871
- "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
872
- "type": "array",
873
- "items": {
874
- "title": "CustomPlugin",
875
- "type": "object",
876
- "properties": {
877
- "event": {
878
- "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
879
- "type": "string",
880
- "title": "event"
881
- },
882
- "iconAlt": {
883
- "description": "The alt for the custom button icon",
884
- "type": "string",
885
- "title": "iconAlt"
886
- },
887
- "iconType": {
888
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
889
- "type": "string",
890
- "title": "iconType"
891
- },
892
- "icon": {
893
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
894
- "type": "string",
895
- "title": "icon"
896
- }
897
- },
898
- "required": [
899
- "event",
900
- "icon",
901
- "iconAlt",
902
- "iconType"
903
- ]
904
- },
905
- "title": "customPlugins"
906
- },
907
- "blockquote": {
1670
+ "ol_list": {
908
1671
  "title": "EditableHtmlButtonConfigure",
909
1672
  "type": "object",
910
1673
  "properties": {
@@ -915,7 +1678,7 @@
915
1678
  }
916
1679
  }
917
1680
  },
918
- "h3": {
1681
+ "redo": {
919
1682
  "title": "EditableHtmlButtonConfigure",
920
1683
  "type": "object",
921
1684
  "properties": {
@@ -925,30 +1688,8 @@
925
1688
  "title": "disabled"
926
1689
  }
927
1690
  }
928
- }
929
- }
930
- },
931
- "settings": {
932
- "description": "Indicates if the item has to be displayed in the Settings Panel",
933
- "type": "boolean",
934
- "title": "settings"
935
- },
936
- "label": {
937
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
938
- "type": "string",
939
- "title": "label"
940
- }
941
- }
942
- },
943
- "labelInput": {
944
- "title": "EditableHtmlPluginConfigure",
945
- "type": "object",
946
- "properties": {
947
- "inputConfiguration": {
948
- "title": "EditableHtmlConfigureProp",
949
- "type": "object",
950
- "properties": {
951
- "math": {
1691
+ },
1692
+ "strikethrough": {
952
1693
  "title": "EditableHtmlButtonConfigure",
953
1694
  "type": "object",
954
1695
  "properties": {
@@ -959,7 +1700,7 @@
959
1700
  }
960
1701
  }
961
1702
  },
962
- "audio": {
1703
+ "sub": {
963
1704
  "title": "EditableHtmlButtonConfigure",
964
1705
  "type": "object",
965
1706
  "properties": {
@@ -970,7 +1711,7 @@
970
1711
  }
971
1712
  }
972
1713
  },
973
- "video": {
1714
+ "sup": {
974
1715
  "title": "EditableHtmlButtonConfigure",
975
1716
  "type": "object",
976
1717
  "properties": {
@@ -981,7 +1722,7 @@
981
1722
  }
982
1723
  }
983
1724
  },
984
- "image": {
1725
+ "table": {
985
1726
  "title": "EditableHtmlButtonConfigure",
986
1727
  "type": "object",
987
1728
  "properties": {
@@ -992,44 +1733,18 @@
992
1733
  }
993
1734
  }
994
1735
  },
995
- "customPlugins": {
996
- "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
997
- "type": "array",
998
- "items": {
999
- "title": "CustomPlugin",
1000
- "type": "object",
1001
- "properties": {
1002
- "event": {
1003
- "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1004
- "type": "string",
1005
- "title": "event"
1006
- },
1007
- "iconAlt": {
1008
- "description": "The alt for the custom button icon",
1009
- "type": "string",
1010
- "title": "iconAlt"
1011
- },
1012
- "iconType": {
1013
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1014
- "type": "string",
1015
- "title": "iconType"
1016
- },
1017
- "icon": {
1018
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1019
- "type": "string",
1020
- "title": "icon"
1021
- }
1022
- },
1023
- "required": [
1024
- "event",
1025
- "icon",
1026
- "iconAlt",
1027
- "iconType"
1028
- ]
1029
- },
1030
- "title": "customPlugins"
1736
+ "ul_list": {
1737
+ "title": "EditableHtmlButtonConfigure",
1738
+ "type": "object",
1739
+ "properties": {
1740
+ "disabled": {
1741
+ "description": "Indicates if the plugin is disabled or not",
1742
+ "type": "boolean",
1743
+ "title": "disabled"
1744
+ }
1745
+ }
1031
1746
  },
1032
- "blockquote": {
1747
+ "underline": {
1033
1748
  "title": "EditableHtmlButtonConfigure",
1034
1749
  "type": "object",
1035
1750
  "properties": {
@@ -1040,7 +1755,7 @@
1040
1755
  }
1041
1756
  }
1042
1757
  },
1043
- "h3": {
1758
+ "undo": {
1044
1759
  "title": "EditableHtmlButtonConfigure",
1045
1760
  "type": "object",
1046
1761
  "properties": {
@@ -1269,32 +1984,146 @@
1269
1984
  "type": "number",
1270
1985
  "title": "mmlOutput"
1271
1986
  },
1272
- "mmlEditing": {
1273
- "description": "Indicates if mathML that's already in model should be editable",
1274
- "type": "number",
1275
- "title": "mmlEditing"
1276
- }
1277
- }
1278
- },
1279
- "maxMaxPoints": {
1280
- "description": "Indicates the max limit for scoring points",
1281
- "type": "number",
1282
- "title": "maxMaxPoints"
1283
- }
1284
- },
1285
- "required": [
1286
- "width"
1287
- ]
1288
- },
1289
- "EditableHtmlPluginConfigure": {
1290
- "title": "EditableHtmlPluginConfigure",
1291
- "type": "object",
1292
- "properties": {
1293
- "inputConfiguration": {
1294
- "title": "EditableHtmlConfigureProp",
1295
- "type": "object",
1296
- "properties": {
1297
- "math": {
1987
+ "mmlEditing": {
1988
+ "description": "Indicates if mathML that's already in model should be editable",
1989
+ "type": "number",
1990
+ "title": "mmlEditing"
1991
+ }
1992
+ }
1993
+ },
1994
+ "maxMaxPoints": {
1995
+ "description": "Indicates the max limit for scoring points",
1996
+ "type": "number",
1997
+ "title": "maxMaxPoints"
1998
+ }
1999
+ },
2000
+ "required": [
2001
+ "width"
2002
+ ]
2003
+ },
2004
+ "EditableHtmlPluginConfigure": {
2005
+ "title": "EditableHtmlPluginConfigure",
2006
+ "type": "object",
2007
+ "properties": {
2008
+ "inputConfiguration": {
2009
+ "title": "EditableHtmlConfigureProp",
2010
+ "type": "object",
2011
+ "properties": {
2012
+ "math": {
2013
+ "title": "EditableHtmlButtonConfigure",
2014
+ "type": "object",
2015
+ "properties": {
2016
+ "disabled": {
2017
+ "description": "Indicates if the plugin is disabled or not",
2018
+ "type": "boolean",
2019
+ "title": "disabled"
2020
+ }
2021
+ }
2022
+ },
2023
+ "audio": {
2024
+ "title": "EditableHtmlButtonConfigure",
2025
+ "type": "object",
2026
+ "properties": {
2027
+ "disabled": {
2028
+ "description": "Indicates if the plugin is disabled or not",
2029
+ "type": "boolean",
2030
+ "title": "disabled"
2031
+ }
2032
+ }
2033
+ },
2034
+ "video": {
2035
+ "title": "EditableHtmlButtonConfigure",
2036
+ "type": "object",
2037
+ "properties": {
2038
+ "disabled": {
2039
+ "description": "Indicates if the plugin is disabled or not",
2040
+ "type": "boolean",
2041
+ "title": "disabled"
2042
+ }
2043
+ }
2044
+ },
2045
+ "image": {
2046
+ "title": "EditableHtmlButtonConfigure",
2047
+ "type": "object",
2048
+ "properties": {
2049
+ "disabled": {
2050
+ "description": "Indicates if the plugin is disabled or not",
2051
+ "type": "boolean",
2052
+ "title": "disabled"
2053
+ }
2054
+ }
2055
+ },
2056
+ "customPlugins": {
2057
+ "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
2058
+ "type": "array",
2059
+ "items": {
2060
+ "title": "CustomPlugin",
2061
+ "type": "object",
2062
+ "properties": {
2063
+ "event": {
2064
+ "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
2065
+ "type": "string",
2066
+ "title": "event"
2067
+ },
2068
+ "iconAlt": {
2069
+ "description": "The alt for the custom button icon",
2070
+ "type": "string",
2071
+ "title": "iconAlt"
2072
+ },
2073
+ "iconType": {
2074
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
2075
+ "type": "string",
2076
+ "title": "iconType"
2077
+ },
2078
+ "icon": {
2079
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
2080
+ "type": "string",
2081
+ "title": "icon"
2082
+ }
2083
+ },
2084
+ "required": [
2085
+ "event",
2086
+ "icon",
2087
+ "iconAlt",
2088
+ "iconType"
2089
+ ]
2090
+ },
2091
+ "title": "customPlugins"
2092
+ },
2093
+ "blockquote": {
2094
+ "title": "EditableHtmlButtonConfigure",
2095
+ "type": "object",
2096
+ "properties": {
2097
+ "disabled": {
2098
+ "description": "Indicates if the plugin is disabled or not",
2099
+ "type": "boolean",
2100
+ "title": "disabled"
2101
+ }
2102
+ }
2103
+ },
2104
+ "h3": {
2105
+ "title": "EditableHtmlButtonConfigure",
2106
+ "type": "object",
2107
+ "properties": {
2108
+ "disabled": {
2109
+ "description": "Indicates if the plugin is disabled or not",
2110
+ "type": "boolean",
2111
+ "title": "disabled"
2112
+ }
2113
+ }
2114
+ },
2115
+ "languageCharacters": {
2116
+ "title": "EditableHtmlButtonConfigure",
2117
+ "type": "object",
2118
+ "properties": {
2119
+ "disabled": {
2120
+ "description": "Indicates if the plugin is disabled or not",
2121
+ "type": "boolean",
2122
+ "title": "disabled"
2123
+ }
2124
+ }
2125
+ },
2126
+ "bold": {
1298
2127
  "title": "EditableHtmlButtonConfigure",
1299
2128
  "type": "object",
1300
2129
  "properties": {
@@ -1305,7 +2134,7 @@
1305
2134
  }
1306
2135
  }
1307
2136
  },
1308
- "audio": {
2137
+ "html": {
1309
2138
  "title": "EditableHtmlButtonConfigure",
1310
2139
  "type": "object",
1311
2140
  "properties": {
@@ -1316,7 +2145,7 @@
1316
2145
  }
1317
2146
  }
1318
2147
  },
1319
- "video": {
2148
+ "italic": {
1320
2149
  "title": "EditableHtmlButtonConfigure",
1321
2150
  "type": "object",
1322
2151
  "properties": {
@@ -1327,7 +2156,7 @@
1327
2156
  }
1328
2157
  }
1329
2158
  },
1330
- "image": {
2159
+ "ol_list": {
1331
2160
  "title": "EditableHtmlButtonConfigure",
1332
2161
  "type": "object",
1333
2162
  "properties": {
@@ -1338,44 +2167,18 @@
1338
2167
  }
1339
2168
  }
1340
2169
  },
1341
- "customPlugins": {
1342
- "description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
1343
- "type": "array",
1344
- "items": {
1345
- "title": "CustomPlugin",
1346
- "type": "object",
1347
- "properties": {
1348
- "event": {
1349
- "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
1350
- "type": "string",
1351
- "title": "event"
1352
- },
1353
- "iconAlt": {
1354
- "description": "The alt for the custom button icon",
1355
- "type": "string",
1356
- "title": "iconAlt"
1357
- },
1358
- "iconType": {
1359
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1360
- "type": "string",
1361
- "title": "iconType"
1362
- },
1363
- "icon": {
1364
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1365
- "type": "string",
1366
- "title": "icon"
1367
- }
1368
- },
1369
- "required": [
1370
- "event",
1371
- "icon",
1372
- "iconAlt",
1373
- "iconType"
1374
- ]
1375
- },
1376
- "title": "customPlugins"
2170
+ "redo": {
2171
+ "title": "EditableHtmlButtonConfigure",
2172
+ "type": "object",
2173
+ "properties": {
2174
+ "disabled": {
2175
+ "description": "Indicates if the plugin is disabled or not",
2176
+ "type": "boolean",
2177
+ "title": "disabled"
2178
+ }
2179
+ }
1377
2180
  },
1378
- "blockquote": {
2181
+ "strikethrough": {
1379
2182
  "title": "EditableHtmlButtonConfigure",
1380
2183
  "type": "object",
1381
2184
  "properties": {
@@ -1386,7 +2189,62 @@
1386
2189
  }
1387
2190
  }
1388
2191
  },
1389
- "h3": {
2192
+ "sub": {
2193
+ "title": "EditableHtmlButtonConfigure",
2194
+ "type": "object",
2195
+ "properties": {
2196
+ "disabled": {
2197
+ "description": "Indicates if the plugin is disabled or not",
2198
+ "type": "boolean",
2199
+ "title": "disabled"
2200
+ }
2201
+ }
2202
+ },
2203
+ "sup": {
2204
+ "title": "EditableHtmlButtonConfigure",
2205
+ "type": "object",
2206
+ "properties": {
2207
+ "disabled": {
2208
+ "description": "Indicates if the plugin is disabled or not",
2209
+ "type": "boolean",
2210
+ "title": "disabled"
2211
+ }
2212
+ }
2213
+ },
2214
+ "table": {
2215
+ "title": "EditableHtmlButtonConfigure",
2216
+ "type": "object",
2217
+ "properties": {
2218
+ "disabled": {
2219
+ "description": "Indicates if the plugin is disabled or not",
2220
+ "type": "boolean",
2221
+ "title": "disabled"
2222
+ }
2223
+ }
2224
+ },
2225
+ "ul_list": {
2226
+ "title": "EditableHtmlButtonConfigure",
2227
+ "type": "object",
2228
+ "properties": {
2229
+ "disabled": {
2230
+ "description": "Indicates if the plugin is disabled or not",
2231
+ "type": "boolean",
2232
+ "title": "disabled"
2233
+ }
2234
+ }
2235
+ },
2236
+ "underline": {
2237
+ "title": "EditableHtmlButtonConfigure",
2238
+ "type": "object",
2239
+ "properties": {
2240
+ "disabled": {
2241
+ "description": "Indicates if the plugin is disabled or not",
2242
+ "type": "boolean",
2243
+ "title": "disabled"
2244
+ }
2245
+ }
2246
+ },
2247
+ "undo": {
1390
2248
  "title": "EditableHtmlButtonConfigure",
1391
2249
  "type": "object",
1392
2250
  "properties": {
@@ -1612,6 +2470,149 @@
1612
2470
  "title": "disabled"
1613
2471
  }
1614
2472
  }
2473
+ },
2474
+ "languageCharacters": {
2475
+ "title": "EditableHtmlButtonConfigure",
2476
+ "type": "object",
2477
+ "properties": {
2478
+ "disabled": {
2479
+ "description": "Indicates if the plugin is disabled or not",
2480
+ "type": "boolean",
2481
+ "title": "disabled"
2482
+ }
2483
+ }
2484
+ },
2485
+ "bold": {
2486
+ "title": "EditableHtmlButtonConfigure",
2487
+ "type": "object",
2488
+ "properties": {
2489
+ "disabled": {
2490
+ "description": "Indicates if the plugin is disabled or not",
2491
+ "type": "boolean",
2492
+ "title": "disabled"
2493
+ }
2494
+ }
2495
+ },
2496
+ "html": {
2497
+ "title": "EditableHtmlButtonConfigure",
2498
+ "type": "object",
2499
+ "properties": {
2500
+ "disabled": {
2501
+ "description": "Indicates if the plugin is disabled or not",
2502
+ "type": "boolean",
2503
+ "title": "disabled"
2504
+ }
2505
+ }
2506
+ },
2507
+ "italic": {
2508
+ "title": "EditableHtmlButtonConfigure",
2509
+ "type": "object",
2510
+ "properties": {
2511
+ "disabled": {
2512
+ "description": "Indicates if the plugin is disabled or not",
2513
+ "type": "boolean",
2514
+ "title": "disabled"
2515
+ }
2516
+ }
2517
+ },
2518
+ "ol_list": {
2519
+ "title": "EditableHtmlButtonConfigure",
2520
+ "type": "object",
2521
+ "properties": {
2522
+ "disabled": {
2523
+ "description": "Indicates if the plugin is disabled or not",
2524
+ "type": "boolean",
2525
+ "title": "disabled"
2526
+ }
2527
+ }
2528
+ },
2529
+ "redo": {
2530
+ "title": "EditableHtmlButtonConfigure",
2531
+ "type": "object",
2532
+ "properties": {
2533
+ "disabled": {
2534
+ "description": "Indicates if the plugin is disabled or not",
2535
+ "type": "boolean",
2536
+ "title": "disabled"
2537
+ }
2538
+ }
2539
+ },
2540
+ "strikethrough": {
2541
+ "title": "EditableHtmlButtonConfigure",
2542
+ "type": "object",
2543
+ "properties": {
2544
+ "disabled": {
2545
+ "description": "Indicates if the plugin is disabled or not",
2546
+ "type": "boolean",
2547
+ "title": "disabled"
2548
+ }
2549
+ }
2550
+ },
2551
+ "sub": {
2552
+ "title": "EditableHtmlButtonConfigure",
2553
+ "type": "object",
2554
+ "properties": {
2555
+ "disabled": {
2556
+ "description": "Indicates if the plugin is disabled or not",
2557
+ "type": "boolean",
2558
+ "title": "disabled"
2559
+ }
2560
+ }
2561
+ },
2562
+ "sup": {
2563
+ "title": "EditableHtmlButtonConfigure",
2564
+ "type": "object",
2565
+ "properties": {
2566
+ "disabled": {
2567
+ "description": "Indicates if the plugin is disabled or not",
2568
+ "type": "boolean",
2569
+ "title": "disabled"
2570
+ }
2571
+ }
2572
+ },
2573
+ "table": {
2574
+ "title": "EditableHtmlButtonConfigure",
2575
+ "type": "object",
2576
+ "properties": {
2577
+ "disabled": {
2578
+ "description": "Indicates if the plugin is disabled or not",
2579
+ "type": "boolean",
2580
+ "title": "disabled"
2581
+ }
2582
+ }
2583
+ },
2584
+ "ul_list": {
2585
+ "title": "EditableHtmlButtonConfigure",
2586
+ "type": "object",
2587
+ "properties": {
2588
+ "disabled": {
2589
+ "description": "Indicates if the plugin is disabled or not",
2590
+ "type": "boolean",
2591
+ "title": "disabled"
2592
+ }
2593
+ }
2594
+ },
2595
+ "underline": {
2596
+ "title": "EditableHtmlButtonConfigure",
2597
+ "type": "object",
2598
+ "properties": {
2599
+ "disabled": {
2600
+ "description": "Indicates if the plugin is disabled or not",
2601
+ "type": "boolean",
2602
+ "title": "disabled"
2603
+ }
2604
+ }
2605
+ },
2606
+ "undo": {
2607
+ "title": "EditableHtmlButtonConfigure",
2608
+ "type": "object",
2609
+ "properties": {
2610
+ "disabled": {
2611
+ "description": "Indicates if the plugin is disabled or not",
2612
+ "type": "boolean",
2613
+ "title": "disabled"
2614
+ }
2615
+ }
1615
2616
  }
1616
2617
  }
1617
2618
  },