@pie-element/extended-text-entry 10.23.3-next.17 → 10.23.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.
- package/docs/config-schema.json +756 -41
- package/docs/config-schema.json.md +520 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -0
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -235,6 +235,149 @@
|
|
|
235
235
|
"title": "disabled"
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
+
},
|
|
239
|
+
"languageCharacters": {
|
|
240
|
+
"title": "EditableHtmlButtonConfigure",
|
|
241
|
+
"type": "object",
|
|
242
|
+
"properties": {
|
|
243
|
+
"disabled": {
|
|
244
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
245
|
+
"type": "boolean",
|
|
246
|
+
"title": "disabled"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"bold": {
|
|
251
|
+
"title": "EditableHtmlButtonConfigure",
|
|
252
|
+
"type": "object",
|
|
253
|
+
"properties": {
|
|
254
|
+
"disabled": {
|
|
255
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
256
|
+
"type": "boolean",
|
|
257
|
+
"title": "disabled"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"html": {
|
|
262
|
+
"title": "EditableHtmlButtonConfigure",
|
|
263
|
+
"type": "object",
|
|
264
|
+
"properties": {
|
|
265
|
+
"disabled": {
|
|
266
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
267
|
+
"type": "boolean",
|
|
268
|
+
"title": "disabled"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"italic": {
|
|
273
|
+
"title": "EditableHtmlButtonConfigure",
|
|
274
|
+
"type": "object",
|
|
275
|
+
"properties": {
|
|
276
|
+
"disabled": {
|
|
277
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
278
|
+
"type": "boolean",
|
|
279
|
+
"title": "disabled"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"ol_list": {
|
|
284
|
+
"title": "EditableHtmlButtonConfigure",
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"disabled": {
|
|
288
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
289
|
+
"type": "boolean",
|
|
290
|
+
"title": "disabled"
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"redo": {
|
|
295
|
+
"title": "EditableHtmlButtonConfigure",
|
|
296
|
+
"type": "object",
|
|
297
|
+
"properties": {
|
|
298
|
+
"disabled": {
|
|
299
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
300
|
+
"type": "boolean",
|
|
301
|
+
"title": "disabled"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"strikethrough": {
|
|
306
|
+
"title": "EditableHtmlButtonConfigure",
|
|
307
|
+
"type": "object",
|
|
308
|
+
"properties": {
|
|
309
|
+
"disabled": {
|
|
310
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
311
|
+
"type": "boolean",
|
|
312
|
+
"title": "disabled"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"sub": {
|
|
317
|
+
"title": "EditableHtmlButtonConfigure",
|
|
318
|
+
"type": "object",
|
|
319
|
+
"properties": {
|
|
320
|
+
"disabled": {
|
|
321
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
322
|
+
"type": "boolean",
|
|
323
|
+
"title": "disabled"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"sup": {
|
|
328
|
+
"title": "EditableHtmlButtonConfigure",
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"disabled": {
|
|
332
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
333
|
+
"type": "boolean",
|
|
334
|
+
"title": "disabled"
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"table": {
|
|
339
|
+
"title": "EditableHtmlButtonConfigure",
|
|
340
|
+
"type": "object",
|
|
341
|
+
"properties": {
|
|
342
|
+
"disabled": {
|
|
343
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
344
|
+
"type": "boolean",
|
|
345
|
+
"title": "disabled"
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"ul_list": {
|
|
350
|
+
"title": "EditableHtmlButtonConfigure",
|
|
351
|
+
"type": "object",
|
|
352
|
+
"properties": {
|
|
353
|
+
"disabled": {
|
|
354
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
355
|
+
"type": "boolean",
|
|
356
|
+
"title": "disabled"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"underline": {
|
|
361
|
+
"title": "EditableHtmlButtonConfigure",
|
|
362
|
+
"type": "object",
|
|
363
|
+
"properties": {
|
|
364
|
+
"disabled": {
|
|
365
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
366
|
+
"type": "boolean",
|
|
367
|
+
"title": "disabled"
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"undo": {
|
|
372
|
+
"title": "EditableHtmlButtonConfigure",
|
|
373
|
+
"type": "object",
|
|
374
|
+
"properties": {
|
|
375
|
+
"disabled": {
|
|
376
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
377
|
+
"type": "boolean",
|
|
378
|
+
"title": "disabled"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
238
381
|
}
|
|
239
382
|
}
|
|
240
383
|
},
|
|
@@ -365,6 +508,149 @@
|
|
|
365
508
|
"title": "disabled"
|
|
366
509
|
}
|
|
367
510
|
}
|
|
511
|
+
},
|
|
512
|
+
"languageCharacters": {
|
|
513
|
+
"title": "EditableHtmlButtonConfigure",
|
|
514
|
+
"type": "object",
|
|
515
|
+
"properties": {
|
|
516
|
+
"disabled": {
|
|
517
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
518
|
+
"type": "boolean",
|
|
519
|
+
"title": "disabled"
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"bold": {
|
|
524
|
+
"title": "EditableHtmlButtonConfigure",
|
|
525
|
+
"type": "object",
|
|
526
|
+
"properties": {
|
|
527
|
+
"disabled": {
|
|
528
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
529
|
+
"type": "boolean",
|
|
530
|
+
"title": "disabled"
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"html": {
|
|
535
|
+
"title": "EditableHtmlButtonConfigure",
|
|
536
|
+
"type": "object",
|
|
537
|
+
"properties": {
|
|
538
|
+
"disabled": {
|
|
539
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
540
|
+
"type": "boolean",
|
|
541
|
+
"title": "disabled"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"italic": {
|
|
546
|
+
"title": "EditableHtmlButtonConfigure",
|
|
547
|
+
"type": "object",
|
|
548
|
+
"properties": {
|
|
549
|
+
"disabled": {
|
|
550
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"title": "disabled"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"ol_list": {
|
|
557
|
+
"title": "EditableHtmlButtonConfigure",
|
|
558
|
+
"type": "object",
|
|
559
|
+
"properties": {
|
|
560
|
+
"disabled": {
|
|
561
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
562
|
+
"type": "boolean",
|
|
563
|
+
"title": "disabled"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"redo": {
|
|
568
|
+
"title": "EditableHtmlButtonConfigure",
|
|
569
|
+
"type": "object",
|
|
570
|
+
"properties": {
|
|
571
|
+
"disabled": {
|
|
572
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
573
|
+
"type": "boolean",
|
|
574
|
+
"title": "disabled"
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"strikethrough": {
|
|
579
|
+
"title": "EditableHtmlButtonConfigure",
|
|
580
|
+
"type": "object",
|
|
581
|
+
"properties": {
|
|
582
|
+
"disabled": {
|
|
583
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
584
|
+
"type": "boolean",
|
|
585
|
+
"title": "disabled"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"sub": {
|
|
590
|
+
"title": "EditableHtmlButtonConfigure",
|
|
591
|
+
"type": "object",
|
|
592
|
+
"properties": {
|
|
593
|
+
"disabled": {
|
|
594
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
595
|
+
"type": "boolean",
|
|
596
|
+
"title": "disabled"
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"sup": {
|
|
601
|
+
"title": "EditableHtmlButtonConfigure",
|
|
602
|
+
"type": "object",
|
|
603
|
+
"properties": {
|
|
604
|
+
"disabled": {
|
|
605
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
606
|
+
"type": "boolean",
|
|
607
|
+
"title": "disabled"
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"table": {
|
|
612
|
+
"title": "EditableHtmlButtonConfigure",
|
|
613
|
+
"type": "object",
|
|
614
|
+
"properties": {
|
|
615
|
+
"disabled": {
|
|
616
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
617
|
+
"type": "boolean",
|
|
618
|
+
"title": "disabled"
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"ul_list": {
|
|
623
|
+
"title": "EditableHtmlButtonConfigure",
|
|
624
|
+
"type": "object",
|
|
625
|
+
"properties": {
|
|
626
|
+
"disabled": {
|
|
627
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
628
|
+
"type": "boolean",
|
|
629
|
+
"title": "disabled"
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"underline": {
|
|
634
|
+
"title": "EditableHtmlButtonConfigure",
|
|
635
|
+
"type": "object",
|
|
636
|
+
"properties": {
|
|
637
|
+
"disabled": {
|
|
638
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
639
|
+
"type": "boolean",
|
|
640
|
+
"title": "disabled"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"undo": {
|
|
645
|
+
"title": "EditableHtmlButtonConfigure",
|
|
646
|
+
"type": "object",
|
|
647
|
+
"properties": {
|
|
648
|
+
"disabled": {
|
|
649
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
650
|
+
"type": "boolean",
|
|
651
|
+
"title": "disabled"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
368
654
|
}
|
|
369
655
|
}
|
|
370
656
|
},
|
|
@@ -618,6 +904,149 @@
|
|
|
618
904
|
"title": "disabled"
|
|
619
905
|
}
|
|
620
906
|
}
|
|
907
|
+
},
|
|
908
|
+
"languageCharacters": {
|
|
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
|
+
"bold": {
|
|
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
|
+
"html": {
|
|
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
|
+
"italic": {
|
|
942
|
+
"title": "EditableHtmlButtonConfigure",
|
|
943
|
+
"type": "object",
|
|
944
|
+
"properties": {
|
|
945
|
+
"disabled": {
|
|
946
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
947
|
+
"type": "boolean",
|
|
948
|
+
"title": "disabled"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"ol_list": {
|
|
953
|
+
"title": "EditableHtmlButtonConfigure",
|
|
954
|
+
"type": "object",
|
|
955
|
+
"properties": {
|
|
956
|
+
"disabled": {
|
|
957
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
958
|
+
"type": "boolean",
|
|
959
|
+
"title": "disabled"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"redo": {
|
|
964
|
+
"title": "EditableHtmlButtonConfigure",
|
|
965
|
+
"type": "object",
|
|
966
|
+
"properties": {
|
|
967
|
+
"disabled": {
|
|
968
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
969
|
+
"type": "boolean",
|
|
970
|
+
"title": "disabled"
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"strikethrough": {
|
|
975
|
+
"title": "EditableHtmlButtonConfigure",
|
|
976
|
+
"type": "object",
|
|
977
|
+
"properties": {
|
|
978
|
+
"disabled": {
|
|
979
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"title": "disabled"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"sub": {
|
|
986
|
+
"title": "EditableHtmlButtonConfigure",
|
|
987
|
+
"type": "object",
|
|
988
|
+
"properties": {
|
|
989
|
+
"disabled": {
|
|
990
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
991
|
+
"type": "boolean",
|
|
992
|
+
"title": "disabled"
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"sup": {
|
|
997
|
+
"title": "EditableHtmlButtonConfigure",
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"disabled": {
|
|
1001
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1002
|
+
"type": "boolean",
|
|
1003
|
+
"title": "disabled"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"table": {
|
|
1008
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"disabled": {
|
|
1012
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1013
|
+
"type": "boolean",
|
|
1014
|
+
"title": "disabled"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"ul_list": {
|
|
1019
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1020
|
+
"type": "object",
|
|
1021
|
+
"properties": {
|
|
1022
|
+
"disabled": {
|
|
1023
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1024
|
+
"type": "boolean",
|
|
1025
|
+
"title": "disabled"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"underline": {
|
|
1030
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1031
|
+
"type": "object",
|
|
1032
|
+
"properties": {
|
|
1033
|
+
"disabled": {
|
|
1034
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1035
|
+
"type": "boolean",
|
|
1036
|
+
"title": "disabled"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"undo": {
|
|
1041
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1042
|
+
"type": "object",
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"disabled": {
|
|
1045
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1046
|
+
"type": "boolean",
|
|
1047
|
+
"title": "disabled"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
621
1050
|
}
|
|
622
1051
|
}
|
|
623
1052
|
},
|
|
@@ -741,7 +1170,99 @@
|
|
|
741
1170
|
}
|
|
742
1171
|
}
|
|
743
1172
|
},
|
|
744
|
-
"audio": {
|
|
1173
|
+
"audio": {
|
|
1174
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1175
|
+
"type": "object",
|
|
1176
|
+
"properties": {
|
|
1177
|
+
"disabled": {
|
|
1178
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1179
|
+
"type": "boolean",
|
|
1180
|
+
"title": "disabled"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"video": {
|
|
1185
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1186
|
+
"type": "object",
|
|
1187
|
+
"properties": {
|
|
1188
|
+
"disabled": {
|
|
1189
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1190
|
+
"type": "boolean",
|
|
1191
|
+
"title": "disabled"
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"image": {
|
|
1196
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1197
|
+
"type": "object",
|
|
1198
|
+
"properties": {
|
|
1199
|
+
"disabled": {
|
|
1200
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1201
|
+
"type": "boolean",
|
|
1202
|
+
"title": "disabled"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"customPlugins": {
|
|
1207
|
+
"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.",
|
|
1208
|
+
"type": "array",
|
|
1209
|
+
"items": {
|
|
1210
|
+
"title": "CustomPlugin",
|
|
1211
|
+
"type": "object",
|
|
1212
|
+
"properties": {
|
|
1213
|
+
"event": {
|
|
1214
|
+
"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\"",
|
|
1215
|
+
"type": "string",
|
|
1216
|
+
"title": "event"
|
|
1217
|
+
},
|
|
1218
|
+
"iconAlt": {
|
|
1219
|
+
"description": "The alt for the custom button icon",
|
|
1220
|
+
"type": "string",
|
|
1221
|
+
"title": "iconAlt"
|
|
1222
|
+
},
|
|
1223
|
+
"iconType": {
|
|
1224
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1225
|
+
"type": "string",
|
|
1226
|
+
"title": "iconType"
|
|
1227
|
+
},
|
|
1228
|
+
"icon": {
|
|
1229
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1230
|
+
"type": "string",
|
|
1231
|
+
"title": "icon"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"required": [
|
|
1235
|
+
"event",
|
|
1236
|
+
"icon",
|
|
1237
|
+
"iconAlt",
|
|
1238
|
+
"iconType"
|
|
1239
|
+
]
|
|
1240
|
+
},
|
|
1241
|
+
"title": "customPlugins"
|
|
1242
|
+
},
|
|
1243
|
+
"blockquote": {
|
|
1244
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1245
|
+
"type": "object",
|
|
1246
|
+
"properties": {
|
|
1247
|
+
"disabled": {
|
|
1248
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1249
|
+
"type": "boolean",
|
|
1250
|
+
"title": "disabled"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"h3": {
|
|
1255
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1256
|
+
"type": "object",
|
|
1257
|
+
"properties": {
|
|
1258
|
+
"disabled": {
|
|
1259
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1260
|
+
"type": "boolean",
|
|
1261
|
+
"title": "disabled"
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
"languageCharacters": {
|
|
745
1266
|
"title": "EditableHtmlButtonConfigure",
|
|
746
1267
|
"type": "object",
|
|
747
1268
|
"properties": {
|
|
@@ -752,7 +1273,7 @@
|
|
|
752
1273
|
}
|
|
753
1274
|
}
|
|
754
1275
|
},
|
|
755
|
-
"
|
|
1276
|
+
"bold": {
|
|
756
1277
|
"title": "EditableHtmlButtonConfigure",
|
|
757
1278
|
"type": "object",
|
|
758
1279
|
"properties": {
|
|
@@ -763,7 +1284,7 @@
|
|
|
763
1284
|
}
|
|
764
1285
|
}
|
|
765
1286
|
},
|
|
766
|
-
"
|
|
1287
|
+
"html": {
|
|
767
1288
|
"title": "EditableHtmlButtonConfigure",
|
|
768
1289
|
"type": "object",
|
|
769
1290
|
"properties": {
|
|
@@ -774,44 +1295,18 @@
|
|
|
774
1295
|
}
|
|
775
1296
|
}
|
|
776
1297
|
},
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"type": "
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
"
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
"title": "event"
|
|
788
|
-
},
|
|
789
|
-
"iconAlt": {
|
|
790
|
-
"description": "The alt for the custom button icon",
|
|
791
|
-
"type": "string",
|
|
792
|
-
"title": "iconAlt"
|
|
793
|
-
},
|
|
794
|
-
"iconType": {
|
|
795
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
796
|
-
"type": "string",
|
|
797
|
-
"title": "iconType"
|
|
798
|
-
},
|
|
799
|
-
"icon": {
|
|
800
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
801
|
-
"type": "string",
|
|
802
|
-
"title": "icon"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
"required": [
|
|
806
|
-
"event",
|
|
807
|
-
"icon",
|
|
808
|
-
"iconAlt",
|
|
809
|
-
"iconType"
|
|
810
|
-
]
|
|
811
|
-
},
|
|
812
|
-
"title": "customPlugins"
|
|
1298
|
+
"italic": {
|
|
1299
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1300
|
+
"type": "object",
|
|
1301
|
+
"properties": {
|
|
1302
|
+
"disabled": {
|
|
1303
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1304
|
+
"type": "boolean",
|
|
1305
|
+
"title": "disabled"
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
813
1308
|
},
|
|
814
|
-
"
|
|
1309
|
+
"ol_list": {
|
|
815
1310
|
"title": "EditableHtmlButtonConfigure",
|
|
816
1311
|
"type": "object",
|
|
817
1312
|
"properties": {
|
|
@@ -822,7 +1317,84 @@
|
|
|
822
1317
|
}
|
|
823
1318
|
}
|
|
824
1319
|
},
|
|
825
|
-
"
|
|
1320
|
+
"redo": {
|
|
1321
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1322
|
+
"type": "object",
|
|
1323
|
+
"properties": {
|
|
1324
|
+
"disabled": {
|
|
1325
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1326
|
+
"type": "boolean",
|
|
1327
|
+
"title": "disabled"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"strikethrough": {
|
|
1332
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1333
|
+
"type": "object",
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"disabled": {
|
|
1336
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1337
|
+
"type": "boolean",
|
|
1338
|
+
"title": "disabled"
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"sub": {
|
|
1343
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1344
|
+
"type": "object",
|
|
1345
|
+
"properties": {
|
|
1346
|
+
"disabled": {
|
|
1347
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1348
|
+
"type": "boolean",
|
|
1349
|
+
"title": "disabled"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"sup": {
|
|
1354
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1355
|
+
"type": "object",
|
|
1356
|
+
"properties": {
|
|
1357
|
+
"disabled": {
|
|
1358
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1359
|
+
"type": "boolean",
|
|
1360
|
+
"title": "disabled"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"table": {
|
|
1365
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1366
|
+
"type": "object",
|
|
1367
|
+
"properties": {
|
|
1368
|
+
"disabled": {
|
|
1369
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1370
|
+
"type": "boolean",
|
|
1371
|
+
"title": "disabled"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
"ul_list": {
|
|
1376
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1377
|
+
"type": "object",
|
|
1378
|
+
"properties": {
|
|
1379
|
+
"disabled": {
|
|
1380
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1381
|
+
"type": "boolean",
|
|
1382
|
+
"title": "disabled"
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"underline": {
|
|
1387
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"properties": {
|
|
1390
|
+
"disabled": {
|
|
1391
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1392
|
+
"type": "boolean",
|
|
1393
|
+
"title": "disabled"
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"undo": {
|
|
826
1398
|
"title": "EditableHtmlButtonConfigure",
|
|
827
1399
|
"type": "object",
|
|
828
1400
|
"properties": {
|
|
@@ -958,6 +1530,149 @@
|
|
|
958
1530
|
"title": "disabled"
|
|
959
1531
|
}
|
|
960
1532
|
}
|
|
1533
|
+
},
|
|
1534
|
+
"languageCharacters": {
|
|
1535
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1536
|
+
"type": "object",
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"disabled": {
|
|
1539
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1540
|
+
"type": "boolean",
|
|
1541
|
+
"title": "disabled"
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"bold": {
|
|
1546
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1547
|
+
"type": "object",
|
|
1548
|
+
"properties": {
|
|
1549
|
+
"disabled": {
|
|
1550
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1551
|
+
"type": "boolean",
|
|
1552
|
+
"title": "disabled"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"html": {
|
|
1557
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1558
|
+
"type": "object",
|
|
1559
|
+
"properties": {
|
|
1560
|
+
"disabled": {
|
|
1561
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1562
|
+
"type": "boolean",
|
|
1563
|
+
"title": "disabled"
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"italic": {
|
|
1568
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1569
|
+
"type": "object",
|
|
1570
|
+
"properties": {
|
|
1571
|
+
"disabled": {
|
|
1572
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1573
|
+
"type": "boolean",
|
|
1574
|
+
"title": "disabled"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"ol_list": {
|
|
1579
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1580
|
+
"type": "object",
|
|
1581
|
+
"properties": {
|
|
1582
|
+
"disabled": {
|
|
1583
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1584
|
+
"type": "boolean",
|
|
1585
|
+
"title": "disabled"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"redo": {
|
|
1590
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1591
|
+
"type": "object",
|
|
1592
|
+
"properties": {
|
|
1593
|
+
"disabled": {
|
|
1594
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1595
|
+
"type": "boolean",
|
|
1596
|
+
"title": "disabled"
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"strikethrough": {
|
|
1601
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1602
|
+
"type": "object",
|
|
1603
|
+
"properties": {
|
|
1604
|
+
"disabled": {
|
|
1605
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1606
|
+
"type": "boolean",
|
|
1607
|
+
"title": "disabled"
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"sub": {
|
|
1612
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1613
|
+
"type": "object",
|
|
1614
|
+
"properties": {
|
|
1615
|
+
"disabled": {
|
|
1616
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1617
|
+
"type": "boolean",
|
|
1618
|
+
"title": "disabled"
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
"sup": {
|
|
1623
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1624
|
+
"type": "object",
|
|
1625
|
+
"properties": {
|
|
1626
|
+
"disabled": {
|
|
1627
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1628
|
+
"type": "boolean",
|
|
1629
|
+
"title": "disabled"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"table": {
|
|
1634
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1635
|
+
"type": "object",
|
|
1636
|
+
"properties": {
|
|
1637
|
+
"disabled": {
|
|
1638
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1639
|
+
"type": "boolean",
|
|
1640
|
+
"title": "disabled"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"ul_list": {
|
|
1645
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1646
|
+
"type": "object",
|
|
1647
|
+
"properties": {
|
|
1648
|
+
"disabled": {
|
|
1649
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1650
|
+
"type": "boolean",
|
|
1651
|
+
"title": "disabled"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"underline": {
|
|
1656
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1657
|
+
"type": "object",
|
|
1658
|
+
"properties": {
|
|
1659
|
+
"disabled": {
|
|
1660
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1661
|
+
"type": "boolean",
|
|
1662
|
+
"title": "disabled"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
"undo": {
|
|
1667
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1668
|
+
"type": "object",
|
|
1669
|
+
"properties": {
|
|
1670
|
+
"disabled": {
|
|
1671
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1672
|
+
"type": "boolean",
|
|
1673
|
+
"title": "disabled"
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
961
1676
|
}
|
|
962
1677
|
}
|
|
963
1678
|
},
|