@pie-element/math-templated 2.22.3-next.8 → 2.22.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.
@@ -167,6 +167,149 @@
167
167
  "title": "disabled"
168
168
  }
169
169
  }
170
+ },
171
+ "languageCharacters": {
172
+ "title": "EditableHtmlButtonConfigure",
173
+ "type": "object",
174
+ "properties": {
175
+ "disabled": {
176
+ "description": "Indicates if the plugin is disabled or not",
177
+ "type": "boolean",
178
+ "title": "disabled"
179
+ }
180
+ }
181
+ },
182
+ "bold": {
183
+ "title": "EditableHtmlButtonConfigure",
184
+ "type": "object",
185
+ "properties": {
186
+ "disabled": {
187
+ "description": "Indicates if the plugin is disabled or not",
188
+ "type": "boolean",
189
+ "title": "disabled"
190
+ }
191
+ }
192
+ },
193
+ "html": {
194
+ "title": "EditableHtmlButtonConfigure",
195
+ "type": "object",
196
+ "properties": {
197
+ "disabled": {
198
+ "description": "Indicates if the plugin is disabled or not",
199
+ "type": "boolean",
200
+ "title": "disabled"
201
+ }
202
+ }
203
+ },
204
+ "italic": {
205
+ "title": "EditableHtmlButtonConfigure",
206
+ "type": "object",
207
+ "properties": {
208
+ "disabled": {
209
+ "description": "Indicates if the plugin is disabled or not",
210
+ "type": "boolean",
211
+ "title": "disabled"
212
+ }
213
+ }
214
+ },
215
+ "ol_list": {
216
+ "title": "EditableHtmlButtonConfigure",
217
+ "type": "object",
218
+ "properties": {
219
+ "disabled": {
220
+ "description": "Indicates if the plugin is disabled or not",
221
+ "type": "boolean",
222
+ "title": "disabled"
223
+ }
224
+ }
225
+ },
226
+ "redo": {
227
+ "title": "EditableHtmlButtonConfigure",
228
+ "type": "object",
229
+ "properties": {
230
+ "disabled": {
231
+ "description": "Indicates if the plugin is disabled or not",
232
+ "type": "boolean",
233
+ "title": "disabled"
234
+ }
235
+ }
236
+ },
237
+ "strikethrough": {
238
+ "title": "EditableHtmlButtonConfigure",
239
+ "type": "object",
240
+ "properties": {
241
+ "disabled": {
242
+ "description": "Indicates if the plugin is disabled or not",
243
+ "type": "boolean",
244
+ "title": "disabled"
245
+ }
246
+ }
247
+ },
248
+ "sub": {
249
+ "title": "EditableHtmlButtonConfigure",
250
+ "type": "object",
251
+ "properties": {
252
+ "disabled": {
253
+ "description": "Indicates if the plugin is disabled or not",
254
+ "type": "boolean",
255
+ "title": "disabled"
256
+ }
257
+ }
258
+ },
259
+ "sup": {
260
+ "title": "EditableHtmlButtonConfigure",
261
+ "type": "object",
262
+ "properties": {
263
+ "disabled": {
264
+ "description": "Indicates if the plugin is disabled or not",
265
+ "type": "boolean",
266
+ "title": "disabled"
267
+ }
268
+ }
269
+ },
270
+ "table": {
271
+ "title": "EditableHtmlButtonConfigure",
272
+ "type": "object",
273
+ "properties": {
274
+ "disabled": {
275
+ "description": "Indicates if the plugin is disabled or not",
276
+ "type": "boolean",
277
+ "title": "disabled"
278
+ }
279
+ }
280
+ },
281
+ "ul_list": {
282
+ "title": "EditableHtmlButtonConfigure",
283
+ "type": "object",
284
+ "properties": {
285
+ "disabled": {
286
+ "description": "Indicates if the plugin is disabled or not",
287
+ "type": "boolean",
288
+ "title": "disabled"
289
+ }
290
+ }
291
+ },
292
+ "underline": {
293
+ "title": "EditableHtmlButtonConfigure",
294
+ "type": "object",
295
+ "properties": {
296
+ "disabled": {
297
+ "description": "Indicates if the plugin is disabled or not",
298
+ "type": "boolean",
299
+ "title": "disabled"
300
+ }
301
+ }
302
+ },
303
+ "undo": {
304
+ "title": "EditableHtmlButtonConfigure",
305
+ "type": "object",
306
+ "properties": {
307
+ "disabled": {
308
+ "description": "Indicates if the plugin is disabled or not",
309
+ "type": "boolean",
310
+ "title": "disabled"
311
+ }
312
+ }
170
313
  }
171
314
  }
172
315
  },
@@ -189,7 +332,442 @@
189
332
  }
190
333
  }
191
334
  },
192
- "audio": {
335
+ "audio": {
336
+ "title": "EditableHtmlButtonConfigure",
337
+ "type": "object",
338
+ "properties": {
339
+ "disabled": {
340
+ "description": "Indicates if the plugin is disabled or not",
341
+ "type": "boolean",
342
+ "title": "disabled"
343
+ }
344
+ }
345
+ },
346
+ "video": {
347
+ "title": "EditableHtmlButtonConfigure",
348
+ "type": "object",
349
+ "properties": {
350
+ "disabled": {
351
+ "description": "Indicates if the plugin is disabled or not",
352
+ "type": "boolean",
353
+ "title": "disabled"
354
+ }
355
+ }
356
+ },
357
+ "image": {
358
+ "title": "EditableHtmlButtonConfigure",
359
+ "type": "object",
360
+ "properties": {
361
+ "disabled": {
362
+ "description": "Indicates if the plugin is disabled or not",
363
+ "type": "boolean",
364
+ "title": "disabled"
365
+ }
366
+ }
367
+ },
368
+ "customPlugins": {
369
+ "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.",
370
+ "type": "array",
371
+ "items": {
372
+ "title": "CustomPlugin",
373
+ "type": "object",
374
+ "properties": {
375
+ "event": {
376
+ "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\"",
377
+ "type": "string",
378
+ "title": "event"
379
+ },
380
+ "iconAlt": {
381
+ "description": "The alt for the custom button icon",
382
+ "type": "string",
383
+ "title": "iconAlt"
384
+ },
385
+ "iconType": {
386
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
387
+ "type": "string",
388
+ "title": "iconType"
389
+ },
390
+ "icon": {
391
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
392
+ "type": "string",
393
+ "title": "icon"
394
+ }
395
+ },
396
+ "required": [
397
+ "event",
398
+ "icon",
399
+ "iconAlt",
400
+ "iconType"
401
+ ]
402
+ },
403
+ "title": "customPlugins"
404
+ },
405
+ "blockquote": {
406
+ "title": "EditableHtmlButtonConfigure",
407
+ "type": "object",
408
+ "properties": {
409
+ "disabled": {
410
+ "description": "Indicates if the plugin is disabled or not",
411
+ "type": "boolean",
412
+ "title": "disabled"
413
+ }
414
+ }
415
+ },
416
+ "h3": {
417
+ "title": "EditableHtmlButtonConfigure",
418
+ "type": "object",
419
+ "properties": {
420
+ "disabled": {
421
+ "description": "Indicates if the plugin is disabled or not",
422
+ "type": "boolean",
423
+ "title": "disabled"
424
+ }
425
+ }
426
+ },
427
+ "languageCharacters": {
428
+ "title": "EditableHtmlButtonConfigure",
429
+ "type": "object",
430
+ "properties": {
431
+ "disabled": {
432
+ "description": "Indicates if the plugin is disabled or not",
433
+ "type": "boolean",
434
+ "title": "disabled"
435
+ }
436
+ }
437
+ },
438
+ "bold": {
439
+ "title": "EditableHtmlButtonConfigure",
440
+ "type": "object",
441
+ "properties": {
442
+ "disabled": {
443
+ "description": "Indicates if the plugin is disabled or not",
444
+ "type": "boolean",
445
+ "title": "disabled"
446
+ }
447
+ }
448
+ },
449
+ "html": {
450
+ "title": "EditableHtmlButtonConfigure",
451
+ "type": "object",
452
+ "properties": {
453
+ "disabled": {
454
+ "description": "Indicates if the plugin is disabled or not",
455
+ "type": "boolean",
456
+ "title": "disabled"
457
+ }
458
+ }
459
+ },
460
+ "italic": {
461
+ "title": "EditableHtmlButtonConfigure",
462
+ "type": "object",
463
+ "properties": {
464
+ "disabled": {
465
+ "description": "Indicates if the plugin is disabled or not",
466
+ "type": "boolean",
467
+ "title": "disabled"
468
+ }
469
+ }
470
+ },
471
+ "ol_list": {
472
+ "title": "EditableHtmlButtonConfigure",
473
+ "type": "object",
474
+ "properties": {
475
+ "disabled": {
476
+ "description": "Indicates if the plugin is disabled or not",
477
+ "type": "boolean",
478
+ "title": "disabled"
479
+ }
480
+ }
481
+ },
482
+ "redo": {
483
+ "title": "EditableHtmlButtonConfigure",
484
+ "type": "object",
485
+ "properties": {
486
+ "disabled": {
487
+ "description": "Indicates if the plugin is disabled or not",
488
+ "type": "boolean",
489
+ "title": "disabled"
490
+ }
491
+ }
492
+ },
493
+ "strikethrough": {
494
+ "title": "EditableHtmlButtonConfigure",
495
+ "type": "object",
496
+ "properties": {
497
+ "disabled": {
498
+ "description": "Indicates if the plugin is disabled or not",
499
+ "type": "boolean",
500
+ "title": "disabled"
501
+ }
502
+ }
503
+ },
504
+ "sub": {
505
+ "title": "EditableHtmlButtonConfigure",
506
+ "type": "object",
507
+ "properties": {
508
+ "disabled": {
509
+ "description": "Indicates if the plugin is disabled or not",
510
+ "type": "boolean",
511
+ "title": "disabled"
512
+ }
513
+ }
514
+ },
515
+ "sup": {
516
+ "title": "EditableHtmlButtonConfigure",
517
+ "type": "object",
518
+ "properties": {
519
+ "disabled": {
520
+ "description": "Indicates if the plugin is disabled or not",
521
+ "type": "boolean",
522
+ "title": "disabled"
523
+ }
524
+ }
525
+ },
526
+ "table": {
527
+ "title": "EditableHtmlButtonConfigure",
528
+ "type": "object",
529
+ "properties": {
530
+ "disabled": {
531
+ "description": "Indicates if the plugin is disabled or not",
532
+ "type": "boolean",
533
+ "title": "disabled"
534
+ }
535
+ }
536
+ },
537
+ "ul_list": {
538
+ "title": "EditableHtmlButtonConfigure",
539
+ "type": "object",
540
+ "properties": {
541
+ "disabled": {
542
+ "description": "Indicates if the plugin is disabled or not",
543
+ "type": "boolean",
544
+ "title": "disabled"
545
+ }
546
+ }
547
+ },
548
+ "underline": {
549
+ "title": "EditableHtmlButtonConfigure",
550
+ "type": "object",
551
+ "properties": {
552
+ "disabled": {
553
+ "description": "Indicates if the plugin is disabled or not",
554
+ "type": "boolean",
555
+ "title": "disabled"
556
+ }
557
+ }
558
+ },
559
+ "undo": {
560
+ "title": "EditableHtmlButtonConfigure",
561
+ "type": "object",
562
+ "properties": {
563
+ "disabled": {
564
+ "description": "Indicates if the plugin is disabled or not",
565
+ "type": "boolean",
566
+ "title": "disabled"
567
+ }
568
+ }
569
+ }
570
+ }
571
+ },
572
+ "required": {
573
+ "description": "Indicates if the item is required and the value cannot be empty",
574
+ "type": "boolean",
575
+ "title": "required"
576
+ },
577
+ "settings": {
578
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
579
+ "type": "boolean",
580
+ "title": "settings"
581
+ },
582
+ "label": {
583
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
584
+ "type": "string",
585
+ "title": "label"
586
+ }
587
+ }
588
+ },
589
+ "spellCheck": {
590
+ "title": "ConfigureProp",
591
+ "type": "object",
592
+ "properties": {
593
+ "settings": {
594
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
595
+ "type": "boolean",
596
+ "title": "settings"
597
+ },
598
+ "label": {
599
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
600
+ "type": "string",
601
+ "title": "label"
602
+ }
603
+ }
604
+ },
605
+ "editSource": {
606
+ "title": "ConfigureProp",
607
+ "type": "object",
608
+ "properties": {
609
+ "settings": {
610
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
611
+ "type": "boolean",
612
+ "title": "settings"
613
+ },
614
+ "label": {
615
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
616
+ "type": "string",
617
+ "title": "label"
618
+ }
619
+ }
620
+ },
621
+ "playerSpellCheck": {
622
+ "title": "ConfigureProp",
623
+ "type": "object",
624
+ "properties": {
625
+ "settings": {
626
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
627
+ "type": "boolean",
628
+ "title": "settings"
629
+ },
630
+ "label": {
631
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
632
+ "type": "string",
633
+ "title": "label"
634
+ }
635
+ }
636
+ },
637
+ "teacherInstructions": {
638
+ "title": "EditableHtmlPluginConfigureRequired",
639
+ "type": "object",
640
+ "properties": {
641
+ "inputConfiguration": {
642
+ "title": "EditableHtmlConfigureProp",
643
+ "type": "object",
644
+ "properties": {
645
+ "math": {
646
+ "title": "EditableHtmlButtonConfigure",
647
+ "type": "object",
648
+ "properties": {
649
+ "disabled": {
650
+ "description": "Indicates if the plugin is disabled or not",
651
+ "type": "boolean",
652
+ "title": "disabled"
653
+ }
654
+ }
655
+ },
656
+ "audio": {
657
+ "title": "EditableHtmlButtonConfigure",
658
+ "type": "object",
659
+ "properties": {
660
+ "disabled": {
661
+ "description": "Indicates if the plugin is disabled or not",
662
+ "type": "boolean",
663
+ "title": "disabled"
664
+ }
665
+ }
666
+ },
667
+ "video": {
668
+ "title": "EditableHtmlButtonConfigure",
669
+ "type": "object",
670
+ "properties": {
671
+ "disabled": {
672
+ "description": "Indicates if the plugin is disabled or not",
673
+ "type": "boolean",
674
+ "title": "disabled"
675
+ }
676
+ }
677
+ },
678
+ "image": {
679
+ "title": "EditableHtmlButtonConfigure",
680
+ "type": "object",
681
+ "properties": {
682
+ "disabled": {
683
+ "description": "Indicates if the plugin is disabled or not",
684
+ "type": "boolean",
685
+ "title": "disabled"
686
+ }
687
+ }
688
+ },
689
+ "customPlugins": {
690
+ "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.",
691
+ "type": "array",
692
+ "items": {
693
+ "title": "CustomPlugin",
694
+ "type": "object",
695
+ "properties": {
696
+ "event": {
697
+ "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\"",
698
+ "type": "string",
699
+ "title": "event"
700
+ },
701
+ "iconAlt": {
702
+ "description": "The alt for the custom button icon",
703
+ "type": "string",
704
+ "title": "iconAlt"
705
+ },
706
+ "iconType": {
707
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
708
+ "type": "string",
709
+ "title": "iconType"
710
+ },
711
+ "icon": {
712
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
713
+ "type": "string",
714
+ "title": "icon"
715
+ }
716
+ },
717
+ "required": [
718
+ "event",
719
+ "icon",
720
+ "iconAlt",
721
+ "iconType"
722
+ ]
723
+ },
724
+ "title": "customPlugins"
725
+ },
726
+ "blockquote": {
727
+ "title": "EditableHtmlButtonConfigure",
728
+ "type": "object",
729
+ "properties": {
730
+ "disabled": {
731
+ "description": "Indicates if the plugin is disabled or not",
732
+ "type": "boolean",
733
+ "title": "disabled"
734
+ }
735
+ }
736
+ },
737
+ "h3": {
738
+ "title": "EditableHtmlButtonConfigure",
739
+ "type": "object",
740
+ "properties": {
741
+ "disabled": {
742
+ "description": "Indicates if the plugin is disabled or not",
743
+ "type": "boolean",
744
+ "title": "disabled"
745
+ }
746
+ }
747
+ },
748
+ "languageCharacters": {
749
+ "title": "EditableHtmlButtonConfigure",
750
+ "type": "object",
751
+ "properties": {
752
+ "disabled": {
753
+ "description": "Indicates if the plugin is disabled or not",
754
+ "type": "boolean",
755
+ "title": "disabled"
756
+ }
757
+ }
758
+ },
759
+ "bold": {
760
+ "title": "EditableHtmlButtonConfigure",
761
+ "type": "object",
762
+ "properties": {
763
+ "disabled": {
764
+ "description": "Indicates if the plugin is disabled or not",
765
+ "type": "boolean",
766
+ "title": "disabled"
767
+ }
768
+ }
769
+ },
770
+ "html": {
193
771
  "title": "EditableHtmlButtonConfigure",
194
772
  "type": "object",
195
773
  "properties": {
@@ -200,7 +778,7 @@
200
778
  }
201
779
  }
202
780
  },
203
- "video": {
781
+ "italic": {
204
782
  "title": "EditableHtmlButtonConfigure",
205
783
  "type": "object",
206
784
  "properties": {
@@ -211,7 +789,7 @@
211
789
  }
212
790
  }
213
791
  },
214
- "image": {
792
+ "ol_list": {
215
793
  "title": "EditableHtmlButtonConfigure",
216
794
  "type": "object",
217
795
  "properties": {
@@ -222,44 +800,18 @@
222
800
  }
223
801
  }
224
802
  },
225
- "customPlugins": {
226
- "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.",
227
- "type": "array",
228
- "items": {
229
- "title": "CustomPlugin",
230
- "type": "object",
231
- "properties": {
232
- "event": {
233
- "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\"",
234
- "type": "string",
235
- "title": "event"
236
- },
237
- "iconAlt": {
238
- "description": "The alt for the custom button icon",
239
- "type": "string",
240
- "title": "iconAlt"
241
- },
242
- "iconType": {
243
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
244
- "type": "string",
245
- "title": "iconType"
246
- },
247
- "icon": {
248
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
249
- "type": "string",
250
- "title": "icon"
251
- }
252
- },
253
- "required": [
254
- "event",
255
- "icon",
256
- "iconAlt",
257
- "iconType"
258
- ]
259
- },
260
- "title": "customPlugins"
803
+ "redo": {
804
+ "title": "EditableHtmlButtonConfigure",
805
+ "type": "object",
806
+ "properties": {
807
+ "disabled": {
808
+ "description": "Indicates if the plugin is disabled or not",
809
+ "type": "boolean",
810
+ "title": "disabled"
811
+ }
812
+ }
261
813
  },
262
- "blockquote": {
814
+ "strikethrough": {
263
815
  "title": "EditableHtmlButtonConfigure",
264
816
  "type": "object",
265
817
  "properties": {
@@ -270,7 +822,62 @@
270
822
  }
271
823
  }
272
824
  },
273
- "h3": {
825
+ "sub": {
826
+ "title": "EditableHtmlButtonConfigure",
827
+ "type": "object",
828
+ "properties": {
829
+ "disabled": {
830
+ "description": "Indicates if the plugin is disabled or not",
831
+ "type": "boolean",
832
+ "title": "disabled"
833
+ }
834
+ }
835
+ },
836
+ "sup": {
837
+ "title": "EditableHtmlButtonConfigure",
838
+ "type": "object",
839
+ "properties": {
840
+ "disabled": {
841
+ "description": "Indicates if the plugin is disabled or not",
842
+ "type": "boolean",
843
+ "title": "disabled"
844
+ }
845
+ }
846
+ },
847
+ "table": {
848
+ "title": "EditableHtmlButtonConfigure",
849
+ "type": "object",
850
+ "properties": {
851
+ "disabled": {
852
+ "description": "Indicates if the plugin is disabled or not",
853
+ "type": "boolean",
854
+ "title": "disabled"
855
+ }
856
+ }
857
+ },
858
+ "ul_list": {
859
+ "title": "EditableHtmlButtonConfigure",
860
+ "type": "object",
861
+ "properties": {
862
+ "disabled": {
863
+ "description": "Indicates if the plugin is disabled or not",
864
+ "type": "boolean",
865
+ "title": "disabled"
866
+ }
867
+ }
868
+ },
869
+ "underline": {
870
+ "title": "EditableHtmlButtonConfigure",
871
+ "type": "object",
872
+ "properties": {
873
+ "disabled": {
874
+ "description": "Indicates if the plugin is disabled or not",
875
+ "type": "boolean",
876
+ "title": "disabled"
877
+ }
878
+ }
879
+ },
880
+ "undo": {
274
881
  "title": "EditableHtmlButtonConfigure",
275
882
  "type": "object",
276
883
  "properties": {
@@ -300,39 +907,7 @@
300
907
  }
301
908
  }
302
909
  },
303
- "spellCheck": {
304
- "title": "ConfigureProp",
305
- "type": "object",
306
- "properties": {
307
- "settings": {
308
- "description": "Indicates if the item has to be displayed in the Settings Panel",
309
- "type": "boolean",
310
- "title": "settings"
311
- },
312
- "label": {
313
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
314
- "type": "string",
315
- "title": "label"
316
- }
317
- }
318
- },
319
- "editSource": {
320
- "title": "ConfigureProp",
321
- "type": "object",
322
- "properties": {
323
- "settings": {
324
- "description": "Indicates if the item has to be displayed in the Settings Panel",
325
- "type": "boolean",
326
- "title": "settings"
327
- },
328
- "label": {
329
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
330
- "type": "string",
331
- "title": "label"
332
- }
333
- }
334
- },
335
- "playerSpellCheck": {
910
+ "rationale": {
336
911
  "title": "ConfigureProp",
337
912
  "type": "object",
338
913
  "properties": {
@@ -348,8 +923,8 @@
348
923
  }
349
924
  }
350
925
  },
351
- "teacherInstructions": {
352
- "title": "EditableHtmlPluginConfigureRequired",
926
+ "template": {
927
+ "title": "EditableHtmlPluginConfigure",
353
928
  "type": "object",
354
929
  "properties": {
355
930
  "inputConfiguration": {
@@ -458,51 +1033,8 @@
458
1033
  "title": "disabled"
459
1034
  }
460
1035
  }
461
- }
462
- }
463
- },
464
- "required": {
465
- "description": "Indicates if the item is required and the value cannot be empty",
466
- "type": "boolean",
467
- "title": "required"
468
- },
469
- "settings": {
470
- "description": "Indicates if the item has to be displayed in the Settings Panel",
471
- "type": "boolean",
472
- "title": "settings"
473
- },
474
- "label": {
475
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
476
- "type": "string",
477
- "title": "label"
478
- }
479
- }
480
- },
481
- "rationale": {
482
- "title": "ConfigureProp",
483
- "type": "object",
484
- "properties": {
485
- "settings": {
486
- "description": "Indicates if the item has to be displayed in the Settings Panel",
487
- "type": "boolean",
488
- "title": "settings"
489
- },
490
- "label": {
491
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
492
- "type": "string",
493
- "title": "label"
494
- }
495
- }
496
- },
497
- "template": {
498
- "title": "EditableHtmlPluginConfigure",
499
- "type": "object",
500
- "properties": {
501
- "inputConfiguration": {
502
- "title": "EditableHtmlConfigureProp",
503
- "type": "object",
504
- "properties": {
505
- "math": {
1036
+ },
1037
+ "languageCharacters": {
506
1038
  "title": "EditableHtmlButtonConfigure",
507
1039
  "type": "object",
508
1040
  "properties": {
@@ -513,7 +1045,7 @@
513
1045
  }
514
1046
  }
515
1047
  },
516
- "audio": {
1048
+ "bold": {
517
1049
  "title": "EditableHtmlButtonConfigure",
518
1050
  "type": "object",
519
1051
  "properties": {
@@ -524,7 +1056,84 @@
524
1056
  }
525
1057
  }
526
1058
  },
527
- "video": {
1059
+ "html": {
1060
+ "title": "EditableHtmlButtonConfigure",
1061
+ "type": "object",
1062
+ "properties": {
1063
+ "disabled": {
1064
+ "description": "Indicates if the plugin is disabled or not",
1065
+ "type": "boolean",
1066
+ "title": "disabled"
1067
+ }
1068
+ }
1069
+ },
1070
+ "italic": {
1071
+ "title": "EditableHtmlButtonConfigure",
1072
+ "type": "object",
1073
+ "properties": {
1074
+ "disabled": {
1075
+ "description": "Indicates if the plugin is disabled or not",
1076
+ "type": "boolean",
1077
+ "title": "disabled"
1078
+ }
1079
+ }
1080
+ },
1081
+ "ol_list": {
1082
+ "title": "EditableHtmlButtonConfigure",
1083
+ "type": "object",
1084
+ "properties": {
1085
+ "disabled": {
1086
+ "description": "Indicates if the plugin is disabled or not",
1087
+ "type": "boolean",
1088
+ "title": "disabled"
1089
+ }
1090
+ }
1091
+ },
1092
+ "redo": {
1093
+ "title": "EditableHtmlButtonConfigure",
1094
+ "type": "object",
1095
+ "properties": {
1096
+ "disabled": {
1097
+ "description": "Indicates if the plugin is disabled or not",
1098
+ "type": "boolean",
1099
+ "title": "disabled"
1100
+ }
1101
+ }
1102
+ },
1103
+ "strikethrough": {
1104
+ "title": "EditableHtmlButtonConfigure",
1105
+ "type": "object",
1106
+ "properties": {
1107
+ "disabled": {
1108
+ "description": "Indicates if the plugin is disabled or not",
1109
+ "type": "boolean",
1110
+ "title": "disabled"
1111
+ }
1112
+ }
1113
+ },
1114
+ "sub": {
1115
+ "title": "EditableHtmlButtonConfigure",
1116
+ "type": "object",
1117
+ "properties": {
1118
+ "disabled": {
1119
+ "description": "Indicates if the plugin is disabled or not",
1120
+ "type": "boolean",
1121
+ "title": "disabled"
1122
+ }
1123
+ }
1124
+ },
1125
+ "sup": {
1126
+ "title": "EditableHtmlButtonConfigure",
1127
+ "type": "object",
1128
+ "properties": {
1129
+ "disabled": {
1130
+ "description": "Indicates if the plugin is disabled or not",
1131
+ "type": "boolean",
1132
+ "title": "disabled"
1133
+ }
1134
+ }
1135
+ },
1136
+ "table": {
528
1137
  "title": "EditableHtmlButtonConfigure",
529
1138
  "type": "object",
530
1139
  "properties": {
@@ -535,7 +1144,7 @@
535
1144
  }
536
1145
  }
537
1146
  },
538
- "image": {
1147
+ "ul_list": {
539
1148
  "title": "EditableHtmlButtonConfigure",
540
1149
  "type": "object",
541
1150
  "properties": {
@@ -546,44 +1155,7 @@
546
1155
  }
547
1156
  }
548
1157
  },
549
- "customPlugins": {
550
- "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.",
551
- "type": "array",
552
- "items": {
553
- "title": "CustomPlugin",
554
- "type": "object",
555
- "properties": {
556
- "event": {
557
- "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\"",
558
- "type": "string",
559
- "title": "event"
560
- },
561
- "iconAlt": {
562
- "description": "The alt for the custom button icon",
563
- "type": "string",
564
- "title": "iconAlt"
565
- },
566
- "iconType": {
567
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
568
- "type": "string",
569
- "title": "iconType"
570
- },
571
- "icon": {
572
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
573
- "type": "string",
574
- "title": "icon"
575
- }
576
- },
577
- "required": [
578
- "event",
579
- "icon",
580
- "iconAlt",
581
- "iconType"
582
- ]
583
- },
584
- "title": "customPlugins"
585
- },
586
- "blockquote": {
1158
+ "underline": {
587
1159
  "title": "EditableHtmlButtonConfigure",
588
1160
  "type": "object",
589
1161
  "properties": {
@@ -594,7 +1166,7 @@
594
1166
  }
595
1167
  }
596
1168
  },
597
- "h3": {
1169
+ "undo": {
598
1170
  "title": "EditableHtmlButtonConfigure",
599
1171
  "type": "object",
600
1172
  "properties": {
@@ -887,6 +1459,149 @@
887
1459
  "title": "disabled"
888
1460
  }
889
1461
  }
1462
+ },
1463
+ "languageCharacters": {
1464
+ "title": "EditableHtmlButtonConfigure",
1465
+ "type": "object",
1466
+ "properties": {
1467
+ "disabled": {
1468
+ "description": "Indicates if the plugin is disabled or not",
1469
+ "type": "boolean",
1470
+ "title": "disabled"
1471
+ }
1472
+ }
1473
+ },
1474
+ "bold": {
1475
+ "title": "EditableHtmlButtonConfigure",
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "disabled": {
1479
+ "description": "Indicates if the plugin is disabled or not",
1480
+ "type": "boolean",
1481
+ "title": "disabled"
1482
+ }
1483
+ }
1484
+ },
1485
+ "html": {
1486
+ "title": "EditableHtmlButtonConfigure",
1487
+ "type": "object",
1488
+ "properties": {
1489
+ "disabled": {
1490
+ "description": "Indicates if the plugin is disabled or not",
1491
+ "type": "boolean",
1492
+ "title": "disabled"
1493
+ }
1494
+ }
1495
+ },
1496
+ "italic": {
1497
+ "title": "EditableHtmlButtonConfigure",
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "disabled": {
1501
+ "description": "Indicates if the plugin is disabled or not",
1502
+ "type": "boolean",
1503
+ "title": "disabled"
1504
+ }
1505
+ }
1506
+ },
1507
+ "ol_list": {
1508
+ "title": "EditableHtmlButtonConfigure",
1509
+ "type": "object",
1510
+ "properties": {
1511
+ "disabled": {
1512
+ "description": "Indicates if the plugin is disabled or not",
1513
+ "type": "boolean",
1514
+ "title": "disabled"
1515
+ }
1516
+ }
1517
+ },
1518
+ "redo": {
1519
+ "title": "EditableHtmlButtonConfigure",
1520
+ "type": "object",
1521
+ "properties": {
1522
+ "disabled": {
1523
+ "description": "Indicates if the plugin is disabled or not",
1524
+ "type": "boolean",
1525
+ "title": "disabled"
1526
+ }
1527
+ }
1528
+ },
1529
+ "strikethrough": {
1530
+ "title": "EditableHtmlButtonConfigure",
1531
+ "type": "object",
1532
+ "properties": {
1533
+ "disabled": {
1534
+ "description": "Indicates if the plugin is disabled or not",
1535
+ "type": "boolean",
1536
+ "title": "disabled"
1537
+ }
1538
+ }
1539
+ },
1540
+ "sub": {
1541
+ "title": "EditableHtmlButtonConfigure",
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "disabled": {
1545
+ "description": "Indicates if the plugin is disabled or not",
1546
+ "type": "boolean",
1547
+ "title": "disabled"
1548
+ }
1549
+ }
1550
+ },
1551
+ "sup": {
1552
+ "title": "EditableHtmlButtonConfigure",
1553
+ "type": "object",
1554
+ "properties": {
1555
+ "disabled": {
1556
+ "description": "Indicates if the plugin is disabled or not",
1557
+ "type": "boolean",
1558
+ "title": "disabled"
1559
+ }
1560
+ }
1561
+ },
1562
+ "table": {
1563
+ "title": "EditableHtmlButtonConfigure",
1564
+ "type": "object",
1565
+ "properties": {
1566
+ "disabled": {
1567
+ "description": "Indicates if the plugin is disabled or not",
1568
+ "type": "boolean",
1569
+ "title": "disabled"
1570
+ }
1571
+ }
1572
+ },
1573
+ "ul_list": {
1574
+ "title": "EditableHtmlButtonConfigure",
1575
+ "type": "object",
1576
+ "properties": {
1577
+ "disabled": {
1578
+ "description": "Indicates if the plugin is disabled or not",
1579
+ "type": "boolean",
1580
+ "title": "disabled"
1581
+ }
1582
+ }
1583
+ },
1584
+ "underline": {
1585
+ "title": "EditableHtmlButtonConfigure",
1586
+ "type": "object",
1587
+ "properties": {
1588
+ "disabled": {
1589
+ "description": "Indicates if the plugin is disabled or not",
1590
+ "type": "boolean",
1591
+ "title": "disabled"
1592
+ }
1593
+ }
1594
+ },
1595
+ "undo": {
1596
+ "title": "EditableHtmlButtonConfigure",
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "disabled": {
1600
+ "description": "Indicates if the plugin is disabled or not",
1601
+ "type": "boolean",
1602
+ "title": "disabled"
1603
+ }
1604
+ }
890
1605
  }
891
1606
  }
892
1607
  },
@@ -952,7 +1667,99 @@
952
1667
  }
953
1668
  }
954
1669
  },
955
- "audio": {
1670
+ "audio": {
1671
+ "title": "EditableHtmlButtonConfigure",
1672
+ "type": "object",
1673
+ "properties": {
1674
+ "disabled": {
1675
+ "description": "Indicates if the plugin is disabled or not",
1676
+ "type": "boolean",
1677
+ "title": "disabled"
1678
+ }
1679
+ }
1680
+ },
1681
+ "video": {
1682
+ "title": "EditableHtmlButtonConfigure",
1683
+ "type": "object",
1684
+ "properties": {
1685
+ "disabled": {
1686
+ "description": "Indicates if the plugin is disabled or not",
1687
+ "type": "boolean",
1688
+ "title": "disabled"
1689
+ }
1690
+ }
1691
+ },
1692
+ "image": {
1693
+ "title": "EditableHtmlButtonConfigure",
1694
+ "type": "object",
1695
+ "properties": {
1696
+ "disabled": {
1697
+ "description": "Indicates if the plugin is disabled or not",
1698
+ "type": "boolean",
1699
+ "title": "disabled"
1700
+ }
1701
+ }
1702
+ },
1703
+ "customPlugins": {
1704
+ "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.",
1705
+ "type": "array",
1706
+ "items": {
1707
+ "title": "CustomPlugin",
1708
+ "type": "object",
1709
+ "properties": {
1710
+ "event": {
1711
+ "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\"",
1712
+ "type": "string",
1713
+ "title": "event"
1714
+ },
1715
+ "iconAlt": {
1716
+ "description": "The alt for the custom button icon",
1717
+ "type": "string",
1718
+ "title": "iconAlt"
1719
+ },
1720
+ "iconType": {
1721
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1722
+ "type": "string",
1723
+ "title": "iconType"
1724
+ },
1725
+ "icon": {
1726
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1727
+ "type": "string",
1728
+ "title": "icon"
1729
+ }
1730
+ },
1731
+ "required": [
1732
+ "event",
1733
+ "icon",
1734
+ "iconAlt",
1735
+ "iconType"
1736
+ ]
1737
+ },
1738
+ "title": "customPlugins"
1739
+ },
1740
+ "blockquote": {
1741
+ "title": "EditableHtmlButtonConfigure",
1742
+ "type": "object",
1743
+ "properties": {
1744
+ "disabled": {
1745
+ "description": "Indicates if the plugin is disabled or not",
1746
+ "type": "boolean",
1747
+ "title": "disabled"
1748
+ }
1749
+ }
1750
+ },
1751
+ "h3": {
1752
+ "title": "EditableHtmlButtonConfigure",
1753
+ "type": "object",
1754
+ "properties": {
1755
+ "disabled": {
1756
+ "description": "Indicates if the plugin is disabled or not",
1757
+ "type": "boolean",
1758
+ "title": "disabled"
1759
+ }
1760
+ }
1761
+ },
1762
+ "languageCharacters": {
956
1763
  "title": "EditableHtmlButtonConfigure",
957
1764
  "type": "object",
958
1765
  "properties": {
@@ -963,7 +1770,7 @@
963
1770
  }
964
1771
  }
965
1772
  },
966
- "video": {
1773
+ "bold": {
967
1774
  "title": "EditableHtmlButtonConfigure",
968
1775
  "type": "object",
969
1776
  "properties": {
@@ -974,7 +1781,7 @@
974
1781
  }
975
1782
  }
976
1783
  },
977
- "image": {
1784
+ "html": {
978
1785
  "title": "EditableHtmlButtonConfigure",
979
1786
  "type": "object",
980
1787
  "properties": {
@@ -985,44 +1792,18 @@
985
1792
  }
986
1793
  }
987
1794
  },
988
- "customPlugins": {
989
- "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.",
990
- "type": "array",
991
- "items": {
992
- "title": "CustomPlugin",
993
- "type": "object",
994
- "properties": {
995
- "event": {
996
- "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\"",
997
- "type": "string",
998
- "title": "event"
999
- },
1000
- "iconAlt": {
1001
- "description": "The alt for the custom button icon",
1002
- "type": "string",
1003
- "title": "iconAlt"
1004
- },
1005
- "iconType": {
1006
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1007
- "type": "string",
1008
- "title": "iconType"
1009
- },
1010
- "icon": {
1011
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1012
- "type": "string",
1013
- "title": "icon"
1014
- }
1015
- },
1016
- "required": [
1017
- "event",
1018
- "icon",
1019
- "iconAlt",
1020
- "iconType"
1021
- ]
1022
- },
1023
- "title": "customPlugins"
1795
+ "italic": {
1796
+ "title": "EditableHtmlButtonConfigure",
1797
+ "type": "object",
1798
+ "properties": {
1799
+ "disabled": {
1800
+ "description": "Indicates if the plugin is disabled or not",
1801
+ "type": "boolean",
1802
+ "title": "disabled"
1803
+ }
1804
+ }
1024
1805
  },
1025
- "blockquote": {
1806
+ "ol_list": {
1026
1807
  "title": "EditableHtmlButtonConfigure",
1027
1808
  "type": "object",
1028
1809
  "properties": {
@@ -1033,7 +1814,84 @@
1033
1814
  }
1034
1815
  }
1035
1816
  },
1036
- "h3": {
1817
+ "redo": {
1818
+ "title": "EditableHtmlButtonConfigure",
1819
+ "type": "object",
1820
+ "properties": {
1821
+ "disabled": {
1822
+ "description": "Indicates if the plugin is disabled or not",
1823
+ "type": "boolean",
1824
+ "title": "disabled"
1825
+ }
1826
+ }
1827
+ },
1828
+ "strikethrough": {
1829
+ "title": "EditableHtmlButtonConfigure",
1830
+ "type": "object",
1831
+ "properties": {
1832
+ "disabled": {
1833
+ "description": "Indicates if the plugin is disabled or not",
1834
+ "type": "boolean",
1835
+ "title": "disabled"
1836
+ }
1837
+ }
1838
+ },
1839
+ "sub": {
1840
+ "title": "EditableHtmlButtonConfigure",
1841
+ "type": "object",
1842
+ "properties": {
1843
+ "disabled": {
1844
+ "description": "Indicates if the plugin is disabled or not",
1845
+ "type": "boolean",
1846
+ "title": "disabled"
1847
+ }
1848
+ }
1849
+ },
1850
+ "sup": {
1851
+ "title": "EditableHtmlButtonConfigure",
1852
+ "type": "object",
1853
+ "properties": {
1854
+ "disabled": {
1855
+ "description": "Indicates if the plugin is disabled or not",
1856
+ "type": "boolean",
1857
+ "title": "disabled"
1858
+ }
1859
+ }
1860
+ },
1861
+ "table": {
1862
+ "title": "EditableHtmlButtonConfigure",
1863
+ "type": "object",
1864
+ "properties": {
1865
+ "disabled": {
1866
+ "description": "Indicates if the plugin is disabled or not",
1867
+ "type": "boolean",
1868
+ "title": "disabled"
1869
+ }
1870
+ }
1871
+ },
1872
+ "ul_list": {
1873
+ "title": "EditableHtmlButtonConfigure",
1874
+ "type": "object",
1875
+ "properties": {
1876
+ "disabled": {
1877
+ "description": "Indicates if the plugin is disabled or not",
1878
+ "type": "boolean",
1879
+ "title": "disabled"
1880
+ }
1881
+ }
1882
+ },
1883
+ "underline": {
1884
+ "title": "EditableHtmlButtonConfigure",
1885
+ "type": "object",
1886
+ "properties": {
1887
+ "disabled": {
1888
+ "description": "Indicates if the plugin is disabled or not",
1889
+ "type": "boolean",
1890
+ "title": "disabled"
1891
+ }
1892
+ }
1893
+ },
1894
+ "undo": {
1037
1895
  "title": "EditableHtmlButtonConfigure",
1038
1896
  "type": "object",
1039
1897
  "properties": {
@@ -1173,6 +2031,149 @@
1173
2031
  "title": "disabled"
1174
2032
  }
1175
2033
  }
2034
+ },
2035
+ "languageCharacters": {
2036
+ "title": "EditableHtmlButtonConfigure",
2037
+ "type": "object",
2038
+ "properties": {
2039
+ "disabled": {
2040
+ "description": "Indicates if the plugin is disabled or not",
2041
+ "type": "boolean",
2042
+ "title": "disabled"
2043
+ }
2044
+ }
2045
+ },
2046
+ "bold": {
2047
+ "title": "EditableHtmlButtonConfigure",
2048
+ "type": "object",
2049
+ "properties": {
2050
+ "disabled": {
2051
+ "description": "Indicates if the plugin is disabled or not",
2052
+ "type": "boolean",
2053
+ "title": "disabled"
2054
+ }
2055
+ }
2056
+ },
2057
+ "html": {
2058
+ "title": "EditableHtmlButtonConfigure",
2059
+ "type": "object",
2060
+ "properties": {
2061
+ "disabled": {
2062
+ "description": "Indicates if the plugin is disabled or not",
2063
+ "type": "boolean",
2064
+ "title": "disabled"
2065
+ }
2066
+ }
2067
+ },
2068
+ "italic": {
2069
+ "title": "EditableHtmlButtonConfigure",
2070
+ "type": "object",
2071
+ "properties": {
2072
+ "disabled": {
2073
+ "description": "Indicates if the plugin is disabled or not",
2074
+ "type": "boolean",
2075
+ "title": "disabled"
2076
+ }
2077
+ }
2078
+ },
2079
+ "ol_list": {
2080
+ "title": "EditableHtmlButtonConfigure",
2081
+ "type": "object",
2082
+ "properties": {
2083
+ "disabled": {
2084
+ "description": "Indicates if the plugin is disabled or not",
2085
+ "type": "boolean",
2086
+ "title": "disabled"
2087
+ }
2088
+ }
2089
+ },
2090
+ "redo": {
2091
+ "title": "EditableHtmlButtonConfigure",
2092
+ "type": "object",
2093
+ "properties": {
2094
+ "disabled": {
2095
+ "description": "Indicates if the plugin is disabled or not",
2096
+ "type": "boolean",
2097
+ "title": "disabled"
2098
+ }
2099
+ }
2100
+ },
2101
+ "strikethrough": {
2102
+ "title": "EditableHtmlButtonConfigure",
2103
+ "type": "object",
2104
+ "properties": {
2105
+ "disabled": {
2106
+ "description": "Indicates if the plugin is disabled or not",
2107
+ "type": "boolean",
2108
+ "title": "disabled"
2109
+ }
2110
+ }
2111
+ },
2112
+ "sub": {
2113
+ "title": "EditableHtmlButtonConfigure",
2114
+ "type": "object",
2115
+ "properties": {
2116
+ "disabled": {
2117
+ "description": "Indicates if the plugin is disabled or not",
2118
+ "type": "boolean",
2119
+ "title": "disabled"
2120
+ }
2121
+ }
2122
+ },
2123
+ "sup": {
2124
+ "title": "EditableHtmlButtonConfigure",
2125
+ "type": "object",
2126
+ "properties": {
2127
+ "disabled": {
2128
+ "description": "Indicates if the plugin is disabled or not",
2129
+ "type": "boolean",
2130
+ "title": "disabled"
2131
+ }
2132
+ }
2133
+ },
2134
+ "table": {
2135
+ "title": "EditableHtmlButtonConfigure",
2136
+ "type": "object",
2137
+ "properties": {
2138
+ "disabled": {
2139
+ "description": "Indicates if the plugin is disabled or not",
2140
+ "type": "boolean",
2141
+ "title": "disabled"
2142
+ }
2143
+ }
2144
+ },
2145
+ "ul_list": {
2146
+ "title": "EditableHtmlButtonConfigure",
2147
+ "type": "object",
2148
+ "properties": {
2149
+ "disabled": {
2150
+ "description": "Indicates if the plugin is disabled or not",
2151
+ "type": "boolean",
2152
+ "title": "disabled"
2153
+ }
2154
+ }
2155
+ },
2156
+ "underline": {
2157
+ "title": "EditableHtmlButtonConfigure",
2158
+ "type": "object",
2159
+ "properties": {
2160
+ "disabled": {
2161
+ "description": "Indicates if the plugin is disabled or not",
2162
+ "type": "boolean",
2163
+ "title": "disabled"
2164
+ }
2165
+ }
2166
+ },
2167
+ "undo": {
2168
+ "title": "EditableHtmlButtonConfigure",
2169
+ "type": "object",
2170
+ "properties": {
2171
+ "disabled": {
2172
+ "description": "Indicates if the plugin is disabled or not",
2173
+ "type": "boolean",
2174
+ "title": "disabled"
2175
+ }
2176
+ }
1176
2177
  }
1177
2178
  }
1178
2179
  },