@pie-element/number-line 8.19.3-next.17 → 8.19.3-next.26

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
  },
@@ -243,35 +386,8 @@
243
386
  "title": "disabled"
244
387
  }
245
388
  }
246
- }
247
- }
248
- },
249
- "required": {
250
- "description": "Indicates if the item is required and the value cannot be empty",
251
- "type": "boolean",
252
- "title": "required"
253
- },
254
- "settings": {
255
- "description": "Indicates if the item has to be displayed in the Settings Panel",
256
- "type": "boolean",
257
- "title": "settings"
258
- },
259
- "label": {
260
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
261
- "type": "string",
262
- "title": "label"
263
- }
264
- }
265
- },
266
- "rationale": {
267
- "title": "EditableHtmlPluginConfigureRequired",
268
- "type": "object",
269
- "properties": {
270
- "inputConfiguration": {
271
- "title": "EditableHtmlConfigureProp",
272
- "type": "object",
273
- "properties": {
274
- "math": {
389
+ },
390
+ "languageCharacters": {
275
391
  "title": "EditableHtmlButtonConfigure",
276
392
  "type": "object",
277
393
  "properties": {
@@ -282,7 +398,7 @@
282
398
  }
283
399
  }
284
400
  },
285
- "audio": {
401
+ "bold": {
286
402
  "title": "EditableHtmlButtonConfigure",
287
403
  "type": "object",
288
404
  "properties": {
@@ -293,7 +409,7 @@
293
409
  }
294
410
  }
295
411
  },
296
- "video": {
412
+ "html": {
297
413
  "title": "EditableHtmlButtonConfigure",
298
414
  "type": "object",
299
415
  "properties": {
@@ -304,7 +420,7 @@
304
420
  }
305
421
  }
306
422
  },
307
- "image": {
423
+ "italic": {
308
424
  "title": "EditableHtmlButtonConfigure",
309
425
  "type": "object",
310
426
  "properties": {
@@ -315,44 +431,18 @@
315
431
  }
316
432
  }
317
433
  },
318
- "customPlugins": {
319
- "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.",
320
- "type": "array",
321
- "items": {
322
- "title": "CustomPlugin",
323
- "type": "object",
324
- "properties": {
325
- "event": {
326
- "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\"",
327
- "type": "string",
328
- "title": "event"
329
- },
330
- "iconAlt": {
331
- "description": "The alt for the custom button icon",
332
- "type": "string",
333
- "title": "iconAlt"
334
- },
335
- "iconType": {
336
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
337
- "type": "string",
338
- "title": "iconType"
339
- },
340
- "icon": {
341
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
342
- "type": "string",
343
- "title": "icon"
344
- }
345
- },
346
- "required": [
347
- "event",
348
- "icon",
349
- "iconAlt",
350
- "iconType"
351
- ]
352
- },
353
- "title": "customPlugins"
434
+ "ol_list": {
435
+ "title": "EditableHtmlButtonConfigure",
436
+ "type": "object",
437
+ "properties": {
438
+ "disabled": {
439
+ "description": "Indicates if the plugin is disabled or not",
440
+ "type": "boolean",
441
+ "title": "disabled"
442
+ }
443
+ }
354
444
  },
355
- "blockquote": {
445
+ "redo": {
356
446
  "title": "EditableHtmlButtonConfigure",
357
447
  "type": "object",
358
448
  "properties": {
@@ -363,7 +453,7 @@
363
453
  }
364
454
  }
365
455
  },
366
- "h3": {
456
+ "strikethrough": {
367
457
  "title": "EditableHtmlButtonConfigure",
368
458
  "type": "object",
369
459
  "properties": {
@@ -373,35 +463,8 @@
373
463
  "title": "disabled"
374
464
  }
375
465
  }
376
- }
377
- }
378
- },
379
- "required": {
380
- "description": "Indicates if the item is required and the value cannot be empty",
381
- "type": "boolean",
382
- "title": "required"
383
- },
384
- "settings": {
385
- "description": "Indicates if the item has to be displayed in the Settings Panel",
386
- "type": "boolean",
387
- "title": "settings"
388
- },
389
- "label": {
390
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
391
- "type": "string",
392
- "title": "label"
393
- }
394
- }
395
- },
396
- "teacherInstructions": {
397
- "title": "EditableHtmlPluginConfigureRequired",
398
- "type": "object",
399
- "properties": {
400
- "inputConfiguration": {
401
- "title": "EditableHtmlConfigureProp",
402
- "type": "object",
403
- "properties": {
404
- "math": {
466
+ },
467
+ "sub": {
405
468
  "title": "EditableHtmlButtonConfigure",
406
469
  "type": "object",
407
470
  "properties": {
@@ -412,7 +475,7 @@
412
475
  }
413
476
  }
414
477
  },
415
- "audio": {
478
+ "sup": {
416
479
  "title": "EditableHtmlButtonConfigure",
417
480
  "type": "object",
418
481
  "properties": {
@@ -423,7 +486,7 @@
423
486
  }
424
487
  }
425
488
  },
426
- "video": {
489
+ "table": {
427
490
  "title": "EditableHtmlButtonConfigure",
428
491
  "type": "object",
429
492
  "properties": {
@@ -434,7 +497,7 @@
434
497
  }
435
498
  }
436
499
  },
437
- "image": {
500
+ "ul_list": {
438
501
  "title": "EditableHtmlButtonConfigure",
439
502
  "type": "object",
440
503
  "properties": {
@@ -445,19 +508,112 @@
445
508
  }
446
509
  }
447
510
  },
448
- "customPlugins": {
449
- "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.",
450
- "type": "array",
451
- "items": {
452
- "title": "CustomPlugin",
453
- "type": "object",
454
- "properties": {
455
- "event": {
456
- "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\"",
457
- "type": "string",
458
- "title": "event"
459
- },
460
- "iconAlt": {
511
+ "underline": {
512
+ "title": "EditableHtmlButtonConfigure",
513
+ "type": "object",
514
+ "properties": {
515
+ "disabled": {
516
+ "description": "Indicates if the plugin is disabled or not",
517
+ "type": "boolean",
518
+ "title": "disabled"
519
+ }
520
+ }
521
+ },
522
+ "undo": {
523
+ "title": "EditableHtmlButtonConfigure",
524
+ "type": "object",
525
+ "properties": {
526
+ "disabled": {
527
+ "description": "Indicates if the plugin is disabled or not",
528
+ "type": "boolean",
529
+ "title": "disabled"
530
+ }
531
+ }
532
+ }
533
+ }
534
+ },
535
+ "required": {
536
+ "description": "Indicates if the item is required and the value cannot be empty",
537
+ "type": "boolean",
538
+ "title": "required"
539
+ },
540
+ "settings": {
541
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
542
+ "type": "boolean",
543
+ "title": "settings"
544
+ },
545
+ "label": {
546
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
547
+ "type": "string",
548
+ "title": "label"
549
+ }
550
+ }
551
+ },
552
+ "rationale": {
553
+ "title": "EditableHtmlPluginConfigureRequired",
554
+ "type": "object",
555
+ "properties": {
556
+ "inputConfiguration": {
557
+ "title": "EditableHtmlConfigureProp",
558
+ "type": "object",
559
+ "properties": {
560
+ "math": {
561
+ "title": "EditableHtmlButtonConfigure",
562
+ "type": "object",
563
+ "properties": {
564
+ "disabled": {
565
+ "description": "Indicates if the plugin is disabled or not",
566
+ "type": "boolean",
567
+ "title": "disabled"
568
+ }
569
+ }
570
+ },
571
+ "audio": {
572
+ "title": "EditableHtmlButtonConfigure",
573
+ "type": "object",
574
+ "properties": {
575
+ "disabled": {
576
+ "description": "Indicates if the plugin is disabled or not",
577
+ "type": "boolean",
578
+ "title": "disabled"
579
+ }
580
+ }
581
+ },
582
+ "video": {
583
+ "title": "EditableHtmlButtonConfigure",
584
+ "type": "object",
585
+ "properties": {
586
+ "disabled": {
587
+ "description": "Indicates if the plugin is disabled or not",
588
+ "type": "boolean",
589
+ "title": "disabled"
590
+ }
591
+ }
592
+ },
593
+ "image": {
594
+ "title": "EditableHtmlButtonConfigure",
595
+ "type": "object",
596
+ "properties": {
597
+ "disabled": {
598
+ "description": "Indicates if the plugin is disabled or not",
599
+ "type": "boolean",
600
+ "title": "disabled"
601
+ }
602
+ }
603
+ },
604
+ "customPlugins": {
605
+ "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.",
606
+ "type": "array",
607
+ "items": {
608
+ "title": "CustomPlugin",
609
+ "type": "object",
610
+ "properties": {
611
+ "event": {
612
+ "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\"",
613
+ "type": "string",
614
+ "title": "event"
615
+ },
616
+ "iconAlt": {
461
617
  "description": "The alt for the custom button icon",
462
618
  "type": "string",
463
619
  "title": "iconAlt"
@@ -503,6 +659,149 @@
503
659
  "title": "disabled"
504
660
  }
505
661
  }
662
+ },
663
+ "languageCharacters": {
664
+ "title": "EditableHtmlButtonConfigure",
665
+ "type": "object",
666
+ "properties": {
667
+ "disabled": {
668
+ "description": "Indicates if the plugin is disabled or not",
669
+ "type": "boolean",
670
+ "title": "disabled"
671
+ }
672
+ }
673
+ },
674
+ "bold": {
675
+ "title": "EditableHtmlButtonConfigure",
676
+ "type": "object",
677
+ "properties": {
678
+ "disabled": {
679
+ "description": "Indicates if the plugin is disabled or not",
680
+ "type": "boolean",
681
+ "title": "disabled"
682
+ }
683
+ }
684
+ },
685
+ "html": {
686
+ "title": "EditableHtmlButtonConfigure",
687
+ "type": "object",
688
+ "properties": {
689
+ "disabled": {
690
+ "description": "Indicates if the plugin is disabled or not",
691
+ "type": "boolean",
692
+ "title": "disabled"
693
+ }
694
+ }
695
+ },
696
+ "italic": {
697
+ "title": "EditableHtmlButtonConfigure",
698
+ "type": "object",
699
+ "properties": {
700
+ "disabled": {
701
+ "description": "Indicates if the plugin is disabled or not",
702
+ "type": "boolean",
703
+ "title": "disabled"
704
+ }
705
+ }
706
+ },
707
+ "ol_list": {
708
+ "title": "EditableHtmlButtonConfigure",
709
+ "type": "object",
710
+ "properties": {
711
+ "disabled": {
712
+ "description": "Indicates if the plugin is disabled or not",
713
+ "type": "boolean",
714
+ "title": "disabled"
715
+ }
716
+ }
717
+ },
718
+ "redo": {
719
+ "title": "EditableHtmlButtonConfigure",
720
+ "type": "object",
721
+ "properties": {
722
+ "disabled": {
723
+ "description": "Indicates if the plugin is disabled or not",
724
+ "type": "boolean",
725
+ "title": "disabled"
726
+ }
727
+ }
728
+ },
729
+ "strikethrough": {
730
+ "title": "EditableHtmlButtonConfigure",
731
+ "type": "object",
732
+ "properties": {
733
+ "disabled": {
734
+ "description": "Indicates if the plugin is disabled or not",
735
+ "type": "boolean",
736
+ "title": "disabled"
737
+ }
738
+ }
739
+ },
740
+ "sub": {
741
+ "title": "EditableHtmlButtonConfigure",
742
+ "type": "object",
743
+ "properties": {
744
+ "disabled": {
745
+ "description": "Indicates if the plugin is disabled or not",
746
+ "type": "boolean",
747
+ "title": "disabled"
748
+ }
749
+ }
750
+ },
751
+ "sup": {
752
+ "title": "EditableHtmlButtonConfigure",
753
+ "type": "object",
754
+ "properties": {
755
+ "disabled": {
756
+ "description": "Indicates if the plugin is disabled or not",
757
+ "type": "boolean",
758
+ "title": "disabled"
759
+ }
760
+ }
761
+ },
762
+ "table": {
763
+ "title": "EditableHtmlButtonConfigure",
764
+ "type": "object",
765
+ "properties": {
766
+ "disabled": {
767
+ "description": "Indicates if the plugin is disabled or not",
768
+ "type": "boolean",
769
+ "title": "disabled"
770
+ }
771
+ }
772
+ },
773
+ "ul_list": {
774
+ "title": "EditableHtmlButtonConfigure",
775
+ "type": "object",
776
+ "properties": {
777
+ "disabled": {
778
+ "description": "Indicates if the plugin is disabled or not",
779
+ "type": "boolean",
780
+ "title": "disabled"
781
+ }
782
+ }
783
+ },
784
+ "underline": {
785
+ "title": "EditableHtmlButtonConfigure",
786
+ "type": "object",
787
+ "properties": {
788
+ "disabled": {
789
+ "description": "Indicates if the plugin is disabled or not",
790
+ "type": "boolean",
791
+ "title": "disabled"
792
+ }
793
+ }
794
+ },
795
+ "undo": {
796
+ "title": "EditableHtmlButtonConfigure",
797
+ "type": "object",
798
+ "properties": {
799
+ "disabled": {
800
+ "description": "Indicates if the plugin is disabled or not",
801
+ "type": "boolean",
802
+ "title": "disabled"
803
+ }
804
+ }
506
805
  }
507
806
  }
508
807
  },
@@ -523,8 +822,8 @@
523
822
  }
524
823
  }
525
824
  },
526
- "title": {
527
- "title": "EditableHtmlPluginConfigure",
825
+ "teacherInstructions": {
826
+ "title": "EditableHtmlPluginConfigureRequired",
528
827
  "type": "object",
529
828
  "properties": {
530
829
  "inputConfiguration": {
@@ -564,7 +863,460 @@
564
863
  }
565
864
  }
566
865
  },
567
- "image": {
866
+ "image": {
867
+ "title": "EditableHtmlButtonConfigure",
868
+ "type": "object",
869
+ "properties": {
870
+ "disabled": {
871
+ "description": "Indicates if the plugin is disabled or not",
872
+ "type": "boolean",
873
+ "title": "disabled"
874
+ }
875
+ }
876
+ },
877
+ "customPlugins": {
878
+ "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.",
879
+ "type": "array",
880
+ "items": {
881
+ "title": "CustomPlugin",
882
+ "type": "object",
883
+ "properties": {
884
+ "event": {
885
+ "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\"",
886
+ "type": "string",
887
+ "title": "event"
888
+ },
889
+ "iconAlt": {
890
+ "description": "The alt for the custom button icon",
891
+ "type": "string",
892
+ "title": "iconAlt"
893
+ },
894
+ "iconType": {
895
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
896
+ "type": "string",
897
+ "title": "iconType"
898
+ },
899
+ "icon": {
900
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
901
+ "type": "string",
902
+ "title": "icon"
903
+ }
904
+ },
905
+ "required": [
906
+ "event",
907
+ "icon",
908
+ "iconAlt",
909
+ "iconType"
910
+ ]
911
+ },
912
+ "title": "customPlugins"
913
+ },
914
+ "blockquote": {
915
+ "title": "EditableHtmlButtonConfigure",
916
+ "type": "object",
917
+ "properties": {
918
+ "disabled": {
919
+ "description": "Indicates if the plugin is disabled or not",
920
+ "type": "boolean",
921
+ "title": "disabled"
922
+ }
923
+ }
924
+ },
925
+ "h3": {
926
+ "title": "EditableHtmlButtonConfigure",
927
+ "type": "object",
928
+ "properties": {
929
+ "disabled": {
930
+ "description": "Indicates if the plugin is disabled or not",
931
+ "type": "boolean",
932
+ "title": "disabled"
933
+ }
934
+ }
935
+ },
936
+ "languageCharacters": {
937
+ "title": "EditableHtmlButtonConfigure",
938
+ "type": "object",
939
+ "properties": {
940
+ "disabled": {
941
+ "description": "Indicates if the plugin is disabled or not",
942
+ "type": "boolean",
943
+ "title": "disabled"
944
+ }
945
+ }
946
+ },
947
+ "bold": {
948
+ "title": "EditableHtmlButtonConfigure",
949
+ "type": "object",
950
+ "properties": {
951
+ "disabled": {
952
+ "description": "Indicates if the plugin is disabled or not",
953
+ "type": "boolean",
954
+ "title": "disabled"
955
+ }
956
+ }
957
+ },
958
+ "html": {
959
+ "title": "EditableHtmlButtonConfigure",
960
+ "type": "object",
961
+ "properties": {
962
+ "disabled": {
963
+ "description": "Indicates if the plugin is disabled or not",
964
+ "type": "boolean",
965
+ "title": "disabled"
966
+ }
967
+ }
968
+ },
969
+ "italic": {
970
+ "title": "EditableHtmlButtonConfigure",
971
+ "type": "object",
972
+ "properties": {
973
+ "disabled": {
974
+ "description": "Indicates if the plugin is disabled or not",
975
+ "type": "boolean",
976
+ "title": "disabled"
977
+ }
978
+ }
979
+ },
980
+ "ol_list": {
981
+ "title": "EditableHtmlButtonConfigure",
982
+ "type": "object",
983
+ "properties": {
984
+ "disabled": {
985
+ "description": "Indicates if the plugin is disabled or not",
986
+ "type": "boolean",
987
+ "title": "disabled"
988
+ }
989
+ }
990
+ },
991
+ "redo": {
992
+ "title": "EditableHtmlButtonConfigure",
993
+ "type": "object",
994
+ "properties": {
995
+ "disabled": {
996
+ "description": "Indicates if the plugin is disabled or not",
997
+ "type": "boolean",
998
+ "title": "disabled"
999
+ }
1000
+ }
1001
+ },
1002
+ "strikethrough": {
1003
+ "title": "EditableHtmlButtonConfigure",
1004
+ "type": "object",
1005
+ "properties": {
1006
+ "disabled": {
1007
+ "description": "Indicates if the plugin is disabled or not",
1008
+ "type": "boolean",
1009
+ "title": "disabled"
1010
+ }
1011
+ }
1012
+ },
1013
+ "sub": {
1014
+ "title": "EditableHtmlButtonConfigure",
1015
+ "type": "object",
1016
+ "properties": {
1017
+ "disabled": {
1018
+ "description": "Indicates if the plugin is disabled or not",
1019
+ "type": "boolean",
1020
+ "title": "disabled"
1021
+ }
1022
+ }
1023
+ },
1024
+ "sup": {
1025
+ "title": "EditableHtmlButtonConfigure",
1026
+ "type": "object",
1027
+ "properties": {
1028
+ "disabled": {
1029
+ "description": "Indicates if the plugin is disabled or not",
1030
+ "type": "boolean",
1031
+ "title": "disabled"
1032
+ }
1033
+ }
1034
+ },
1035
+ "table": {
1036
+ "title": "EditableHtmlButtonConfigure",
1037
+ "type": "object",
1038
+ "properties": {
1039
+ "disabled": {
1040
+ "description": "Indicates if the plugin is disabled or not",
1041
+ "type": "boolean",
1042
+ "title": "disabled"
1043
+ }
1044
+ }
1045
+ },
1046
+ "ul_list": {
1047
+ "title": "EditableHtmlButtonConfigure",
1048
+ "type": "object",
1049
+ "properties": {
1050
+ "disabled": {
1051
+ "description": "Indicates if the plugin is disabled or not",
1052
+ "type": "boolean",
1053
+ "title": "disabled"
1054
+ }
1055
+ }
1056
+ },
1057
+ "underline": {
1058
+ "title": "EditableHtmlButtonConfigure",
1059
+ "type": "object",
1060
+ "properties": {
1061
+ "disabled": {
1062
+ "description": "Indicates if the plugin is disabled or not",
1063
+ "type": "boolean",
1064
+ "title": "disabled"
1065
+ }
1066
+ }
1067
+ },
1068
+ "undo": {
1069
+ "title": "EditableHtmlButtonConfigure",
1070
+ "type": "object",
1071
+ "properties": {
1072
+ "disabled": {
1073
+ "description": "Indicates if the plugin is disabled or not",
1074
+ "type": "boolean",
1075
+ "title": "disabled"
1076
+ }
1077
+ }
1078
+ }
1079
+ }
1080
+ },
1081
+ "required": {
1082
+ "description": "Indicates if the item is required and the value cannot be empty",
1083
+ "type": "boolean",
1084
+ "title": "required"
1085
+ },
1086
+ "settings": {
1087
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1088
+ "type": "boolean",
1089
+ "title": "settings"
1090
+ },
1091
+ "label": {
1092
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1093
+ "type": "string",
1094
+ "title": "label"
1095
+ }
1096
+ }
1097
+ },
1098
+ "title": {
1099
+ "title": "EditableHtmlPluginConfigure",
1100
+ "type": "object",
1101
+ "properties": {
1102
+ "inputConfiguration": {
1103
+ "title": "EditableHtmlConfigureProp",
1104
+ "type": "object",
1105
+ "properties": {
1106
+ "math": {
1107
+ "title": "EditableHtmlButtonConfigure",
1108
+ "type": "object",
1109
+ "properties": {
1110
+ "disabled": {
1111
+ "description": "Indicates if the plugin is disabled or not",
1112
+ "type": "boolean",
1113
+ "title": "disabled"
1114
+ }
1115
+ }
1116
+ },
1117
+ "audio": {
1118
+ "title": "EditableHtmlButtonConfigure",
1119
+ "type": "object",
1120
+ "properties": {
1121
+ "disabled": {
1122
+ "description": "Indicates if the plugin is disabled or not",
1123
+ "type": "boolean",
1124
+ "title": "disabled"
1125
+ }
1126
+ }
1127
+ },
1128
+ "video": {
1129
+ "title": "EditableHtmlButtonConfigure",
1130
+ "type": "object",
1131
+ "properties": {
1132
+ "disabled": {
1133
+ "description": "Indicates if the plugin is disabled or not",
1134
+ "type": "boolean",
1135
+ "title": "disabled"
1136
+ }
1137
+ }
1138
+ },
1139
+ "image": {
1140
+ "title": "EditableHtmlButtonConfigure",
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "disabled": {
1144
+ "description": "Indicates if the plugin is disabled or not",
1145
+ "type": "boolean",
1146
+ "title": "disabled"
1147
+ }
1148
+ }
1149
+ },
1150
+ "customPlugins": {
1151
+ "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.",
1152
+ "type": "array",
1153
+ "items": {
1154
+ "title": "CustomPlugin",
1155
+ "type": "object",
1156
+ "properties": {
1157
+ "event": {
1158
+ "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\"",
1159
+ "type": "string",
1160
+ "title": "event"
1161
+ },
1162
+ "iconAlt": {
1163
+ "description": "The alt for the custom button icon",
1164
+ "type": "string",
1165
+ "title": "iconAlt"
1166
+ },
1167
+ "iconType": {
1168
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1169
+ "type": "string",
1170
+ "title": "iconType"
1171
+ },
1172
+ "icon": {
1173
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1174
+ "type": "string",
1175
+ "title": "icon"
1176
+ }
1177
+ },
1178
+ "required": [
1179
+ "event",
1180
+ "icon",
1181
+ "iconAlt",
1182
+ "iconType"
1183
+ ]
1184
+ },
1185
+ "title": "customPlugins"
1186
+ },
1187
+ "blockquote": {
1188
+ "title": "EditableHtmlButtonConfigure",
1189
+ "type": "object",
1190
+ "properties": {
1191
+ "disabled": {
1192
+ "description": "Indicates if the plugin is disabled or not",
1193
+ "type": "boolean",
1194
+ "title": "disabled"
1195
+ }
1196
+ }
1197
+ },
1198
+ "h3": {
1199
+ "title": "EditableHtmlButtonConfigure",
1200
+ "type": "object",
1201
+ "properties": {
1202
+ "disabled": {
1203
+ "description": "Indicates if the plugin is disabled or not",
1204
+ "type": "boolean",
1205
+ "title": "disabled"
1206
+ }
1207
+ }
1208
+ },
1209
+ "languageCharacters": {
1210
+ "title": "EditableHtmlButtonConfigure",
1211
+ "type": "object",
1212
+ "properties": {
1213
+ "disabled": {
1214
+ "description": "Indicates if the plugin is disabled or not",
1215
+ "type": "boolean",
1216
+ "title": "disabled"
1217
+ }
1218
+ }
1219
+ },
1220
+ "bold": {
1221
+ "title": "EditableHtmlButtonConfigure",
1222
+ "type": "object",
1223
+ "properties": {
1224
+ "disabled": {
1225
+ "description": "Indicates if the plugin is disabled or not",
1226
+ "type": "boolean",
1227
+ "title": "disabled"
1228
+ }
1229
+ }
1230
+ },
1231
+ "html": {
1232
+ "title": "EditableHtmlButtonConfigure",
1233
+ "type": "object",
1234
+ "properties": {
1235
+ "disabled": {
1236
+ "description": "Indicates if the plugin is disabled or not",
1237
+ "type": "boolean",
1238
+ "title": "disabled"
1239
+ }
1240
+ }
1241
+ },
1242
+ "italic": {
1243
+ "title": "EditableHtmlButtonConfigure",
1244
+ "type": "object",
1245
+ "properties": {
1246
+ "disabled": {
1247
+ "description": "Indicates if the plugin is disabled or not",
1248
+ "type": "boolean",
1249
+ "title": "disabled"
1250
+ }
1251
+ }
1252
+ },
1253
+ "ol_list": {
1254
+ "title": "EditableHtmlButtonConfigure",
1255
+ "type": "object",
1256
+ "properties": {
1257
+ "disabled": {
1258
+ "description": "Indicates if the plugin is disabled or not",
1259
+ "type": "boolean",
1260
+ "title": "disabled"
1261
+ }
1262
+ }
1263
+ },
1264
+ "redo": {
1265
+ "title": "EditableHtmlButtonConfigure",
1266
+ "type": "object",
1267
+ "properties": {
1268
+ "disabled": {
1269
+ "description": "Indicates if the plugin is disabled or not",
1270
+ "type": "boolean",
1271
+ "title": "disabled"
1272
+ }
1273
+ }
1274
+ },
1275
+ "strikethrough": {
1276
+ "title": "EditableHtmlButtonConfigure",
1277
+ "type": "object",
1278
+ "properties": {
1279
+ "disabled": {
1280
+ "description": "Indicates if the plugin is disabled or not",
1281
+ "type": "boolean",
1282
+ "title": "disabled"
1283
+ }
1284
+ }
1285
+ },
1286
+ "sub": {
1287
+ "title": "EditableHtmlButtonConfigure",
1288
+ "type": "object",
1289
+ "properties": {
1290
+ "disabled": {
1291
+ "description": "Indicates if the plugin is disabled or not",
1292
+ "type": "boolean",
1293
+ "title": "disabled"
1294
+ }
1295
+ }
1296
+ },
1297
+ "sup": {
1298
+ "title": "EditableHtmlButtonConfigure",
1299
+ "type": "object",
1300
+ "properties": {
1301
+ "disabled": {
1302
+ "description": "Indicates if the plugin is disabled or not",
1303
+ "type": "boolean",
1304
+ "title": "disabled"
1305
+ }
1306
+ }
1307
+ },
1308
+ "table": {
1309
+ "title": "EditableHtmlButtonConfigure",
1310
+ "type": "object",
1311
+ "properties": {
1312
+ "disabled": {
1313
+ "description": "Indicates if the plugin is disabled or not",
1314
+ "type": "boolean",
1315
+ "title": "disabled"
1316
+ }
1317
+ }
1318
+ },
1319
+ "ul_list": {
568
1320
  "title": "EditableHtmlButtonConfigure",
569
1321
  "type": "object",
570
1322
  "properties": {
@@ -575,44 +1327,7 @@
575
1327
  }
576
1328
  }
577
1329
  },
578
- "customPlugins": {
579
- "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.",
580
- "type": "array",
581
- "items": {
582
- "title": "CustomPlugin",
583
- "type": "object",
584
- "properties": {
585
- "event": {
586
- "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\"",
587
- "type": "string",
588
- "title": "event"
589
- },
590
- "iconAlt": {
591
- "description": "The alt for the custom button icon",
592
- "type": "string",
593
- "title": "iconAlt"
594
- },
595
- "iconType": {
596
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
597
- "type": "string",
598
- "title": "iconType"
599
- },
600
- "icon": {
601
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
602
- "type": "string",
603
- "title": "icon"
604
- }
605
- },
606
- "required": [
607
- "event",
608
- "icon",
609
- "iconAlt",
610
- "iconType"
611
- ]
612
- },
613
- "title": "customPlugins"
614
- },
615
- "blockquote": {
1330
+ "underline": {
616
1331
  "title": "EditableHtmlButtonConfigure",
617
1332
  "type": "object",
618
1333
  "properties": {
@@ -623,7 +1338,7 @@
623
1338
  }
624
1339
  }
625
1340
  },
626
- "h3": {
1341
+ "undo": {
627
1342
  "title": "EditableHtmlButtonConfigure",
628
1343
  "type": "object",
629
1344
  "properties": {
@@ -971,6 +1686,149 @@
971
1686
  "title": "disabled"
972
1687
  }
973
1688
  }
1689
+ },
1690
+ "languageCharacters": {
1691
+ "title": "EditableHtmlButtonConfigure",
1692
+ "type": "object",
1693
+ "properties": {
1694
+ "disabled": {
1695
+ "description": "Indicates if the plugin is disabled or not",
1696
+ "type": "boolean",
1697
+ "title": "disabled"
1698
+ }
1699
+ }
1700
+ },
1701
+ "bold": {
1702
+ "title": "EditableHtmlButtonConfigure",
1703
+ "type": "object",
1704
+ "properties": {
1705
+ "disabled": {
1706
+ "description": "Indicates if the plugin is disabled or not",
1707
+ "type": "boolean",
1708
+ "title": "disabled"
1709
+ }
1710
+ }
1711
+ },
1712
+ "html": {
1713
+ "title": "EditableHtmlButtonConfigure",
1714
+ "type": "object",
1715
+ "properties": {
1716
+ "disabled": {
1717
+ "description": "Indicates if the plugin is disabled or not",
1718
+ "type": "boolean",
1719
+ "title": "disabled"
1720
+ }
1721
+ }
1722
+ },
1723
+ "italic": {
1724
+ "title": "EditableHtmlButtonConfigure",
1725
+ "type": "object",
1726
+ "properties": {
1727
+ "disabled": {
1728
+ "description": "Indicates if the plugin is disabled or not",
1729
+ "type": "boolean",
1730
+ "title": "disabled"
1731
+ }
1732
+ }
1733
+ },
1734
+ "ol_list": {
1735
+ "title": "EditableHtmlButtonConfigure",
1736
+ "type": "object",
1737
+ "properties": {
1738
+ "disabled": {
1739
+ "description": "Indicates if the plugin is disabled or not",
1740
+ "type": "boolean",
1741
+ "title": "disabled"
1742
+ }
1743
+ }
1744
+ },
1745
+ "redo": {
1746
+ "title": "EditableHtmlButtonConfigure",
1747
+ "type": "object",
1748
+ "properties": {
1749
+ "disabled": {
1750
+ "description": "Indicates if the plugin is disabled or not",
1751
+ "type": "boolean",
1752
+ "title": "disabled"
1753
+ }
1754
+ }
1755
+ },
1756
+ "strikethrough": {
1757
+ "title": "EditableHtmlButtonConfigure",
1758
+ "type": "object",
1759
+ "properties": {
1760
+ "disabled": {
1761
+ "description": "Indicates if the plugin is disabled or not",
1762
+ "type": "boolean",
1763
+ "title": "disabled"
1764
+ }
1765
+ }
1766
+ },
1767
+ "sub": {
1768
+ "title": "EditableHtmlButtonConfigure",
1769
+ "type": "object",
1770
+ "properties": {
1771
+ "disabled": {
1772
+ "description": "Indicates if the plugin is disabled or not",
1773
+ "type": "boolean",
1774
+ "title": "disabled"
1775
+ }
1776
+ }
1777
+ },
1778
+ "sup": {
1779
+ "title": "EditableHtmlButtonConfigure",
1780
+ "type": "object",
1781
+ "properties": {
1782
+ "disabled": {
1783
+ "description": "Indicates if the plugin is disabled or not",
1784
+ "type": "boolean",
1785
+ "title": "disabled"
1786
+ }
1787
+ }
1788
+ },
1789
+ "table": {
1790
+ "title": "EditableHtmlButtonConfigure",
1791
+ "type": "object",
1792
+ "properties": {
1793
+ "disabled": {
1794
+ "description": "Indicates if the plugin is disabled or not",
1795
+ "type": "boolean",
1796
+ "title": "disabled"
1797
+ }
1798
+ }
1799
+ },
1800
+ "ul_list": {
1801
+ "title": "EditableHtmlButtonConfigure",
1802
+ "type": "object",
1803
+ "properties": {
1804
+ "disabled": {
1805
+ "description": "Indicates if the plugin is disabled or not",
1806
+ "type": "boolean",
1807
+ "title": "disabled"
1808
+ }
1809
+ }
1810
+ },
1811
+ "underline": {
1812
+ "title": "EditableHtmlButtonConfigure",
1813
+ "type": "object",
1814
+ "properties": {
1815
+ "disabled": {
1816
+ "description": "Indicates if the plugin is disabled or not",
1817
+ "type": "boolean",
1818
+ "title": "disabled"
1819
+ }
1820
+ }
1821
+ },
1822
+ "undo": {
1823
+ "title": "EditableHtmlButtonConfigure",
1824
+ "type": "object",
1825
+ "properties": {
1826
+ "disabled": {
1827
+ "description": "Indicates if the plugin is disabled or not",
1828
+ "type": "boolean",
1829
+ "title": "disabled"
1830
+ }
1831
+ }
974
1832
  }
975
1833
  }
976
1834
  },
@@ -1057,7 +1915,99 @@
1057
1915
  }
1058
1916
  }
1059
1917
  },
1060
- "audio": {
1918
+ "audio": {
1919
+ "title": "EditableHtmlButtonConfigure",
1920
+ "type": "object",
1921
+ "properties": {
1922
+ "disabled": {
1923
+ "description": "Indicates if the plugin is disabled or not",
1924
+ "type": "boolean",
1925
+ "title": "disabled"
1926
+ }
1927
+ }
1928
+ },
1929
+ "video": {
1930
+ "title": "EditableHtmlButtonConfigure",
1931
+ "type": "object",
1932
+ "properties": {
1933
+ "disabled": {
1934
+ "description": "Indicates if the plugin is disabled or not",
1935
+ "type": "boolean",
1936
+ "title": "disabled"
1937
+ }
1938
+ }
1939
+ },
1940
+ "image": {
1941
+ "title": "EditableHtmlButtonConfigure",
1942
+ "type": "object",
1943
+ "properties": {
1944
+ "disabled": {
1945
+ "description": "Indicates if the plugin is disabled or not",
1946
+ "type": "boolean",
1947
+ "title": "disabled"
1948
+ }
1949
+ }
1950
+ },
1951
+ "customPlugins": {
1952
+ "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.",
1953
+ "type": "array",
1954
+ "items": {
1955
+ "title": "CustomPlugin",
1956
+ "type": "object",
1957
+ "properties": {
1958
+ "event": {
1959
+ "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\"",
1960
+ "type": "string",
1961
+ "title": "event"
1962
+ },
1963
+ "iconAlt": {
1964
+ "description": "The alt for the custom button icon",
1965
+ "type": "string",
1966
+ "title": "iconAlt"
1967
+ },
1968
+ "iconType": {
1969
+ "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1970
+ "type": "string",
1971
+ "title": "iconType"
1972
+ },
1973
+ "icon": {
1974
+ "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1975
+ "type": "string",
1976
+ "title": "icon"
1977
+ }
1978
+ },
1979
+ "required": [
1980
+ "event",
1981
+ "icon",
1982
+ "iconAlt",
1983
+ "iconType"
1984
+ ]
1985
+ },
1986
+ "title": "customPlugins"
1987
+ },
1988
+ "blockquote": {
1989
+ "title": "EditableHtmlButtonConfigure",
1990
+ "type": "object",
1991
+ "properties": {
1992
+ "disabled": {
1993
+ "description": "Indicates if the plugin is disabled or not",
1994
+ "type": "boolean",
1995
+ "title": "disabled"
1996
+ }
1997
+ }
1998
+ },
1999
+ "h3": {
2000
+ "title": "EditableHtmlButtonConfigure",
2001
+ "type": "object",
2002
+ "properties": {
2003
+ "disabled": {
2004
+ "description": "Indicates if the plugin is disabled or not",
2005
+ "type": "boolean",
2006
+ "title": "disabled"
2007
+ }
2008
+ }
2009
+ },
2010
+ "languageCharacters": {
1061
2011
  "title": "EditableHtmlButtonConfigure",
1062
2012
  "type": "object",
1063
2013
  "properties": {
@@ -1068,7 +2018,7 @@
1068
2018
  }
1069
2019
  }
1070
2020
  },
1071
- "video": {
2021
+ "bold": {
1072
2022
  "title": "EditableHtmlButtonConfigure",
1073
2023
  "type": "object",
1074
2024
  "properties": {
@@ -1079,7 +2029,7 @@
1079
2029
  }
1080
2030
  }
1081
2031
  },
1082
- "image": {
2032
+ "html": {
1083
2033
  "title": "EditableHtmlButtonConfigure",
1084
2034
  "type": "object",
1085
2035
  "properties": {
@@ -1090,44 +2040,18 @@
1090
2040
  }
1091
2041
  }
1092
2042
  },
1093
- "customPlugins": {
1094
- "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.",
1095
- "type": "array",
1096
- "items": {
1097
- "title": "CustomPlugin",
1098
- "type": "object",
1099
- "properties": {
1100
- "event": {
1101
- "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\"",
1102
- "type": "string",
1103
- "title": "event"
1104
- },
1105
- "iconAlt": {
1106
- "description": "The alt for the custom button icon",
1107
- "type": "string",
1108
- "title": "iconAlt"
1109
- },
1110
- "iconType": {
1111
- "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
1112
- "type": "string",
1113
- "title": "iconType"
1114
- },
1115
- "icon": {
1116
- "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
1117
- "type": "string",
1118
- "title": "icon"
1119
- }
1120
- },
1121
- "required": [
1122
- "event",
1123
- "icon",
1124
- "iconAlt",
1125
- "iconType"
1126
- ]
1127
- },
1128
- "title": "customPlugins"
2043
+ "italic": {
2044
+ "title": "EditableHtmlButtonConfigure",
2045
+ "type": "object",
2046
+ "properties": {
2047
+ "disabled": {
2048
+ "description": "Indicates if the plugin is disabled or not",
2049
+ "type": "boolean",
2050
+ "title": "disabled"
2051
+ }
2052
+ }
1129
2053
  },
1130
- "blockquote": {
2054
+ "ol_list": {
1131
2055
  "title": "EditableHtmlButtonConfigure",
1132
2056
  "type": "object",
1133
2057
  "properties": {
@@ -1138,7 +2062,84 @@
1138
2062
  }
1139
2063
  }
1140
2064
  },
1141
- "h3": {
2065
+ "redo": {
2066
+ "title": "EditableHtmlButtonConfigure",
2067
+ "type": "object",
2068
+ "properties": {
2069
+ "disabled": {
2070
+ "description": "Indicates if the plugin is disabled or not",
2071
+ "type": "boolean",
2072
+ "title": "disabled"
2073
+ }
2074
+ }
2075
+ },
2076
+ "strikethrough": {
2077
+ "title": "EditableHtmlButtonConfigure",
2078
+ "type": "object",
2079
+ "properties": {
2080
+ "disabled": {
2081
+ "description": "Indicates if the plugin is disabled or not",
2082
+ "type": "boolean",
2083
+ "title": "disabled"
2084
+ }
2085
+ }
2086
+ },
2087
+ "sub": {
2088
+ "title": "EditableHtmlButtonConfigure",
2089
+ "type": "object",
2090
+ "properties": {
2091
+ "disabled": {
2092
+ "description": "Indicates if the plugin is disabled or not",
2093
+ "type": "boolean",
2094
+ "title": "disabled"
2095
+ }
2096
+ }
2097
+ },
2098
+ "sup": {
2099
+ "title": "EditableHtmlButtonConfigure",
2100
+ "type": "object",
2101
+ "properties": {
2102
+ "disabled": {
2103
+ "description": "Indicates if the plugin is disabled or not",
2104
+ "type": "boolean",
2105
+ "title": "disabled"
2106
+ }
2107
+ }
2108
+ },
2109
+ "table": {
2110
+ "title": "EditableHtmlButtonConfigure",
2111
+ "type": "object",
2112
+ "properties": {
2113
+ "disabled": {
2114
+ "description": "Indicates if the plugin is disabled or not",
2115
+ "type": "boolean",
2116
+ "title": "disabled"
2117
+ }
2118
+ }
2119
+ },
2120
+ "ul_list": {
2121
+ "title": "EditableHtmlButtonConfigure",
2122
+ "type": "object",
2123
+ "properties": {
2124
+ "disabled": {
2125
+ "description": "Indicates if the plugin is disabled or not",
2126
+ "type": "boolean",
2127
+ "title": "disabled"
2128
+ }
2129
+ }
2130
+ },
2131
+ "underline": {
2132
+ "title": "EditableHtmlButtonConfigure",
2133
+ "type": "object",
2134
+ "properties": {
2135
+ "disabled": {
2136
+ "description": "Indicates if the plugin is disabled or not",
2137
+ "type": "boolean",
2138
+ "title": "disabled"
2139
+ }
2140
+ }
2141
+ },
2142
+ "undo": {
1142
2143
  "title": "EditableHtmlButtonConfigure",
1143
2144
  "type": "object",
1144
2145
  "properties": {
@@ -1278,6 +2279,149 @@
1278
2279
  "title": "disabled"
1279
2280
  }
1280
2281
  }
2282
+ },
2283
+ "languageCharacters": {
2284
+ "title": "EditableHtmlButtonConfigure",
2285
+ "type": "object",
2286
+ "properties": {
2287
+ "disabled": {
2288
+ "description": "Indicates if the plugin is disabled or not",
2289
+ "type": "boolean",
2290
+ "title": "disabled"
2291
+ }
2292
+ }
2293
+ },
2294
+ "bold": {
2295
+ "title": "EditableHtmlButtonConfigure",
2296
+ "type": "object",
2297
+ "properties": {
2298
+ "disabled": {
2299
+ "description": "Indicates if the plugin is disabled or not",
2300
+ "type": "boolean",
2301
+ "title": "disabled"
2302
+ }
2303
+ }
2304
+ },
2305
+ "html": {
2306
+ "title": "EditableHtmlButtonConfigure",
2307
+ "type": "object",
2308
+ "properties": {
2309
+ "disabled": {
2310
+ "description": "Indicates if the plugin is disabled or not",
2311
+ "type": "boolean",
2312
+ "title": "disabled"
2313
+ }
2314
+ }
2315
+ },
2316
+ "italic": {
2317
+ "title": "EditableHtmlButtonConfigure",
2318
+ "type": "object",
2319
+ "properties": {
2320
+ "disabled": {
2321
+ "description": "Indicates if the plugin is disabled or not",
2322
+ "type": "boolean",
2323
+ "title": "disabled"
2324
+ }
2325
+ }
2326
+ },
2327
+ "ol_list": {
2328
+ "title": "EditableHtmlButtonConfigure",
2329
+ "type": "object",
2330
+ "properties": {
2331
+ "disabled": {
2332
+ "description": "Indicates if the plugin is disabled or not",
2333
+ "type": "boolean",
2334
+ "title": "disabled"
2335
+ }
2336
+ }
2337
+ },
2338
+ "redo": {
2339
+ "title": "EditableHtmlButtonConfigure",
2340
+ "type": "object",
2341
+ "properties": {
2342
+ "disabled": {
2343
+ "description": "Indicates if the plugin is disabled or not",
2344
+ "type": "boolean",
2345
+ "title": "disabled"
2346
+ }
2347
+ }
2348
+ },
2349
+ "strikethrough": {
2350
+ "title": "EditableHtmlButtonConfigure",
2351
+ "type": "object",
2352
+ "properties": {
2353
+ "disabled": {
2354
+ "description": "Indicates if the plugin is disabled or not",
2355
+ "type": "boolean",
2356
+ "title": "disabled"
2357
+ }
2358
+ }
2359
+ },
2360
+ "sub": {
2361
+ "title": "EditableHtmlButtonConfigure",
2362
+ "type": "object",
2363
+ "properties": {
2364
+ "disabled": {
2365
+ "description": "Indicates if the plugin is disabled or not",
2366
+ "type": "boolean",
2367
+ "title": "disabled"
2368
+ }
2369
+ }
2370
+ },
2371
+ "sup": {
2372
+ "title": "EditableHtmlButtonConfigure",
2373
+ "type": "object",
2374
+ "properties": {
2375
+ "disabled": {
2376
+ "description": "Indicates if the plugin is disabled or not",
2377
+ "type": "boolean",
2378
+ "title": "disabled"
2379
+ }
2380
+ }
2381
+ },
2382
+ "table": {
2383
+ "title": "EditableHtmlButtonConfigure",
2384
+ "type": "object",
2385
+ "properties": {
2386
+ "disabled": {
2387
+ "description": "Indicates if the plugin is disabled or not",
2388
+ "type": "boolean",
2389
+ "title": "disabled"
2390
+ }
2391
+ }
2392
+ },
2393
+ "ul_list": {
2394
+ "title": "EditableHtmlButtonConfigure",
2395
+ "type": "object",
2396
+ "properties": {
2397
+ "disabled": {
2398
+ "description": "Indicates if the plugin is disabled or not",
2399
+ "type": "boolean",
2400
+ "title": "disabled"
2401
+ }
2402
+ }
2403
+ },
2404
+ "underline": {
2405
+ "title": "EditableHtmlButtonConfigure",
2406
+ "type": "object",
2407
+ "properties": {
2408
+ "disabled": {
2409
+ "description": "Indicates if the plugin is disabled or not",
2410
+ "type": "boolean",
2411
+ "title": "disabled"
2412
+ }
2413
+ }
2414
+ },
2415
+ "undo": {
2416
+ "title": "EditableHtmlButtonConfigure",
2417
+ "type": "object",
2418
+ "properties": {
2419
+ "disabled": {
2420
+ "description": "Indicates if the plugin is disabled or not",
2421
+ "type": "boolean",
2422
+ "title": "disabled"
2423
+ }
2424
+ }
1281
2425
  }
1282
2426
  }
1283
2427
  },