@pie-element/explicit-constructed-response 6.22.3-next.9 → 6.22.4-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.
@@ -109,6 +109,149 @@
109
109
  "title": "disabled"
110
110
  }
111
111
  }
112
+ },
113
+ "languageCharacters": {
114
+ "title": "EditableHtmlButtonConfigure",
115
+ "type": "object",
116
+ "properties": {
117
+ "disabled": {
118
+ "description": "Indicates if the plugin is disabled or not",
119
+ "type": "boolean",
120
+ "title": "disabled"
121
+ }
122
+ }
123
+ },
124
+ "bold": {
125
+ "title": "EditableHtmlButtonConfigure",
126
+ "type": "object",
127
+ "properties": {
128
+ "disabled": {
129
+ "description": "Indicates if the plugin is disabled or not",
130
+ "type": "boolean",
131
+ "title": "disabled"
132
+ }
133
+ }
134
+ },
135
+ "html": {
136
+ "title": "EditableHtmlButtonConfigure",
137
+ "type": "object",
138
+ "properties": {
139
+ "disabled": {
140
+ "description": "Indicates if the plugin is disabled or not",
141
+ "type": "boolean",
142
+ "title": "disabled"
143
+ }
144
+ }
145
+ },
146
+ "italic": {
147
+ "title": "EditableHtmlButtonConfigure",
148
+ "type": "object",
149
+ "properties": {
150
+ "disabled": {
151
+ "description": "Indicates if the plugin is disabled or not",
152
+ "type": "boolean",
153
+ "title": "disabled"
154
+ }
155
+ }
156
+ },
157
+ "ol_list": {
158
+ "title": "EditableHtmlButtonConfigure",
159
+ "type": "object",
160
+ "properties": {
161
+ "disabled": {
162
+ "description": "Indicates if the plugin is disabled or not",
163
+ "type": "boolean",
164
+ "title": "disabled"
165
+ }
166
+ }
167
+ },
168
+ "redo": {
169
+ "title": "EditableHtmlButtonConfigure",
170
+ "type": "object",
171
+ "properties": {
172
+ "disabled": {
173
+ "description": "Indicates if the plugin is disabled or not",
174
+ "type": "boolean",
175
+ "title": "disabled"
176
+ }
177
+ }
178
+ },
179
+ "strikethrough": {
180
+ "title": "EditableHtmlButtonConfigure",
181
+ "type": "object",
182
+ "properties": {
183
+ "disabled": {
184
+ "description": "Indicates if the plugin is disabled or not",
185
+ "type": "boolean",
186
+ "title": "disabled"
187
+ }
188
+ }
189
+ },
190
+ "sub": {
191
+ "title": "EditableHtmlButtonConfigure",
192
+ "type": "object",
193
+ "properties": {
194
+ "disabled": {
195
+ "description": "Indicates if the plugin is disabled or not",
196
+ "type": "boolean",
197
+ "title": "disabled"
198
+ }
199
+ }
200
+ },
201
+ "sup": {
202
+ "title": "EditableHtmlButtonConfigure",
203
+ "type": "object",
204
+ "properties": {
205
+ "disabled": {
206
+ "description": "Indicates if the plugin is disabled or not",
207
+ "type": "boolean",
208
+ "title": "disabled"
209
+ }
210
+ }
211
+ },
212
+ "table": {
213
+ "title": "EditableHtmlButtonConfigure",
214
+ "type": "object",
215
+ "properties": {
216
+ "disabled": {
217
+ "description": "Indicates if the plugin is disabled or not",
218
+ "type": "boolean",
219
+ "title": "disabled"
220
+ }
221
+ }
222
+ },
223
+ "ul_list": {
224
+ "title": "EditableHtmlButtonConfigure",
225
+ "type": "object",
226
+ "properties": {
227
+ "disabled": {
228
+ "description": "Indicates if the plugin is disabled or not",
229
+ "type": "boolean",
230
+ "title": "disabled"
231
+ }
232
+ }
233
+ },
234
+ "underline": {
235
+ "title": "EditableHtmlButtonConfigure",
236
+ "type": "object",
237
+ "properties": {
238
+ "disabled": {
239
+ "description": "Indicates if the plugin is disabled or not",
240
+ "type": "boolean",
241
+ "title": "disabled"
242
+ }
243
+ }
244
+ },
245
+ "undo": {
246
+ "title": "EditableHtmlButtonConfigure",
247
+ "type": "object",
248
+ "properties": {
249
+ "disabled": {
250
+ "description": "Indicates if the plugin is disabled or not",
251
+ "type": "boolean",
252
+ "title": "disabled"
253
+ }
254
+ }
112
255
  }
113
256
  }
114
257
  },
@@ -238,35 +381,8 @@
238
381
  "title": "disabled"
239
382
  }
240
383
  }
241
- }
242
- }
243
- },
244
- "required": {
245
- "description": "Indicates if the item is required and the value cannot be empty",
246
- "type": "boolean",
247
- "title": "required"
248
- },
249
- "settings": {
250
- "description": "Indicates if the item has to be displayed in the Settings Panel",
251
- "type": "boolean",
252
- "title": "settings"
253
- },
254
- "label": {
255
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
256
- "type": "string",
257
- "title": "label"
258
- }
259
- }
260
- },
261
- "rationale": {
262
- "title": "EditableHtmlPluginConfigureRequired",
263
- "type": "object",
264
- "properties": {
265
- "inputConfiguration": {
266
- "title": "EditableHtmlConfigureProp",
267
- "type": "object",
268
- "properties": {
269
- "math": {
384
+ },
385
+ "languageCharacters": {
270
386
  "title": "EditableHtmlButtonConfigure",
271
387
  "type": "object",
272
388
  "properties": {
@@ -277,7 +393,7 @@
277
393
  }
278
394
  }
279
395
  },
280
- "audio": {
396
+ "bold": {
281
397
  "title": "EditableHtmlButtonConfigure",
282
398
  "type": "object",
283
399
  "properties": {
@@ -288,7 +404,7 @@
288
404
  }
289
405
  }
290
406
  },
291
- "video": {
407
+ "html": {
292
408
  "title": "EditableHtmlButtonConfigure",
293
409
  "type": "object",
294
410
  "properties": {
@@ -299,7 +415,7 @@
299
415
  }
300
416
  }
301
417
  },
302
- "image": {
418
+ "italic": {
303
419
  "title": "EditableHtmlButtonConfigure",
304
420
  "type": "object",
305
421
  "properties": {
@@ -310,44 +426,18 @@
310
426
  }
311
427
  }
312
428
  },
313
- "customPlugins": {
314
- "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.",
315
- "type": "array",
316
- "items": {
317
- "title": "CustomPlugin",
318
- "type": "object",
319
- "properties": {
320
- "event": {
321
- "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\"",
322
- "type": "string",
323
- "title": "event"
324
- },
325
- "iconAlt": {
326
- "description": "The alt for the custom button icon",
327
- "type": "string",
328
- "title": "iconAlt"
329
- },
330
- "iconType": {
331
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
332
- "type": "string",
333
- "title": "iconType"
334
- },
335
- "icon": {
336
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
337
- "type": "string",
338
- "title": "icon"
339
- }
340
- },
341
- "required": [
342
- "event",
343
- "icon",
344
- "iconAlt",
345
- "iconType"
346
- ]
347
- },
348
- "title": "customPlugins"
429
+ "ol_list": {
430
+ "title": "EditableHtmlButtonConfigure",
431
+ "type": "object",
432
+ "properties": {
433
+ "disabled": {
434
+ "description": "Indicates if the plugin is disabled or not",
435
+ "type": "boolean",
436
+ "title": "disabled"
437
+ }
438
+ }
349
439
  },
350
- "blockquote": {
440
+ "redo": {
351
441
  "title": "EditableHtmlButtonConfigure",
352
442
  "type": "object",
353
443
  "properties": {
@@ -358,7 +448,7 @@
358
448
  }
359
449
  }
360
450
  },
361
- "h3": {
451
+ "strikethrough": {
362
452
  "title": "EditableHtmlButtonConfigure",
363
453
  "type": "object",
364
454
  "properties": {
@@ -368,104 +458,8 @@
368
458
  "title": "disabled"
369
459
  }
370
460
  }
371
- }
372
- }
373
- },
374
- "required": {
375
- "description": "Indicates if the item is required and the value cannot be empty",
376
- "type": "boolean",
377
- "title": "required"
378
- },
379
- "settings": {
380
- "description": "Indicates if the item has to be displayed in the Settings Panel",
381
- "type": "boolean",
382
- "title": "settings"
383
- },
384
- "label": {
385
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
386
- "type": "string",
387
- "title": "label"
388
- }
389
- }
390
- },
391
- "settingsPanelDisabled": {
392
- "description": "Indicates if the settings panel is not available",
393
- "type": "boolean",
394
- "title": "settingsPanelDisabled"
395
- },
396
- "spellCheck": {
397
- "title": "ConfigureProp",
398
- "type": "object",
399
- "properties": {
400
- "settings": {
401
- "description": "Indicates if the item has to be displayed in the Settings Panel",
402
- "type": "boolean",
403
- "title": "settings"
404
- },
405
- "label": {
406
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
407
- "type": "string",
408
- "title": "label"
409
- }
410
- }
411
- },
412
- "playerSpellCheck": {
413
- "title": "ConfigureProp",
414
- "type": "object",
415
- "properties": {
416
- "settings": {
417
- "description": "Indicates if the item has to be displayed in the Settings Panel",
418
- "type": "boolean",
419
- "title": "settings"
420
- },
421
- "label": {
422
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
423
- "type": "string",
424
- "title": "label"
425
- }
426
- }
427
- },
428
- "autoScoring": {
429
- "title": "ConfigureProp",
430
- "type": "object",
431
- "properties": {
432
- "settings": {
433
- "description": "Indicates if the item has to be displayed in the Settings Panel",
434
- "type": "boolean",
435
- "title": "settings"
436
- },
437
- "label": {
438
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
439
- "type": "string",
440
- "title": "label"
441
- }
442
- }
443
- },
444
- "studentInstructions": {
445
- "title": "ConfigureProp",
446
- "type": "object",
447
- "properties": {
448
- "settings": {
449
- "description": "Indicates if the item has to be displayed in the Settings Panel",
450
- "type": "boolean",
451
- "title": "settings"
452
- },
453
- "label": {
454
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
455
- "type": "string",
456
- "title": "label"
457
- }
458
- }
459
- },
460
- "teacherInstructions": {
461
- "title": "EditableHtmlPluginConfigureRequired",
462
- "type": "object",
463
- "properties": {
464
- "inputConfiguration": {
465
- "title": "EditableHtmlConfigureProp",
466
- "type": "object",
467
- "properties": {
468
- "math": {
461
+ },
462
+ "sub": {
469
463
  "title": "EditableHtmlButtonConfigure",
470
464
  "type": "object",
471
465
  "properties": {
@@ -476,7 +470,7 @@
476
470
  }
477
471
  }
478
472
  },
479
- "audio": {
473
+ "sup": {
480
474
  "title": "EditableHtmlButtonConfigure",
481
475
  "type": "object",
482
476
  "properties": {
@@ -487,7 +481,7 @@
487
481
  }
488
482
  }
489
483
  },
490
- "video": {
484
+ "table": {
491
485
  "title": "EditableHtmlButtonConfigure",
492
486
  "type": "object",
493
487
  "properties": {
@@ -498,7 +492,7 @@
498
492
  }
499
493
  }
500
494
  },
501
- "image": {
495
+ "ul_list": {
502
496
  "title": "EditableHtmlButtonConfigure",
503
497
  "type": "object",
504
498
  "properties": {
@@ -509,44 +503,7 @@
509
503
  }
510
504
  }
511
505
  },
512
- "customPlugins": {
513
- "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.",
514
- "type": "array",
515
- "items": {
516
- "title": "CustomPlugin",
517
- "type": "object",
518
- "properties": {
519
- "event": {
520
- "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\"",
521
- "type": "string",
522
- "title": "event"
523
- },
524
- "iconAlt": {
525
- "description": "The alt for the custom button icon",
526
- "type": "string",
527
- "title": "iconAlt"
528
- },
529
- "iconType": {
530
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
531
- "type": "string",
532
- "title": "iconType"
533
- },
534
- "icon": {
535
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
536
- "type": "string",
537
- "title": "icon"
538
- }
539
- },
540
- "required": [
541
- "event",
542
- "icon",
543
- "iconAlt",
544
- "iconType"
545
- ]
546
- },
547
- "title": "customPlugins"
548
- },
549
- "blockquote": {
506
+ "underline": {
550
507
  "title": "EditableHtmlButtonConfigure",
551
508
  "type": "object",
552
509
  "properties": {
@@ -557,7 +514,7 @@
557
514
  }
558
515
  }
559
516
  },
560
- "h3": {
517
+ "undo": {
561
518
  "title": "EditableHtmlButtonConfigure",
562
519
  "type": "object",
563
520
  "properties": {
@@ -587,8 +544,8 @@
587
544
  }
588
545
  }
589
546
  },
590
- "template": {
591
- "title": "EditableHtmlPluginConfigure",
547
+ "rationale": {
548
+ "title": "EditableHtmlPluginConfigureRequired",
592
549
  "type": "object",
593
550
  "properties": {
594
551
  "inputConfiguration": {
@@ -697,9 +654,157 @@
697
654
  "title": "disabled"
698
655
  }
699
656
  }
657
+ },
658
+ "languageCharacters": {
659
+ "title": "EditableHtmlButtonConfigure",
660
+ "type": "object",
661
+ "properties": {
662
+ "disabled": {
663
+ "description": "Indicates if the plugin is disabled or not",
664
+ "type": "boolean",
665
+ "title": "disabled"
666
+ }
667
+ }
668
+ },
669
+ "bold": {
670
+ "title": "EditableHtmlButtonConfigure",
671
+ "type": "object",
672
+ "properties": {
673
+ "disabled": {
674
+ "description": "Indicates if the plugin is disabled or not",
675
+ "type": "boolean",
676
+ "title": "disabled"
677
+ }
678
+ }
679
+ },
680
+ "html": {
681
+ "title": "EditableHtmlButtonConfigure",
682
+ "type": "object",
683
+ "properties": {
684
+ "disabled": {
685
+ "description": "Indicates if the plugin is disabled or not",
686
+ "type": "boolean",
687
+ "title": "disabled"
688
+ }
689
+ }
690
+ },
691
+ "italic": {
692
+ "title": "EditableHtmlButtonConfigure",
693
+ "type": "object",
694
+ "properties": {
695
+ "disabled": {
696
+ "description": "Indicates if the plugin is disabled or not",
697
+ "type": "boolean",
698
+ "title": "disabled"
699
+ }
700
+ }
701
+ },
702
+ "ol_list": {
703
+ "title": "EditableHtmlButtonConfigure",
704
+ "type": "object",
705
+ "properties": {
706
+ "disabled": {
707
+ "description": "Indicates if the plugin is disabled or not",
708
+ "type": "boolean",
709
+ "title": "disabled"
710
+ }
711
+ }
712
+ },
713
+ "redo": {
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"
721
+ }
722
+ }
723
+ },
724
+ "strikethrough": {
725
+ "title": "EditableHtmlButtonConfigure",
726
+ "type": "object",
727
+ "properties": {
728
+ "disabled": {
729
+ "description": "Indicates if the plugin is disabled or not",
730
+ "type": "boolean",
731
+ "title": "disabled"
732
+ }
733
+ }
734
+ },
735
+ "sub": {
736
+ "title": "EditableHtmlButtonConfigure",
737
+ "type": "object",
738
+ "properties": {
739
+ "disabled": {
740
+ "description": "Indicates if the plugin is disabled or not",
741
+ "type": "boolean",
742
+ "title": "disabled"
743
+ }
744
+ }
745
+ },
746
+ "sup": {
747
+ "title": "EditableHtmlButtonConfigure",
748
+ "type": "object",
749
+ "properties": {
750
+ "disabled": {
751
+ "description": "Indicates if the plugin is disabled or not",
752
+ "type": "boolean",
753
+ "title": "disabled"
754
+ }
755
+ }
756
+ },
757
+ "table": {
758
+ "title": "EditableHtmlButtonConfigure",
759
+ "type": "object",
760
+ "properties": {
761
+ "disabled": {
762
+ "description": "Indicates if the plugin is disabled or not",
763
+ "type": "boolean",
764
+ "title": "disabled"
765
+ }
766
+ }
767
+ },
768
+ "ul_list": {
769
+ "title": "EditableHtmlButtonConfigure",
770
+ "type": "object",
771
+ "properties": {
772
+ "disabled": {
773
+ "description": "Indicates if the plugin is disabled or not",
774
+ "type": "boolean",
775
+ "title": "disabled"
776
+ }
777
+ }
778
+ },
779
+ "underline": {
780
+ "title": "EditableHtmlButtonConfigure",
781
+ "type": "object",
782
+ "properties": {
783
+ "disabled": {
784
+ "description": "Indicates if the plugin is disabled or not",
785
+ "type": "boolean",
786
+ "title": "disabled"
787
+ }
788
+ }
789
+ },
790
+ "undo": {
791
+ "title": "EditableHtmlButtonConfigure",
792
+ "type": "object",
793
+ "properties": {
794
+ "disabled": {
795
+ "description": "Indicates if the plugin is disabled or not",
796
+ "type": "boolean",
797
+ "title": "disabled"
798
+ }
799
+ }
700
800
  }
701
801
  }
702
802
  },
803
+ "required": {
804
+ "description": "Indicates if the item is required and the value cannot be empty",
805
+ "type": "boolean",
806
+ "title": "required"
807
+ },
703
808
  "settings": {
704
809
  "description": "Indicates if the item has to be displayed in the Settings Panel",
705
810
  "type": "boolean",
@@ -712,7 +817,12 @@
712
817
  }
713
818
  }
714
819
  },
715
- "rubric": {
820
+ "settingsPanelDisabled": {
821
+ "description": "Indicates if the settings panel is not available",
822
+ "type": "boolean",
823
+ "title": "settingsPanelDisabled"
824
+ },
825
+ "spellCheck": {
716
826
  "title": "ConfigureProp",
717
827
  "type": "object",
718
828
  "properties": {
@@ -728,7 +838,7 @@
728
838
  }
729
839
  }
730
840
  },
731
- "alternates": {
841
+ "playerSpellCheck": {
732
842
  "title": "ConfigureProp",
733
843
  "type": "object",
734
844
  "properties": {
@@ -744,7 +854,7 @@
744
854
  }
745
855
  }
746
856
  },
747
- "maxLengthPerChoice": {
857
+ "autoScoring": {
748
858
  "title": "ConfigureProp",
749
859
  "type": "object",
750
860
  "properties": {
@@ -760,17 +870,622 @@
760
870
  }
761
871
  }
762
872
  },
763
- "maxResponseAreas": {
764
- "description": "Maximum number of response areas",
765
- "type": "number",
766
- "title": "maxResponseAreas"
767
- },
768
- "maxImageWidth": {
769
- "title": "ConfigureMaxImageDimensionsProp",
873
+ "studentInstructions": {
874
+ "title": "ConfigureProp",
770
875
  "type": "object",
771
876
  "properties": {
772
- "teacherInstructions": {
773
- "description": "Indicates the max dimension for images in teacher instructions",
877
+ "settings": {
878
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
879
+ "type": "boolean",
880
+ "title": "settings"
881
+ },
882
+ "label": {
883
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
884
+ "type": "string",
885
+ "title": "label"
886
+ }
887
+ }
888
+ },
889
+ "teacherInstructions": {
890
+ "title": "EditableHtmlPluginConfigureRequired",
891
+ "type": "object",
892
+ "properties": {
893
+ "inputConfiguration": {
894
+ "title": "EditableHtmlConfigureProp",
895
+ "type": "object",
896
+ "properties": {
897
+ "math": {
898
+ "title": "EditableHtmlButtonConfigure",
899
+ "type": "object",
900
+ "properties": {
901
+ "disabled": {
902
+ "description": "Indicates if the plugin is disabled or not",
903
+ "type": "boolean",
904
+ "title": "disabled"
905
+ }
906
+ }
907
+ },
908
+ "audio": {
909
+ "title": "EditableHtmlButtonConfigure",
910
+ "type": "object",
911
+ "properties": {
912
+ "disabled": {
913
+ "description": "Indicates if the plugin is disabled or not",
914
+ "type": "boolean",
915
+ "title": "disabled"
916
+ }
917
+ }
918
+ },
919
+ "video": {
920
+ "title": "EditableHtmlButtonConfigure",
921
+ "type": "object",
922
+ "properties": {
923
+ "disabled": {
924
+ "description": "Indicates if the plugin is disabled or not",
925
+ "type": "boolean",
926
+ "title": "disabled"
927
+ }
928
+ }
929
+ },
930
+ "image": {
931
+ "title": "EditableHtmlButtonConfigure",
932
+ "type": "object",
933
+ "properties": {
934
+ "disabled": {
935
+ "description": "Indicates if the plugin is disabled or not",
936
+ "type": "boolean",
937
+ "title": "disabled"
938
+ }
939
+ }
940
+ },
941
+ "customPlugins": {
942
+ "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.",
943
+ "type": "array",
944
+ "items": {
945
+ "title": "CustomPlugin",
946
+ "type": "object",
947
+ "properties": {
948
+ "event": {
949
+ "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\"",
950
+ "type": "string",
951
+ "title": "event"
952
+ },
953
+ "iconAlt": {
954
+ "description": "The alt for the custom button icon",
955
+ "type": "string",
956
+ "title": "iconAlt"
957
+ },
958
+ "iconType": {
959
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
960
+ "type": "string",
961
+ "title": "iconType"
962
+ },
963
+ "icon": {
964
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
965
+ "type": "string",
966
+ "title": "icon"
967
+ }
968
+ },
969
+ "required": [
970
+ "event",
971
+ "icon",
972
+ "iconAlt",
973
+ "iconType"
974
+ ]
975
+ },
976
+ "title": "customPlugins"
977
+ },
978
+ "blockquote": {
979
+ "title": "EditableHtmlButtonConfigure",
980
+ "type": "object",
981
+ "properties": {
982
+ "disabled": {
983
+ "description": "Indicates if the plugin is disabled or not",
984
+ "type": "boolean",
985
+ "title": "disabled"
986
+ }
987
+ }
988
+ },
989
+ "h3": {
990
+ "title": "EditableHtmlButtonConfigure",
991
+ "type": "object",
992
+ "properties": {
993
+ "disabled": {
994
+ "description": "Indicates if the plugin is disabled or not",
995
+ "type": "boolean",
996
+ "title": "disabled"
997
+ }
998
+ }
999
+ },
1000
+ "languageCharacters": {
1001
+ "title": "EditableHtmlButtonConfigure",
1002
+ "type": "object",
1003
+ "properties": {
1004
+ "disabled": {
1005
+ "description": "Indicates if the plugin is disabled or not",
1006
+ "type": "boolean",
1007
+ "title": "disabled"
1008
+ }
1009
+ }
1010
+ },
1011
+ "bold": {
1012
+ "title": "EditableHtmlButtonConfigure",
1013
+ "type": "object",
1014
+ "properties": {
1015
+ "disabled": {
1016
+ "description": "Indicates if the plugin is disabled or not",
1017
+ "type": "boolean",
1018
+ "title": "disabled"
1019
+ }
1020
+ }
1021
+ },
1022
+ "html": {
1023
+ "title": "EditableHtmlButtonConfigure",
1024
+ "type": "object",
1025
+ "properties": {
1026
+ "disabled": {
1027
+ "description": "Indicates if the plugin is disabled or not",
1028
+ "type": "boolean",
1029
+ "title": "disabled"
1030
+ }
1031
+ }
1032
+ },
1033
+ "italic": {
1034
+ "title": "EditableHtmlButtonConfigure",
1035
+ "type": "object",
1036
+ "properties": {
1037
+ "disabled": {
1038
+ "description": "Indicates if the plugin is disabled or not",
1039
+ "type": "boolean",
1040
+ "title": "disabled"
1041
+ }
1042
+ }
1043
+ },
1044
+ "ol_list": {
1045
+ "title": "EditableHtmlButtonConfigure",
1046
+ "type": "object",
1047
+ "properties": {
1048
+ "disabled": {
1049
+ "description": "Indicates if the plugin is disabled or not",
1050
+ "type": "boolean",
1051
+ "title": "disabled"
1052
+ }
1053
+ }
1054
+ },
1055
+ "redo": {
1056
+ "title": "EditableHtmlButtonConfigure",
1057
+ "type": "object",
1058
+ "properties": {
1059
+ "disabled": {
1060
+ "description": "Indicates if the plugin is disabled or not",
1061
+ "type": "boolean",
1062
+ "title": "disabled"
1063
+ }
1064
+ }
1065
+ },
1066
+ "strikethrough": {
1067
+ "title": "EditableHtmlButtonConfigure",
1068
+ "type": "object",
1069
+ "properties": {
1070
+ "disabled": {
1071
+ "description": "Indicates if the plugin is disabled or not",
1072
+ "type": "boolean",
1073
+ "title": "disabled"
1074
+ }
1075
+ }
1076
+ },
1077
+ "sub": {
1078
+ "title": "EditableHtmlButtonConfigure",
1079
+ "type": "object",
1080
+ "properties": {
1081
+ "disabled": {
1082
+ "description": "Indicates if the plugin is disabled or not",
1083
+ "type": "boolean",
1084
+ "title": "disabled"
1085
+ }
1086
+ }
1087
+ },
1088
+ "sup": {
1089
+ "title": "EditableHtmlButtonConfigure",
1090
+ "type": "object",
1091
+ "properties": {
1092
+ "disabled": {
1093
+ "description": "Indicates if the plugin is disabled or not",
1094
+ "type": "boolean",
1095
+ "title": "disabled"
1096
+ }
1097
+ }
1098
+ },
1099
+ "table": {
1100
+ "title": "EditableHtmlButtonConfigure",
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "disabled": {
1104
+ "description": "Indicates if the plugin is disabled or not",
1105
+ "type": "boolean",
1106
+ "title": "disabled"
1107
+ }
1108
+ }
1109
+ },
1110
+ "ul_list": {
1111
+ "title": "EditableHtmlButtonConfigure",
1112
+ "type": "object",
1113
+ "properties": {
1114
+ "disabled": {
1115
+ "description": "Indicates if the plugin is disabled or not",
1116
+ "type": "boolean",
1117
+ "title": "disabled"
1118
+ }
1119
+ }
1120
+ },
1121
+ "underline": {
1122
+ "title": "EditableHtmlButtonConfigure",
1123
+ "type": "object",
1124
+ "properties": {
1125
+ "disabled": {
1126
+ "description": "Indicates if the plugin is disabled or not",
1127
+ "type": "boolean",
1128
+ "title": "disabled"
1129
+ }
1130
+ }
1131
+ },
1132
+ "undo": {
1133
+ "title": "EditableHtmlButtonConfigure",
1134
+ "type": "object",
1135
+ "properties": {
1136
+ "disabled": {
1137
+ "description": "Indicates if the plugin is disabled or not",
1138
+ "type": "boolean",
1139
+ "title": "disabled"
1140
+ }
1141
+ }
1142
+ }
1143
+ }
1144
+ },
1145
+ "required": {
1146
+ "description": "Indicates if the item is required and the value cannot be empty",
1147
+ "type": "boolean",
1148
+ "title": "required"
1149
+ },
1150
+ "settings": {
1151
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1152
+ "type": "boolean",
1153
+ "title": "settings"
1154
+ },
1155
+ "label": {
1156
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1157
+ "type": "string",
1158
+ "title": "label"
1159
+ }
1160
+ }
1161
+ },
1162
+ "template": {
1163
+ "title": "EditableHtmlPluginConfigure",
1164
+ "type": "object",
1165
+ "properties": {
1166
+ "inputConfiguration": {
1167
+ "title": "EditableHtmlConfigureProp",
1168
+ "type": "object",
1169
+ "properties": {
1170
+ "math": {
1171
+ "title": "EditableHtmlButtonConfigure",
1172
+ "type": "object",
1173
+ "properties": {
1174
+ "disabled": {
1175
+ "description": "Indicates if the plugin is disabled or not",
1176
+ "type": "boolean",
1177
+ "title": "disabled"
1178
+ }
1179
+ }
1180
+ },
1181
+ "audio": {
1182
+ "title": "EditableHtmlButtonConfigure",
1183
+ "type": "object",
1184
+ "properties": {
1185
+ "disabled": {
1186
+ "description": "Indicates if the plugin is disabled or not",
1187
+ "type": "boolean",
1188
+ "title": "disabled"
1189
+ }
1190
+ }
1191
+ },
1192
+ "video": {
1193
+ "title": "EditableHtmlButtonConfigure",
1194
+ "type": "object",
1195
+ "properties": {
1196
+ "disabled": {
1197
+ "description": "Indicates if the plugin is disabled or not",
1198
+ "type": "boolean",
1199
+ "title": "disabled"
1200
+ }
1201
+ }
1202
+ },
1203
+ "image": {
1204
+ "title": "EditableHtmlButtonConfigure",
1205
+ "type": "object",
1206
+ "properties": {
1207
+ "disabled": {
1208
+ "description": "Indicates if the plugin is disabled or not",
1209
+ "type": "boolean",
1210
+ "title": "disabled"
1211
+ }
1212
+ }
1213
+ },
1214
+ "customPlugins": {
1215
+ "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.",
1216
+ "type": "array",
1217
+ "items": {
1218
+ "title": "CustomPlugin",
1219
+ "type": "object",
1220
+ "properties": {
1221
+ "event": {
1222
+ "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\"",
1223
+ "type": "string",
1224
+ "title": "event"
1225
+ },
1226
+ "iconAlt": {
1227
+ "description": "The alt for the custom button icon",
1228
+ "type": "string",
1229
+ "title": "iconAlt"
1230
+ },
1231
+ "iconType": {
1232
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1233
+ "type": "string",
1234
+ "title": "iconType"
1235
+ },
1236
+ "icon": {
1237
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1238
+ "type": "string",
1239
+ "title": "icon"
1240
+ }
1241
+ },
1242
+ "required": [
1243
+ "event",
1244
+ "icon",
1245
+ "iconAlt",
1246
+ "iconType"
1247
+ ]
1248
+ },
1249
+ "title": "customPlugins"
1250
+ },
1251
+ "blockquote": {
1252
+ "title": "EditableHtmlButtonConfigure",
1253
+ "type": "object",
1254
+ "properties": {
1255
+ "disabled": {
1256
+ "description": "Indicates if the plugin is disabled or not",
1257
+ "type": "boolean",
1258
+ "title": "disabled"
1259
+ }
1260
+ }
1261
+ },
1262
+ "h3": {
1263
+ "title": "EditableHtmlButtonConfigure",
1264
+ "type": "object",
1265
+ "properties": {
1266
+ "disabled": {
1267
+ "description": "Indicates if the plugin is disabled or not",
1268
+ "type": "boolean",
1269
+ "title": "disabled"
1270
+ }
1271
+ }
1272
+ },
1273
+ "languageCharacters": {
1274
+ "title": "EditableHtmlButtonConfigure",
1275
+ "type": "object",
1276
+ "properties": {
1277
+ "disabled": {
1278
+ "description": "Indicates if the plugin is disabled or not",
1279
+ "type": "boolean",
1280
+ "title": "disabled"
1281
+ }
1282
+ }
1283
+ },
1284
+ "bold": {
1285
+ "title": "EditableHtmlButtonConfigure",
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "disabled": {
1289
+ "description": "Indicates if the plugin is disabled or not",
1290
+ "type": "boolean",
1291
+ "title": "disabled"
1292
+ }
1293
+ }
1294
+ },
1295
+ "html": {
1296
+ "title": "EditableHtmlButtonConfigure",
1297
+ "type": "object",
1298
+ "properties": {
1299
+ "disabled": {
1300
+ "description": "Indicates if the plugin is disabled or not",
1301
+ "type": "boolean",
1302
+ "title": "disabled"
1303
+ }
1304
+ }
1305
+ },
1306
+ "italic": {
1307
+ "title": "EditableHtmlButtonConfigure",
1308
+ "type": "object",
1309
+ "properties": {
1310
+ "disabled": {
1311
+ "description": "Indicates if the plugin is disabled or not",
1312
+ "type": "boolean",
1313
+ "title": "disabled"
1314
+ }
1315
+ }
1316
+ },
1317
+ "ol_list": {
1318
+ "title": "EditableHtmlButtonConfigure",
1319
+ "type": "object",
1320
+ "properties": {
1321
+ "disabled": {
1322
+ "description": "Indicates if the plugin is disabled or not",
1323
+ "type": "boolean",
1324
+ "title": "disabled"
1325
+ }
1326
+ }
1327
+ },
1328
+ "redo": {
1329
+ "title": "EditableHtmlButtonConfigure",
1330
+ "type": "object",
1331
+ "properties": {
1332
+ "disabled": {
1333
+ "description": "Indicates if the plugin is disabled or not",
1334
+ "type": "boolean",
1335
+ "title": "disabled"
1336
+ }
1337
+ }
1338
+ },
1339
+ "strikethrough": {
1340
+ "title": "EditableHtmlButtonConfigure",
1341
+ "type": "object",
1342
+ "properties": {
1343
+ "disabled": {
1344
+ "description": "Indicates if the plugin is disabled or not",
1345
+ "type": "boolean",
1346
+ "title": "disabled"
1347
+ }
1348
+ }
1349
+ },
1350
+ "sub": {
1351
+ "title": "EditableHtmlButtonConfigure",
1352
+ "type": "object",
1353
+ "properties": {
1354
+ "disabled": {
1355
+ "description": "Indicates if the plugin is disabled or not",
1356
+ "type": "boolean",
1357
+ "title": "disabled"
1358
+ }
1359
+ }
1360
+ },
1361
+ "sup": {
1362
+ "title": "EditableHtmlButtonConfigure",
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "disabled": {
1366
+ "description": "Indicates if the plugin is disabled or not",
1367
+ "type": "boolean",
1368
+ "title": "disabled"
1369
+ }
1370
+ }
1371
+ },
1372
+ "table": {
1373
+ "title": "EditableHtmlButtonConfigure",
1374
+ "type": "object",
1375
+ "properties": {
1376
+ "disabled": {
1377
+ "description": "Indicates if the plugin is disabled or not",
1378
+ "type": "boolean",
1379
+ "title": "disabled"
1380
+ }
1381
+ }
1382
+ },
1383
+ "ul_list": {
1384
+ "title": "EditableHtmlButtonConfigure",
1385
+ "type": "object",
1386
+ "properties": {
1387
+ "disabled": {
1388
+ "description": "Indicates if the plugin is disabled or not",
1389
+ "type": "boolean",
1390
+ "title": "disabled"
1391
+ }
1392
+ }
1393
+ },
1394
+ "underline": {
1395
+ "title": "EditableHtmlButtonConfigure",
1396
+ "type": "object",
1397
+ "properties": {
1398
+ "disabled": {
1399
+ "description": "Indicates if the plugin is disabled or not",
1400
+ "type": "boolean",
1401
+ "title": "disabled"
1402
+ }
1403
+ }
1404
+ },
1405
+ "undo": {
1406
+ "title": "EditableHtmlButtonConfigure",
1407
+ "type": "object",
1408
+ "properties": {
1409
+ "disabled": {
1410
+ "description": "Indicates if the plugin is disabled or not",
1411
+ "type": "boolean",
1412
+ "title": "disabled"
1413
+ }
1414
+ }
1415
+ }
1416
+ }
1417
+ },
1418
+ "settings": {
1419
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1420
+ "type": "boolean",
1421
+ "title": "settings"
1422
+ },
1423
+ "label": {
1424
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1425
+ "type": "string",
1426
+ "title": "label"
1427
+ }
1428
+ }
1429
+ },
1430
+ "rubric": {
1431
+ "title": "ConfigureProp",
1432
+ "type": "object",
1433
+ "properties": {
1434
+ "settings": {
1435
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1436
+ "type": "boolean",
1437
+ "title": "settings"
1438
+ },
1439
+ "label": {
1440
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1441
+ "type": "string",
1442
+ "title": "label"
1443
+ }
1444
+ }
1445
+ },
1446
+ "alternates": {
1447
+ "title": "ConfigureProp",
1448
+ "type": "object",
1449
+ "properties": {
1450
+ "settings": {
1451
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1452
+ "type": "boolean",
1453
+ "title": "settings"
1454
+ },
1455
+ "label": {
1456
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1457
+ "type": "string",
1458
+ "title": "label"
1459
+ }
1460
+ }
1461
+ },
1462
+ "maxLengthPerChoice": {
1463
+ "title": "ConfigureProp",
1464
+ "type": "object",
1465
+ "properties": {
1466
+ "settings": {
1467
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1468
+ "type": "boolean",
1469
+ "title": "settings"
1470
+ },
1471
+ "label": {
1472
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1473
+ "type": "string",
1474
+ "title": "label"
1475
+ }
1476
+ }
1477
+ },
1478
+ "maxResponseAreas": {
1479
+ "description": "Maximum number of response areas",
1480
+ "type": "number",
1481
+ "title": "maxResponseAreas"
1482
+ },
1483
+ "maxImageWidth": {
1484
+ "title": "ConfigureMaxImageDimensionsProp",
1485
+ "type": "object",
1486
+ "properties": {
1487
+ "teacherInstructions": {
1488
+ "description": "Indicates the max dimension for images in teacher instructions",
774
1489
  "type": "number",
775
1490
  "title": "teacherInstructions"
776
1491
  },
@@ -1069,6 +1784,149 @@
1069
1784
  "title": "disabled"
1070
1785
  }
1071
1786
  }
1787
+ },
1788
+ "languageCharacters": {
1789
+ "title": "EditableHtmlButtonConfigure",
1790
+ "type": "object",
1791
+ "properties": {
1792
+ "disabled": {
1793
+ "description": "Indicates if the plugin is disabled or not",
1794
+ "type": "boolean",
1795
+ "title": "disabled"
1796
+ }
1797
+ }
1798
+ },
1799
+ "bold": {
1800
+ "title": "EditableHtmlButtonConfigure",
1801
+ "type": "object",
1802
+ "properties": {
1803
+ "disabled": {
1804
+ "description": "Indicates if the plugin is disabled or not",
1805
+ "type": "boolean",
1806
+ "title": "disabled"
1807
+ }
1808
+ }
1809
+ },
1810
+ "html": {
1811
+ "title": "EditableHtmlButtonConfigure",
1812
+ "type": "object",
1813
+ "properties": {
1814
+ "disabled": {
1815
+ "description": "Indicates if the plugin is disabled or not",
1816
+ "type": "boolean",
1817
+ "title": "disabled"
1818
+ }
1819
+ }
1820
+ },
1821
+ "italic": {
1822
+ "title": "EditableHtmlButtonConfigure",
1823
+ "type": "object",
1824
+ "properties": {
1825
+ "disabled": {
1826
+ "description": "Indicates if the plugin is disabled or not",
1827
+ "type": "boolean",
1828
+ "title": "disabled"
1829
+ }
1830
+ }
1831
+ },
1832
+ "ol_list": {
1833
+ "title": "EditableHtmlButtonConfigure",
1834
+ "type": "object",
1835
+ "properties": {
1836
+ "disabled": {
1837
+ "description": "Indicates if the plugin is disabled or not",
1838
+ "type": "boolean",
1839
+ "title": "disabled"
1840
+ }
1841
+ }
1842
+ },
1843
+ "redo": {
1844
+ "title": "EditableHtmlButtonConfigure",
1845
+ "type": "object",
1846
+ "properties": {
1847
+ "disabled": {
1848
+ "description": "Indicates if the plugin is disabled or not",
1849
+ "type": "boolean",
1850
+ "title": "disabled"
1851
+ }
1852
+ }
1853
+ },
1854
+ "strikethrough": {
1855
+ "title": "EditableHtmlButtonConfigure",
1856
+ "type": "object",
1857
+ "properties": {
1858
+ "disabled": {
1859
+ "description": "Indicates if the plugin is disabled or not",
1860
+ "type": "boolean",
1861
+ "title": "disabled"
1862
+ }
1863
+ }
1864
+ },
1865
+ "sub": {
1866
+ "title": "EditableHtmlButtonConfigure",
1867
+ "type": "object",
1868
+ "properties": {
1869
+ "disabled": {
1870
+ "description": "Indicates if the plugin is disabled or not",
1871
+ "type": "boolean",
1872
+ "title": "disabled"
1873
+ }
1874
+ }
1875
+ },
1876
+ "sup": {
1877
+ "title": "EditableHtmlButtonConfigure",
1878
+ "type": "object",
1879
+ "properties": {
1880
+ "disabled": {
1881
+ "description": "Indicates if the plugin is disabled or not",
1882
+ "type": "boolean",
1883
+ "title": "disabled"
1884
+ }
1885
+ }
1886
+ },
1887
+ "table": {
1888
+ "title": "EditableHtmlButtonConfigure",
1889
+ "type": "object",
1890
+ "properties": {
1891
+ "disabled": {
1892
+ "description": "Indicates if the plugin is disabled or not",
1893
+ "type": "boolean",
1894
+ "title": "disabled"
1895
+ }
1896
+ }
1897
+ },
1898
+ "ul_list": {
1899
+ "title": "EditableHtmlButtonConfigure",
1900
+ "type": "object",
1901
+ "properties": {
1902
+ "disabled": {
1903
+ "description": "Indicates if the plugin is disabled or not",
1904
+ "type": "boolean",
1905
+ "title": "disabled"
1906
+ }
1907
+ }
1908
+ },
1909
+ "underline": {
1910
+ "title": "EditableHtmlButtonConfigure",
1911
+ "type": "object",
1912
+ "properties": {
1913
+ "disabled": {
1914
+ "description": "Indicates if the plugin is disabled or not",
1915
+ "type": "boolean",
1916
+ "title": "disabled"
1917
+ }
1918
+ }
1919
+ },
1920
+ "undo": {
1921
+ "title": "EditableHtmlButtonConfigure",
1922
+ "type": "object",
1923
+ "properties": {
1924
+ "disabled": {
1925
+ "description": "Indicates if the plugin is disabled or not",
1926
+ "type": "boolean",
1927
+ "title": "disabled"
1928
+ }
1929
+ }
1072
1930
  }
1073
1931
  }
1074
1932
  },
@@ -1150,7 +2008,99 @@
1150
2008
  }
1151
2009
  }
1152
2010
  },
1153
- "audio": {
2011
+ "audio": {
2012
+ "title": "EditableHtmlButtonConfigure",
2013
+ "type": "object",
2014
+ "properties": {
2015
+ "disabled": {
2016
+ "description": "Indicates if the plugin is disabled or not",
2017
+ "type": "boolean",
2018
+ "title": "disabled"
2019
+ }
2020
+ }
2021
+ },
2022
+ "video": {
2023
+ "title": "EditableHtmlButtonConfigure",
2024
+ "type": "object",
2025
+ "properties": {
2026
+ "disabled": {
2027
+ "description": "Indicates if the plugin is disabled or not",
2028
+ "type": "boolean",
2029
+ "title": "disabled"
2030
+ }
2031
+ }
2032
+ },
2033
+ "image": {
2034
+ "title": "EditableHtmlButtonConfigure",
2035
+ "type": "object",
2036
+ "properties": {
2037
+ "disabled": {
2038
+ "description": "Indicates if the plugin is disabled or not",
2039
+ "type": "boolean",
2040
+ "title": "disabled"
2041
+ }
2042
+ }
2043
+ },
2044
+ "customPlugins": {
2045
+ "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.",
2046
+ "type": "array",
2047
+ "items": {
2048
+ "title": "CustomPlugin",
2049
+ "type": "object",
2050
+ "properties": {
2051
+ "event": {
2052
+ "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\"",
2053
+ "type": "string",
2054
+ "title": "event"
2055
+ },
2056
+ "iconAlt": {
2057
+ "description": "The alt for the custom button icon",
2058
+ "type": "string",
2059
+ "title": "iconAlt"
2060
+ },
2061
+ "iconType": {
2062
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
2063
+ "type": "string",
2064
+ "title": "iconType"
2065
+ },
2066
+ "icon": {
2067
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
2068
+ "type": "string",
2069
+ "title": "icon"
2070
+ }
2071
+ },
2072
+ "required": [
2073
+ "event",
2074
+ "icon",
2075
+ "iconAlt",
2076
+ "iconType"
2077
+ ]
2078
+ },
2079
+ "title": "customPlugins"
2080
+ },
2081
+ "blockquote": {
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
+ "h3": {
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
+ "languageCharacters": {
1154
2104
  "title": "EditableHtmlButtonConfigure",
1155
2105
  "type": "object",
1156
2106
  "properties": {
@@ -1161,7 +2111,7 @@
1161
2111
  }
1162
2112
  }
1163
2113
  },
1164
- "video": {
2114
+ "bold": {
1165
2115
  "title": "EditableHtmlButtonConfigure",
1166
2116
  "type": "object",
1167
2117
  "properties": {
@@ -1172,7 +2122,7 @@
1172
2122
  }
1173
2123
  }
1174
2124
  },
1175
- "image": {
2125
+ "html": {
1176
2126
  "title": "EditableHtmlButtonConfigure",
1177
2127
  "type": "object",
1178
2128
  "properties": {
@@ -1183,44 +2133,18 @@
1183
2133
  }
1184
2134
  }
1185
2135
  },
1186
- "customPlugins": {
1187
- "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.",
1188
- "type": "array",
1189
- "items": {
1190
- "title": "CustomPlugin",
1191
- "type": "object",
1192
- "properties": {
1193
- "event": {
1194
- "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\"",
1195
- "type": "string",
1196
- "title": "event"
1197
- },
1198
- "iconAlt": {
1199
- "description": "The alt for the custom button icon",
1200
- "type": "string",
1201
- "title": "iconAlt"
1202
- },
1203
- "iconType": {
1204
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1205
- "type": "string",
1206
- "title": "iconType"
1207
- },
1208
- "icon": {
1209
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1210
- "type": "string",
1211
- "title": "icon"
1212
- }
1213
- },
1214
- "required": [
1215
- "event",
1216
- "icon",
1217
- "iconAlt",
1218
- "iconType"
1219
- ]
1220
- },
1221
- "title": "customPlugins"
2136
+ "italic": {
2137
+ "title": "EditableHtmlButtonConfigure",
2138
+ "type": "object",
2139
+ "properties": {
2140
+ "disabled": {
2141
+ "description": "Indicates if the plugin is disabled or not",
2142
+ "type": "boolean",
2143
+ "title": "disabled"
2144
+ }
2145
+ }
1222
2146
  },
1223
- "blockquote": {
2147
+ "ol_list": {
1224
2148
  "title": "EditableHtmlButtonConfigure",
1225
2149
  "type": "object",
1226
2150
  "properties": {
@@ -1231,7 +2155,84 @@
1231
2155
  }
1232
2156
  }
1233
2157
  },
1234
- "h3": {
2158
+ "redo": {
2159
+ "title": "EditableHtmlButtonConfigure",
2160
+ "type": "object",
2161
+ "properties": {
2162
+ "disabled": {
2163
+ "description": "Indicates if the plugin is disabled or not",
2164
+ "type": "boolean",
2165
+ "title": "disabled"
2166
+ }
2167
+ }
2168
+ },
2169
+ "strikethrough": {
2170
+ "title": "EditableHtmlButtonConfigure",
2171
+ "type": "object",
2172
+ "properties": {
2173
+ "disabled": {
2174
+ "description": "Indicates if the plugin is disabled or not",
2175
+ "type": "boolean",
2176
+ "title": "disabled"
2177
+ }
2178
+ }
2179
+ },
2180
+ "sub": {
2181
+ "title": "EditableHtmlButtonConfigure",
2182
+ "type": "object",
2183
+ "properties": {
2184
+ "disabled": {
2185
+ "description": "Indicates if the plugin is disabled or not",
2186
+ "type": "boolean",
2187
+ "title": "disabled"
2188
+ }
2189
+ }
2190
+ },
2191
+ "sup": {
2192
+ "title": "EditableHtmlButtonConfigure",
2193
+ "type": "object",
2194
+ "properties": {
2195
+ "disabled": {
2196
+ "description": "Indicates if the plugin is disabled or not",
2197
+ "type": "boolean",
2198
+ "title": "disabled"
2199
+ }
2200
+ }
2201
+ },
2202
+ "table": {
2203
+ "title": "EditableHtmlButtonConfigure",
2204
+ "type": "object",
2205
+ "properties": {
2206
+ "disabled": {
2207
+ "description": "Indicates if the plugin is disabled or not",
2208
+ "type": "boolean",
2209
+ "title": "disabled"
2210
+ }
2211
+ }
2212
+ },
2213
+ "ul_list": {
2214
+ "title": "EditableHtmlButtonConfigure",
2215
+ "type": "object",
2216
+ "properties": {
2217
+ "disabled": {
2218
+ "description": "Indicates if the plugin is disabled or not",
2219
+ "type": "boolean",
2220
+ "title": "disabled"
2221
+ }
2222
+ }
2223
+ },
2224
+ "underline": {
2225
+ "title": "EditableHtmlButtonConfigure",
2226
+ "type": "object",
2227
+ "properties": {
2228
+ "disabled": {
2229
+ "description": "Indicates if the plugin is disabled or not",
2230
+ "type": "boolean",
2231
+ "title": "disabled"
2232
+ }
2233
+ }
2234
+ },
2235
+ "undo": {
1235
2236
  "title": "EditableHtmlButtonConfigure",
1236
2237
  "type": "object",
1237
2238
  "properties": {
@@ -1371,6 +2372,149 @@
1371
2372
  "title": "disabled"
1372
2373
  }
1373
2374
  }
2375
+ },
2376
+ "languageCharacters": {
2377
+ "title": "EditableHtmlButtonConfigure",
2378
+ "type": "object",
2379
+ "properties": {
2380
+ "disabled": {
2381
+ "description": "Indicates if the plugin is disabled or not",
2382
+ "type": "boolean",
2383
+ "title": "disabled"
2384
+ }
2385
+ }
2386
+ },
2387
+ "bold": {
2388
+ "title": "EditableHtmlButtonConfigure",
2389
+ "type": "object",
2390
+ "properties": {
2391
+ "disabled": {
2392
+ "description": "Indicates if the plugin is disabled or not",
2393
+ "type": "boolean",
2394
+ "title": "disabled"
2395
+ }
2396
+ }
2397
+ },
2398
+ "html": {
2399
+ "title": "EditableHtmlButtonConfigure",
2400
+ "type": "object",
2401
+ "properties": {
2402
+ "disabled": {
2403
+ "description": "Indicates if the plugin is disabled or not",
2404
+ "type": "boolean",
2405
+ "title": "disabled"
2406
+ }
2407
+ }
2408
+ },
2409
+ "italic": {
2410
+ "title": "EditableHtmlButtonConfigure",
2411
+ "type": "object",
2412
+ "properties": {
2413
+ "disabled": {
2414
+ "description": "Indicates if the plugin is disabled or not",
2415
+ "type": "boolean",
2416
+ "title": "disabled"
2417
+ }
2418
+ }
2419
+ },
2420
+ "ol_list": {
2421
+ "title": "EditableHtmlButtonConfigure",
2422
+ "type": "object",
2423
+ "properties": {
2424
+ "disabled": {
2425
+ "description": "Indicates if the plugin is disabled or not",
2426
+ "type": "boolean",
2427
+ "title": "disabled"
2428
+ }
2429
+ }
2430
+ },
2431
+ "redo": {
2432
+ "title": "EditableHtmlButtonConfigure",
2433
+ "type": "object",
2434
+ "properties": {
2435
+ "disabled": {
2436
+ "description": "Indicates if the plugin is disabled or not",
2437
+ "type": "boolean",
2438
+ "title": "disabled"
2439
+ }
2440
+ }
2441
+ },
2442
+ "strikethrough": {
2443
+ "title": "EditableHtmlButtonConfigure",
2444
+ "type": "object",
2445
+ "properties": {
2446
+ "disabled": {
2447
+ "description": "Indicates if the plugin is disabled or not",
2448
+ "type": "boolean",
2449
+ "title": "disabled"
2450
+ }
2451
+ }
2452
+ },
2453
+ "sub": {
2454
+ "title": "EditableHtmlButtonConfigure",
2455
+ "type": "object",
2456
+ "properties": {
2457
+ "disabled": {
2458
+ "description": "Indicates if the plugin is disabled or not",
2459
+ "type": "boolean",
2460
+ "title": "disabled"
2461
+ }
2462
+ }
2463
+ },
2464
+ "sup": {
2465
+ "title": "EditableHtmlButtonConfigure",
2466
+ "type": "object",
2467
+ "properties": {
2468
+ "disabled": {
2469
+ "description": "Indicates if the plugin is disabled or not",
2470
+ "type": "boolean",
2471
+ "title": "disabled"
2472
+ }
2473
+ }
2474
+ },
2475
+ "table": {
2476
+ "title": "EditableHtmlButtonConfigure",
2477
+ "type": "object",
2478
+ "properties": {
2479
+ "disabled": {
2480
+ "description": "Indicates if the plugin is disabled or not",
2481
+ "type": "boolean",
2482
+ "title": "disabled"
2483
+ }
2484
+ }
2485
+ },
2486
+ "ul_list": {
2487
+ "title": "EditableHtmlButtonConfigure",
2488
+ "type": "object",
2489
+ "properties": {
2490
+ "disabled": {
2491
+ "description": "Indicates if the plugin is disabled or not",
2492
+ "type": "boolean",
2493
+ "title": "disabled"
2494
+ }
2495
+ }
2496
+ },
2497
+ "underline": {
2498
+ "title": "EditableHtmlButtonConfigure",
2499
+ "type": "object",
2500
+ "properties": {
2501
+ "disabled": {
2502
+ "description": "Indicates if the plugin is disabled or not",
2503
+ "type": "boolean",
2504
+ "title": "disabled"
2505
+ }
2506
+ }
2507
+ },
2508
+ "undo": {
2509
+ "title": "EditableHtmlButtonConfigure",
2510
+ "type": "object",
2511
+ "properties": {
2512
+ "disabled": {
2513
+ "description": "Indicates if the plugin is disabled or not",
2514
+ "type": "boolean",
2515
+ "title": "disabled"
2516
+ }
2517
+ }
1374
2518
  }
1375
2519
  }
1376
2520
  },