@pie-element/ebsr 9.21.3-next.9 → 9.21.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.
- package/CHANGELOG.md +12 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +3709 -1135
- package/docs/config-schema.json.md +2392 -520
- package/docs/pie-schema.json +1397 -253
- package/docs/pie-schema.json.md +848 -16
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +4 -4
package/docs/pie-schema.json.md
CHANGED
|
@@ -371,6 +371,110 @@ Properties of the `h3` object:
|
|
|
371
371
|
|
|
372
372
|
Indicates if the plugin is disabled or not
|
|
373
373
|
|
|
374
|
+
##### `languageCharacters` (object)
|
|
375
|
+
|
|
376
|
+
Properties of the `languageCharacters` object:
|
|
377
|
+
|
|
378
|
+
###### `disabled` (boolean)
|
|
379
|
+
|
|
380
|
+
Indicates if the plugin is disabled or not
|
|
381
|
+
|
|
382
|
+
##### `bold` (object)
|
|
383
|
+
|
|
384
|
+
Properties of the `bold` object:
|
|
385
|
+
|
|
386
|
+
###### `disabled` (boolean)
|
|
387
|
+
|
|
388
|
+
Indicates if the plugin is disabled or not
|
|
389
|
+
|
|
390
|
+
##### `html` (object)
|
|
391
|
+
|
|
392
|
+
Properties of the `html` object:
|
|
393
|
+
|
|
394
|
+
###### `disabled` (boolean)
|
|
395
|
+
|
|
396
|
+
Indicates if the plugin is disabled or not
|
|
397
|
+
|
|
398
|
+
##### `italic` (object)
|
|
399
|
+
|
|
400
|
+
Properties of the `italic` object:
|
|
401
|
+
|
|
402
|
+
###### `disabled` (boolean)
|
|
403
|
+
|
|
404
|
+
Indicates if the plugin is disabled or not
|
|
405
|
+
|
|
406
|
+
##### `ol_list` (object)
|
|
407
|
+
|
|
408
|
+
Properties of the `ol_list` object:
|
|
409
|
+
|
|
410
|
+
###### `disabled` (boolean)
|
|
411
|
+
|
|
412
|
+
Indicates if the plugin is disabled or not
|
|
413
|
+
|
|
414
|
+
##### `redo` (object)
|
|
415
|
+
|
|
416
|
+
Properties of the `redo` object:
|
|
417
|
+
|
|
418
|
+
###### `disabled` (boolean)
|
|
419
|
+
|
|
420
|
+
Indicates if the plugin is disabled or not
|
|
421
|
+
|
|
422
|
+
##### `strikethrough` (object)
|
|
423
|
+
|
|
424
|
+
Properties of the `strikethrough` object:
|
|
425
|
+
|
|
426
|
+
###### `disabled` (boolean)
|
|
427
|
+
|
|
428
|
+
Indicates if the plugin is disabled or not
|
|
429
|
+
|
|
430
|
+
##### `sub` (object)
|
|
431
|
+
|
|
432
|
+
Properties of the `sub` object:
|
|
433
|
+
|
|
434
|
+
###### `disabled` (boolean)
|
|
435
|
+
|
|
436
|
+
Indicates if the plugin is disabled or not
|
|
437
|
+
|
|
438
|
+
##### `sup` (object)
|
|
439
|
+
|
|
440
|
+
Properties of the `sup` object:
|
|
441
|
+
|
|
442
|
+
###### `disabled` (boolean)
|
|
443
|
+
|
|
444
|
+
Indicates if the plugin is disabled or not
|
|
445
|
+
|
|
446
|
+
##### `table` (object)
|
|
447
|
+
|
|
448
|
+
Properties of the `table` object:
|
|
449
|
+
|
|
450
|
+
###### `disabled` (boolean)
|
|
451
|
+
|
|
452
|
+
Indicates if the plugin is disabled or not
|
|
453
|
+
|
|
454
|
+
##### `ul_list` (object)
|
|
455
|
+
|
|
456
|
+
Properties of the `ul_list` object:
|
|
457
|
+
|
|
458
|
+
###### `disabled` (boolean)
|
|
459
|
+
|
|
460
|
+
Indicates if the plugin is disabled or not
|
|
461
|
+
|
|
462
|
+
##### `underline` (object)
|
|
463
|
+
|
|
464
|
+
Properties of the `underline` object:
|
|
465
|
+
|
|
466
|
+
###### `disabled` (boolean)
|
|
467
|
+
|
|
468
|
+
Indicates if the plugin is disabled or not
|
|
469
|
+
|
|
470
|
+
##### `undo` (object)
|
|
471
|
+
|
|
472
|
+
Properties of the `undo` object:
|
|
473
|
+
|
|
474
|
+
###### `disabled` (boolean)
|
|
475
|
+
|
|
476
|
+
Indicates if the plugin is disabled or not
|
|
477
|
+
|
|
374
478
|
#### `required` (boolean)
|
|
375
479
|
|
|
376
480
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -484,6 +588,110 @@ Properties of the `h3` object:
|
|
|
484
588
|
|
|
485
589
|
Indicates if the plugin is disabled or not
|
|
486
590
|
|
|
591
|
+
##### `languageCharacters` (object)
|
|
592
|
+
|
|
593
|
+
Properties of the `languageCharacters` object:
|
|
594
|
+
|
|
595
|
+
###### `disabled` (boolean)
|
|
596
|
+
|
|
597
|
+
Indicates if the plugin is disabled or not
|
|
598
|
+
|
|
599
|
+
##### `bold` (object)
|
|
600
|
+
|
|
601
|
+
Properties of the `bold` object:
|
|
602
|
+
|
|
603
|
+
###### `disabled` (boolean)
|
|
604
|
+
|
|
605
|
+
Indicates if the plugin is disabled or not
|
|
606
|
+
|
|
607
|
+
##### `html` (object)
|
|
608
|
+
|
|
609
|
+
Properties of the `html` object:
|
|
610
|
+
|
|
611
|
+
###### `disabled` (boolean)
|
|
612
|
+
|
|
613
|
+
Indicates if the plugin is disabled or not
|
|
614
|
+
|
|
615
|
+
##### `italic` (object)
|
|
616
|
+
|
|
617
|
+
Properties of the `italic` object:
|
|
618
|
+
|
|
619
|
+
###### `disabled` (boolean)
|
|
620
|
+
|
|
621
|
+
Indicates if the plugin is disabled or not
|
|
622
|
+
|
|
623
|
+
##### `ol_list` (object)
|
|
624
|
+
|
|
625
|
+
Properties of the `ol_list` object:
|
|
626
|
+
|
|
627
|
+
###### `disabled` (boolean)
|
|
628
|
+
|
|
629
|
+
Indicates if the plugin is disabled or not
|
|
630
|
+
|
|
631
|
+
##### `redo` (object)
|
|
632
|
+
|
|
633
|
+
Properties of the `redo` object:
|
|
634
|
+
|
|
635
|
+
###### `disabled` (boolean)
|
|
636
|
+
|
|
637
|
+
Indicates if the plugin is disabled or not
|
|
638
|
+
|
|
639
|
+
##### `strikethrough` (object)
|
|
640
|
+
|
|
641
|
+
Properties of the `strikethrough` object:
|
|
642
|
+
|
|
643
|
+
###### `disabled` (boolean)
|
|
644
|
+
|
|
645
|
+
Indicates if the plugin is disabled or not
|
|
646
|
+
|
|
647
|
+
##### `sub` (object)
|
|
648
|
+
|
|
649
|
+
Properties of the `sub` object:
|
|
650
|
+
|
|
651
|
+
###### `disabled` (boolean)
|
|
652
|
+
|
|
653
|
+
Indicates if the plugin is disabled or not
|
|
654
|
+
|
|
655
|
+
##### `sup` (object)
|
|
656
|
+
|
|
657
|
+
Properties of the `sup` object:
|
|
658
|
+
|
|
659
|
+
###### `disabled` (boolean)
|
|
660
|
+
|
|
661
|
+
Indicates if the plugin is disabled or not
|
|
662
|
+
|
|
663
|
+
##### `table` (object)
|
|
664
|
+
|
|
665
|
+
Properties of the `table` object:
|
|
666
|
+
|
|
667
|
+
###### `disabled` (boolean)
|
|
668
|
+
|
|
669
|
+
Indicates if the plugin is disabled or not
|
|
670
|
+
|
|
671
|
+
##### `ul_list` (object)
|
|
672
|
+
|
|
673
|
+
Properties of the `ul_list` object:
|
|
674
|
+
|
|
675
|
+
###### `disabled` (boolean)
|
|
676
|
+
|
|
677
|
+
Indicates if the plugin is disabled or not
|
|
678
|
+
|
|
679
|
+
##### `underline` (object)
|
|
680
|
+
|
|
681
|
+
Properties of the `underline` object:
|
|
682
|
+
|
|
683
|
+
###### `disabled` (boolean)
|
|
684
|
+
|
|
685
|
+
Indicates if the plugin is disabled or not
|
|
686
|
+
|
|
687
|
+
##### `undo` (object)
|
|
688
|
+
|
|
689
|
+
Properties of the `undo` object:
|
|
690
|
+
|
|
691
|
+
###### `disabled` (boolean)
|
|
692
|
+
|
|
693
|
+
Indicates if the plugin is disabled or not
|
|
694
|
+
|
|
487
695
|
#### `required` (boolean)
|
|
488
696
|
|
|
489
697
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -593,6 +801,110 @@ Properties of the `h3` object:
|
|
|
593
801
|
|
|
594
802
|
Indicates if the plugin is disabled or not
|
|
595
803
|
|
|
804
|
+
##### `languageCharacters` (object)
|
|
805
|
+
|
|
806
|
+
Properties of the `languageCharacters` object:
|
|
807
|
+
|
|
808
|
+
###### `disabled` (boolean)
|
|
809
|
+
|
|
810
|
+
Indicates if the plugin is disabled or not
|
|
811
|
+
|
|
812
|
+
##### `bold` (object)
|
|
813
|
+
|
|
814
|
+
Properties of the `bold` object:
|
|
815
|
+
|
|
816
|
+
###### `disabled` (boolean)
|
|
817
|
+
|
|
818
|
+
Indicates if the plugin is disabled or not
|
|
819
|
+
|
|
820
|
+
##### `html` (object)
|
|
821
|
+
|
|
822
|
+
Properties of the `html` object:
|
|
823
|
+
|
|
824
|
+
###### `disabled` (boolean)
|
|
825
|
+
|
|
826
|
+
Indicates if the plugin is disabled or not
|
|
827
|
+
|
|
828
|
+
##### `italic` (object)
|
|
829
|
+
|
|
830
|
+
Properties of the `italic` object:
|
|
831
|
+
|
|
832
|
+
###### `disabled` (boolean)
|
|
833
|
+
|
|
834
|
+
Indicates if the plugin is disabled or not
|
|
835
|
+
|
|
836
|
+
##### `ol_list` (object)
|
|
837
|
+
|
|
838
|
+
Properties of the `ol_list` object:
|
|
839
|
+
|
|
840
|
+
###### `disabled` (boolean)
|
|
841
|
+
|
|
842
|
+
Indicates if the plugin is disabled or not
|
|
843
|
+
|
|
844
|
+
##### `redo` (object)
|
|
845
|
+
|
|
846
|
+
Properties of the `redo` object:
|
|
847
|
+
|
|
848
|
+
###### `disabled` (boolean)
|
|
849
|
+
|
|
850
|
+
Indicates if the plugin is disabled or not
|
|
851
|
+
|
|
852
|
+
##### `strikethrough` (object)
|
|
853
|
+
|
|
854
|
+
Properties of the `strikethrough` object:
|
|
855
|
+
|
|
856
|
+
###### `disabled` (boolean)
|
|
857
|
+
|
|
858
|
+
Indicates if the plugin is disabled or not
|
|
859
|
+
|
|
860
|
+
##### `sub` (object)
|
|
861
|
+
|
|
862
|
+
Properties of the `sub` object:
|
|
863
|
+
|
|
864
|
+
###### `disabled` (boolean)
|
|
865
|
+
|
|
866
|
+
Indicates if the plugin is disabled or not
|
|
867
|
+
|
|
868
|
+
##### `sup` (object)
|
|
869
|
+
|
|
870
|
+
Properties of the `sup` object:
|
|
871
|
+
|
|
872
|
+
###### `disabled` (boolean)
|
|
873
|
+
|
|
874
|
+
Indicates if the plugin is disabled or not
|
|
875
|
+
|
|
876
|
+
##### `table` (object)
|
|
877
|
+
|
|
878
|
+
Properties of the `table` object:
|
|
879
|
+
|
|
880
|
+
###### `disabled` (boolean)
|
|
881
|
+
|
|
882
|
+
Indicates if the plugin is disabled or not
|
|
883
|
+
|
|
884
|
+
##### `ul_list` (object)
|
|
885
|
+
|
|
886
|
+
Properties of the `ul_list` object:
|
|
887
|
+
|
|
888
|
+
###### `disabled` (boolean)
|
|
889
|
+
|
|
890
|
+
Indicates if the plugin is disabled or not
|
|
891
|
+
|
|
892
|
+
##### `underline` (object)
|
|
893
|
+
|
|
894
|
+
Properties of the `underline` object:
|
|
895
|
+
|
|
896
|
+
###### `disabled` (boolean)
|
|
897
|
+
|
|
898
|
+
Indicates if the plugin is disabled or not
|
|
899
|
+
|
|
900
|
+
##### `undo` (object)
|
|
901
|
+
|
|
902
|
+
Properties of the `undo` object:
|
|
903
|
+
|
|
904
|
+
###### `disabled` (boolean)
|
|
905
|
+
|
|
906
|
+
Indicates if the plugin is disabled or not
|
|
907
|
+
|
|
596
908
|
#### `required` (boolean)
|
|
597
909
|
|
|
598
910
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -770,43 +1082,147 @@ Properties of the `h3` object:
|
|
|
770
1082
|
|
|
771
1083
|
Indicates if the plugin is disabled or not
|
|
772
1084
|
|
|
773
|
-
|
|
1085
|
+
#### `languageCharacters` (object)
|
|
774
1086
|
|
|
775
|
-
Properties of the `
|
|
1087
|
+
Properties of the `languageCharacters` object:
|
|
776
1088
|
|
|
777
|
-
|
|
1089
|
+
##### `disabled` (boolean)
|
|
778
1090
|
|
|
779
|
-
|
|
1091
|
+
Indicates if the plugin is disabled or not
|
|
780
1092
|
|
|
781
|
-
|
|
1093
|
+
#### `bold` (object)
|
|
782
1094
|
|
|
783
|
-
Properties of the `
|
|
1095
|
+
Properties of the `bold` object:
|
|
784
1096
|
|
|
785
|
-
|
|
1097
|
+
##### `disabled` (boolean)
|
|
786
1098
|
|
|
787
1099
|
Indicates if the plugin is disabled or not
|
|
788
1100
|
|
|
789
|
-
|
|
1101
|
+
#### `html` (object)
|
|
790
1102
|
|
|
791
|
-
Properties of the `
|
|
1103
|
+
Properties of the `html` object:
|
|
792
1104
|
|
|
793
|
-
|
|
1105
|
+
##### `disabled` (boolean)
|
|
794
1106
|
|
|
795
1107
|
Indicates if the plugin is disabled or not
|
|
796
1108
|
|
|
797
|
-
|
|
1109
|
+
#### `italic` (object)
|
|
798
1110
|
|
|
799
|
-
Properties of the `
|
|
1111
|
+
Properties of the `italic` object:
|
|
800
1112
|
|
|
801
|
-
|
|
1113
|
+
##### `disabled` (boolean)
|
|
802
1114
|
|
|
803
1115
|
Indicates if the plugin is disabled or not
|
|
804
1116
|
|
|
805
|
-
|
|
1117
|
+
#### `ol_list` (object)
|
|
806
1118
|
|
|
807
|
-
Properties of the `
|
|
1119
|
+
Properties of the `ol_list` object:
|
|
808
1120
|
|
|
809
|
-
|
|
1121
|
+
##### `disabled` (boolean)
|
|
1122
|
+
|
|
1123
|
+
Indicates if the plugin is disabled or not
|
|
1124
|
+
|
|
1125
|
+
#### `redo` (object)
|
|
1126
|
+
|
|
1127
|
+
Properties of the `redo` object:
|
|
1128
|
+
|
|
1129
|
+
##### `disabled` (boolean)
|
|
1130
|
+
|
|
1131
|
+
Indicates if the plugin is disabled or not
|
|
1132
|
+
|
|
1133
|
+
#### `strikethrough` (object)
|
|
1134
|
+
|
|
1135
|
+
Properties of the `strikethrough` object:
|
|
1136
|
+
|
|
1137
|
+
##### `disabled` (boolean)
|
|
1138
|
+
|
|
1139
|
+
Indicates if the plugin is disabled or not
|
|
1140
|
+
|
|
1141
|
+
#### `sub` (object)
|
|
1142
|
+
|
|
1143
|
+
Properties of the `sub` object:
|
|
1144
|
+
|
|
1145
|
+
##### `disabled` (boolean)
|
|
1146
|
+
|
|
1147
|
+
Indicates if the plugin is disabled or not
|
|
1148
|
+
|
|
1149
|
+
#### `sup` (object)
|
|
1150
|
+
|
|
1151
|
+
Properties of the `sup` object:
|
|
1152
|
+
|
|
1153
|
+
##### `disabled` (boolean)
|
|
1154
|
+
|
|
1155
|
+
Indicates if the plugin is disabled or not
|
|
1156
|
+
|
|
1157
|
+
#### `table` (object)
|
|
1158
|
+
|
|
1159
|
+
Properties of the `table` object:
|
|
1160
|
+
|
|
1161
|
+
##### `disabled` (boolean)
|
|
1162
|
+
|
|
1163
|
+
Indicates if the plugin is disabled or not
|
|
1164
|
+
|
|
1165
|
+
#### `ul_list` (object)
|
|
1166
|
+
|
|
1167
|
+
Properties of the `ul_list` object:
|
|
1168
|
+
|
|
1169
|
+
##### `disabled` (boolean)
|
|
1170
|
+
|
|
1171
|
+
Indicates if the plugin is disabled or not
|
|
1172
|
+
|
|
1173
|
+
#### `underline` (object)
|
|
1174
|
+
|
|
1175
|
+
Properties of the `underline` object:
|
|
1176
|
+
|
|
1177
|
+
##### `disabled` (boolean)
|
|
1178
|
+
|
|
1179
|
+
Indicates if the plugin is disabled or not
|
|
1180
|
+
|
|
1181
|
+
#### `undo` (object)
|
|
1182
|
+
|
|
1183
|
+
Properties of the `undo` object:
|
|
1184
|
+
|
|
1185
|
+
##### `disabled` (boolean)
|
|
1186
|
+
|
|
1187
|
+
Indicates if the plugin is disabled or not
|
|
1188
|
+
|
|
1189
|
+
### `choices` (object)
|
|
1190
|
+
|
|
1191
|
+
Properties of the `choices` object:
|
|
1192
|
+
|
|
1193
|
+
#### `inputConfiguration` (object)
|
|
1194
|
+
|
|
1195
|
+
Properties of the `inputConfiguration` object:
|
|
1196
|
+
|
|
1197
|
+
##### `math` (object)
|
|
1198
|
+
|
|
1199
|
+
Properties of the `math` object:
|
|
1200
|
+
|
|
1201
|
+
###### `disabled` (boolean)
|
|
1202
|
+
|
|
1203
|
+
Indicates if the plugin is disabled or not
|
|
1204
|
+
|
|
1205
|
+
##### `audio` (object)
|
|
1206
|
+
|
|
1207
|
+
Properties of the `audio` object:
|
|
1208
|
+
|
|
1209
|
+
###### `disabled` (boolean)
|
|
1210
|
+
|
|
1211
|
+
Indicates if the plugin is disabled or not
|
|
1212
|
+
|
|
1213
|
+
##### `video` (object)
|
|
1214
|
+
|
|
1215
|
+
Properties of the `video` object:
|
|
1216
|
+
|
|
1217
|
+
###### `disabled` (boolean)
|
|
1218
|
+
|
|
1219
|
+
Indicates if the plugin is disabled or not
|
|
1220
|
+
|
|
1221
|
+
##### `image` (object)
|
|
1222
|
+
|
|
1223
|
+
Properties of the `image` object:
|
|
1224
|
+
|
|
1225
|
+
###### `disabled` (boolean)
|
|
810
1226
|
|
|
811
1227
|
Indicates if the plugin is disabled or not
|
|
812
1228
|
|
|
@@ -855,6 +1271,110 @@ Properties of the `h3` object:
|
|
|
855
1271
|
|
|
856
1272
|
Indicates if the plugin is disabled or not
|
|
857
1273
|
|
|
1274
|
+
##### `languageCharacters` (object)
|
|
1275
|
+
|
|
1276
|
+
Properties of the `languageCharacters` object:
|
|
1277
|
+
|
|
1278
|
+
###### `disabled` (boolean)
|
|
1279
|
+
|
|
1280
|
+
Indicates if the plugin is disabled or not
|
|
1281
|
+
|
|
1282
|
+
##### `bold` (object)
|
|
1283
|
+
|
|
1284
|
+
Properties of the `bold` object:
|
|
1285
|
+
|
|
1286
|
+
###### `disabled` (boolean)
|
|
1287
|
+
|
|
1288
|
+
Indicates if the plugin is disabled or not
|
|
1289
|
+
|
|
1290
|
+
##### `html` (object)
|
|
1291
|
+
|
|
1292
|
+
Properties of the `html` object:
|
|
1293
|
+
|
|
1294
|
+
###### `disabled` (boolean)
|
|
1295
|
+
|
|
1296
|
+
Indicates if the plugin is disabled or not
|
|
1297
|
+
|
|
1298
|
+
##### `italic` (object)
|
|
1299
|
+
|
|
1300
|
+
Properties of the `italic` object:
|
|
1301
|
+
|
|
1302
|
+
###### `disabled` (boolean)
|
|
1303
|
+
|
|
1304
|
+
Indicates if the plugin is disabled or not
|
|
1305
|
+
|
|
1306
|
+
##### `ol_list` (object)
|
|
1307
|
+
|
|
1308
|
+
Properties of the `ol_list` object:
|
|
1309
|
+
|
|
1310
|
+
###### `disabled` (boolean)
|
|
1311
|
+
|
|
1312
|
+
Indicates if the plugin is disabled or not
|
|
1313
|
+
|
|
1314
|
+
##### `redo` (object)
|
|
1315
|
+
|
|
1316
|
+
Properties of the `redo` object:
|
|
1317
|
+
|
|
1318
|
+
###### `disabled` (boolean)
|
|
1319
|
+
|
|
1320
|
+
Indicates if the plugin is disabled or not
|
|
1321
|
+
|
|
1322
|
+
##### `strikethrough` (object)
|
|
1323
|
+
|
|
1324
|
+
Properties of the `strikethrough` object:
|
|
1325
|
+
|
|
1326
|
+
###### `disabled` (boolean)
|
|
1327
|
+
|
|
1328
|
+
Indicates if the plugin is disabled or not
|
|
1329
|
+
|
|
1330
|
+
##### `sub` (object)
|
|
1331
|
+
|
|
1332
|
+
Properties of the `sub` object:
|
|
1333
|
+
|
|
1334
|
+
###### `disabled` (boolean)
|
|
1335
|
+
|
|
1336
|
+
Indicates if the plugin is disabled or not
|
|
1337
|
+
|
|
1338
|
+
##### `sup` (object)
|
|
1339
|
+
|
|
1340
|
+
Properties of the `sup` object:
|
|
1341
|
+
|
|
1342
|
+
###### `disabled` (boolean)
|
|
1343
|
+
|
|
1344
|
+
Indicates if the plugin is disabled or not
|
|
1345
|
+
|
|
1346
|
+
##### `table` (object)
|
|
1347
|
+
|
|
1348
|
+
Properties of the `table` object:
|
|
1349
|
+
|
|
1350
|
+
###### `disabled` (boolean)
|
|
1351
|
+
|
|
1352
|
+
Indicates if the plugin is disabled or not
|
|
1353
|
+
|
|
1354
|
+
##### `ul_list` (object)
|
|
1355
|
+
|
|
1356
|
+
Properties of the `ul_list` object:
|
|
1357
|
+
|
|
1358
|
+
###### `disabled` (boolean)
|
|
1359
|
+
|
|
1360
|
+
Indicates if the plugin is disabled or not
|
|
1361
|
+
|
|
1362
|
+
##### `underline` (object)
|
|
1363
|
+
|
|
1364
|
+
Properties of the `underline` object:
|
|
1365
|
+
|
|
1366
|
+
###### `disabled` (boolean)
|
|
1367
|
+
|
|
1368
|
+
Indicates if the plugin is disabled or not
|
|
1369
|
+
|
|
1370
|
+
##### `undo` (object)
|
|
1371
|
+
|
|
1372
|
+
Properties of the `undo` object:
|
|
1373
|
+
|
|
1374
|
+
###### `disabled` (boolean)
|
|
1375
|
+
|
|
1376
|
+
Indicates if the plugin is disabled or not
|
|
1377
|
+
|
|
858
1378
|
#### `settings` (boolean)
|
|
859
1379
|
|
|
860
1380
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -960,6 +1480,110 @@ Properties of the `h3` object:
|
|
|
960
1480
|
|
|
961
1481
|
Indicates if the plugin is disabled or not
|
|
962
1482
|
|
|
1483
|
+
#### `languageCharacters` (object)
|
|
1484
|
+
|
|
1485
|
+
Properties of the `languageCharacters` object:
|
|
1486
|
+
|
|
1487
|
+
##### `disabled` (boolean)
|
|
1488
|
+
|
|
1489
|
+
Indicates if the plugin is disabled or not
|
|
1490
|
+
|
|
1491
|
+
#### `bold` (object)
|
|
1492
|
+
|
|
1493
|
+
Properties of the `bold` object:
|
|
1494
|
+
|
|
1495
|
+
##### `disabled` (boolean)
|
|
1496
|
+
|
|
1497
|
+
Indicates if the plugin is disabled or not
|
|
1498
|
+
|
|
1499
|
+
#### `html` (object)
|
|
1500
|
+
|
|
1501
|
+
Properties of the `html` object:
|
|
1502
|
+
|
|
1503
|
+
##### `disabled` (boolean)
|
|
1504
|
+
|
|
1505
|
+
Indicates if the plugin is disabled or not
|
|
1506
|
+
|
|
1507
|
+
#### `italic` (object)
|
|
1508
|
+
|
|
1509
|
+
Properties of the `italic` object:
|
|
1510
|
+
|
|
1511
|
+
##### `disabled` (boolean)
|
|
1512
|
+
|
|
1513
|
+
Indicates if the plugin is disabled or not
|
|
1514
|
+
|
|
1515
|
+
#### `ol_list` (object)
|
|
1516
|
+
|
|
1517
|
+
Properties of the `ol_list` object:
|
|
1518
|
+
|
|
1519
|
+
##### `disabled` (boolean)
|
|
1520
|
+
|
|
1521
|
+
Indicates if the plugin is disabled or not
|
|
1522
|
+
|
|
1523
|
+
#### `redo` (object)
|
|
1524
|
+
|
|
1525
|
+
Properties of the `redo` object:
|
|
1526
|
+
|
|
1527
|
+
##### `disabled` (boolean)
|
|
1528
|
+
|
|
1529
|
+
Indicates if the plugin is disabled or not
|
|
1530
|
+
|
|
1531
|
+
#### `strikethrough` (object)
|
|
1532
|
+
|
|
1533
|
+
Properties of the `strikethrough` object:
|
|
1534
|
+
|
|
1535
|
+
##### `disabled` (boolean)
|
|
1536
|
+
|
|
1537
|
+
Indicates if the plugin is disabled or not
|
|
1538
|
+
|
|
1539
|
+
#### `sub` (object)
|
|
1540
|
+
|
|
1541
|
+
Properties of the `sub` object:
|
|
1542
|
+
|
|
1543
|
+
##### `disabled` (boolean)
|
|
1544
|
+
|
|
1545
|
+
Indicates if the plugin is disabled or not
|
|
1546
|
+
|
|
1547
|
+
#### `sup` (object)
|
|
1548
|
+
|
|
1549
|
+
Properties of the `sup` object:
|
|
1550
|
+
|
|
1551
|
+
##### `disabled` (boolean)
|
|
1552
|
+
|
|
1553
|
+
Indicates if the plugin is disabled or not
|
|
1554
|
+
|
|
1555
|
+
#### `table` (object)
|
|
1556
|
+
|
|
1557
|
+
Properties of the `table` object:
|
|
1558
|
+
|
|
1559
|
+
##### `disabled` (boolean)
|
|
1560
|
+
|
|
1561
|
+
Indicates if the plugin is disabled or not
|
|
1562
|
+
|
|
1563
|
+
#### `ul_list` (object)
|
|
1564
|
+
|
|
1565
|
+
Properties of the `ul_list` object:
|
|
1566
|
+
|
|
1567
|
+
##### `disabled` (boolean)
|
|
1568
|
+
|
|
1569
|
+
Indicates if the plugin is disabled or not
|
|
1570
|
+
|
|
1571
|
+
#### `underline` (object)
|
|
1572
|
+
|
|
1573
|
+
Properties of the `underline` object:
|
|
1574
|
+
|
|
1575
|
+
##### `disabled` (boolean)
|
|
1576
|
+
|
|
1577
|
+
Indicates if the plugin is disabled or not
|
|
1578
|
+
|
|
1579
|
+
#### `undo` (object)
|
|
1580
|
+
|
|
1581
|
+
Properties of the `undo` object:
|
|
1582
|
+
|
|
1583
|
+
##### `disabled` (boolean)
|
|
1584
|
+
|
|
1585
|
+
Indicates if the plugin is disabled or not
|
|
1586
|
+
|
|
963
1587
|
### `required` (boolean)
|
|
964
1588
|
|
|
965
1589
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1053,6 +1677,110 @@ Properties of the `h3` object:
|
|
|
1053
1677
|
|
|
1054
1678
|
Indicates if the plugin is disabled or not
|
|
1055
1679
|
|
|
1680
|
+
### `languageCharacters` (object)
|
|
1681
|
+
|
|
1682
|
+
Properties of the `languageCharacters` object:
|
|
1683
|
+
|
|
1684
|
+
#### `disabled` (boolean)
|
|
1685
|
+
|
|
1686
|
+
Indicates if the plugin is disabled or not
|
|
1687
|
+
|
|
1688
|
+
### `bold` (object)
|
|
1689
|
+
|
|
1690
|
+
Properties of the `bold` object:
|
|
1691
|
+
|
|
1692
|
+
#### `disabled` (boolean)
|
|
1693
|
+
|
|
1694
|
+
Indicates if the plugin is disabled or not
|
|
1695
|
+
|
|
1696
|
+
### `html` (object)
|
|
1697
|
+
|
|
1698
|
+
Properties of the `html` object:
|
|
1699
|
+
|
|
1700
|
+
#### `disabled` (boolean)
|
|
1701
|
+
|
|
1702
|
+
Indicates if the plugin is disabled or not
|
|
1703
|
+
|
|
1704
|
+
### `italic` (object)
|
|
1705
|
+
|
|
1706
|
+
Properties of the `italic` object:
|
|
1707
|
+
|
|
1708
|
+
#### `disabled` (boolean)
|
|
1709
|
+
|
|
1710
|
+
Indicates if the plugin is disabled or not
|
|
1711
|
+
|
|
1712
|
+
### `ol_list` (object)
|
|
1713
|
+
|
|
1714
|
+
Properties of the `ol_list` object:
|
|
1715
|
+
|
|
1716
|
+
#### `disabled` (boolean)
|
|
1717
|
+
|
|
1718
|
+
Indicates if the plugin is disabled or not
|
|
1719
|
+
|
|
1720
|
+
### `redo` (object)
|
|
1721
|
+
|
|
1722
|
+
Properties of the `redo` object:
|
|
1723
|
+
|
|
1724
|
+
#### `disabled` (boolean)
|
|
1725
|
+
|
|
1726
|
+
Indicates if the plugin is disabled or not
|
|
1727
|
+
|
|
1728
|
+
### `strikethrough` (object)
|
|
1729
|
+
|
|
1730
|
+
Properties of the `strikethrough` object:
|
|
1731
|
+
|
|
1732
|
+
#### `disabled` (boolean)
|
|
1733
|
+
|
|
1734
|
+
Indicates if the plugin is disabled or not
|
|
1735
|
+
|
|
1736
|
+
### `sub` (object)
|
|
1737
|
+
|
|
1738
|
+
Properties of the `sub` object:
|
|
1739
|
+
|
|
1740
|
+
#### `disabled` (boolean)
|
|
1741
|
+
|
|
1742
|
+
Indicates if the plugin is disabled or not
|
|
1743
|
+
|
|
1744
|
+
### `sup` (object)
|
|
1745
|
+
|
|
1746
|
+
Properties of the `sup` object:
|
|
1747
|
+
|
|
1748
|
+
#### `disabled` (boolean)
|
|
1749
|
+
|
|
1750
|
+
Indicates if the plugin is disabled or not
|
|
1751
|
+
|
|
1752
|
+
### `table` (object)
|
|
1753
|
+
|
|
1754
|
+
Properties of the `table` object:
|
|
1755
|
+
|
|
1756
|
+
#### `disabled` (boolean)
|
|
1757
|
+
|
|
1758
|
+
Indicates if the plugin is disabled or not
|
|
1759
|
+
|
|
1760
|
+
### `ul_list` (object)
|
|
1761
|
+
|
|
1762
|
+
Properties of the `ul_list` object:
|
|
1763
|
+
|
|
1764
|
+
#### `disabled` (boolean)
|
|
1765
|
+
|
|
1766
|
+
Indicates if the plugin is disabled or not
|
|
1767
|
+
|
|
1768
|
+
### `underline` (object)
|
|
1769
|
+
|
|
1770
|
+
Properties of the `underline` object:
|
|
1771
|
+
|
|
1772
|
+
#### `disabled` (boolean)
|
|
1773
|
+
|
|
1774
|
+
Indicates if the plugin is disabled or not
|
|
1775
|
+
|
|
1776
|
+
### `undo` (object)
|
|
1777
|
+
|
|
1778
|
+
Properties of the `undo` object:
|
|
1779
|
+
|
|
1780
|
+
#### `disabled` (boolean)
|
|
1781
|
+
|
|
1782
|
+
Indicates if the plugin is disabled or not
|
|
1783
|
+
|
|
1056
1784
|
## `EditableHtmlButtonConfigure` (object)
|
|
1057
1785
|
|
|
1058
1786
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1201,6 +1929,110 @@ Properties of the `h3` object:
|
|
|
1201
1929
|
|
|
1202
1930
|
Indicates if the plugin is disabled or not
|
|
1203
1931
|
|
|
1932
|
+
#### `languageCharacters` (object)
|
|
1933
|
+
|
|
1934
|
+
Properties of the `languageCharacters` object:
|
|
1935
|
+
|
|
1936
|
+
##### `disabled` (boolean)
|
|
1937
|
+
|
|
1938
|
+
Indicates if the plugin is disabled or not
|
|
1939
|
+
|
|
1940
|
+
#### `bold` (object)
|
|
1941
|
+
|
|
1942
|
+
Properties of the `bold` object:
|
|
1943
|
+
|
|
1944
|
+
##### `disabled` (boolean)
|
|
1945
|
+
|
|
1946
|
+
Indicates if the plugin is disabled or not
|
|
1947
|
+
|
|
1948
|
+
#### `html` (object)
|
|
1949
|
+
|
|
1950
|
+
Properties of the `html` object:
|
|
1951
|
+
|
|
1952
|
+
##### `disabled` (boolean)
|
|
1953
|
+
|
|
1954
|
+
Indicates if the plugin is disabled or not
|
|
1955
|
+
|
|
1956
|
+
#### `italic` (object)
|
|
1957
|
+
|
|
1958
|
+
Properties of the `italic` object:
|
|
1959
|
+
|
|
1960
|
+
##### `disabled` (boolean)
|
|
1961
|
+
|
|
1962
|
+
Indicates if the plugin is disabled or not
|
|
1963
|
+
|
|
1964
|
+
#### `ol_list` (object)
|
|
1965
|
+
|
|
1966
|
+
Properties of the `ol_list` object:
|
|
1967
|
+
|
|
1968
|
+
##### `disabled` (boolean)
|
|
1969
|
+
|
|
1970
|
+
Indicates if the plugin is disabled or not
|
|
1971
|
+
|
|
1972
|
+
#### `redo` (object)
|
|
1973
|
+
|
|
1974
|
+
Properties of the `redo` object:
|
|
1975
|
+
|
|
1976
|
+
##### `disabled` (boolean)
|
|
1977
|
+
|
|
1978
|
+
Indicates if the plugin is disabled or not
|
|
1979
|
+
|
|
1980
|
+
#### `strikethrough` (object)
|
|
1981
|
+
|
|
1982
|
+
Properties of the `strikethrough` object:
|
|
1983
|
+
|
|
1984
|
+
##### `disabled` (boolean)
|
|
1985
|
+
|
|
1986
|
+
Indicates if the plugin is disabled or not
|
|
1987
|
+
|
|
1988
|
+
#### `sub` (object)
|
|
1989
|
+
|
|
1990
|
+
Properties of the `sub` object:
|
|
1991
|
+
|
|
1992
|
+
##### `disabled` (boolean)
|
|
1993
|
+
|
|
1994
|
+
Indicates if the plugin is disabled or not
|
|
1995
|
+
|
|
1996
|
+
#### `sup` (object)
|
|
1997
|
+
|
|
1998
|
+
Properties of the `sup` object:
|
|
1999
|
+
|
|
2000
|
+
##### `disabled` (boolean)
|
|
2001
|
+
|
|
2002
|
+
Indicates if the plugin is disabled or not
|
|
2003
|
+
|
|
2004
|
+
#### `table` (object)
|
|
2005
|
+
|
|
2006
|
+
Properties of the `table` object:
|
|
2007
|
+
|
|
2008
|
+
##### `disabled` (boolean)
|
|
2009
|
+
|
|
2010
|
+
Indicates if the plugin is disabled or not
|
|
2011
|
+
|
|
2012
|
+
#### `ul_list` (object)
|
|
2013
|
+
|
|
2014
|
+
Properties of the `ul_list` object:
|
|
2015
|
+
|
|
2016
|
+
##### `disabled` (boolean)
|
|
2017
|
+
|
|
2018
|
+
Indicates if the plugin is disabled or not
|
|
2019
|
+
|
|
2020
|
+
#### `underline` (object)
|
|
2021
|
+
|
|
2022
|
+
Properties of the `underline` object:
|
|
2023
|
+
|
|
2024
|
+
##### `disabled` (boolean)
|
|
2025
|
+
|
|
2026
|
+
Indicates if the plugin is disabled or not
|
|
2027
|
+
|
|
2028
|
+
#### `undo` (object)
|
|
2029
|
+
|
|
2030
|
+
Properties of the `undo` object:
|
|
2031
|
+
|
|
2032
|
+
##### `disabled` (boolean)
|
|
2033
|
+
|
|
2034
|
+
Indicates if the plugin is disabled or not
|
|
2035
|
+
|
|
1204
2036
|
### `settings` (boolean)
|
|
1205
2037
|
|
|
1206
2038
|
Indicates if the item has to be displayed in the Settings Panel
|