@pie-element/graphing 5.24.3-next.8 → 5.24.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 +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1100 -242
- package/docs/config-schema.json.md +624 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -0
- package/package.json +3 -3
|
@@ -83,6 +83,110 @@ Properties of the `h3` object:
|
|
|
83
83
|
|
|
84
84
|
Indicates if the plugin is disabled or not
|
|
85
85
|
|
|
86
|
+
## `languageCharacters` (object)
|
|
87
|
+
|
|
88
|
+
Properties of the `languageCharacters` object:
|
|
89
|
+
|
|
90
|
+
### `disabled` (boolean)
|
|
91
|
+
|
|
92
|
+
Indicates if the plugin is disabled or not
|
|
93
|
+
|
|
94
|
+
## `bold` (object)
|
|
95
|
+
|
|
96
|
+
Properties of the `bold` object:
|
|
97
|
+
|
|
98
|
+
### `disabled` (boolean)
|
|
99
|
+
|
|
100
|
+
Indicates if the plugin is disabled or not
|
|
101
|
+
|
|
102
|
+
## `html` (object)
|
|
103
|
+
|
|
104
|
+
Properties of the `html` object:
|
|
105
|
+
|
|
106
|
+
### `disabled` (boolean)
|
|
107
|
+
|
|
108
|
+
Indicates if the plugin is disabled or not
|
|
109
|
+
|
|
110
|
+
## `italic` (object)
|
|
111
|
+
|
|
112
|
+
Properties of the `italic` object:
|
|
113
|
+
|
|
114
|
+
### `disabled` (boolean)
|
|
115
|
+
|
|
116
|
+
Indicates if the plugin is disabled or not
|
|
117
|
+
|
|
118
|
+
## `ol_list` (object)
|
|
119
|
+
|
|
120
|
+
Properties of the `ol_list` object:
|
|
121
|
+
|
|
122
|
+
### `disabled` (boolean)
|
|
123
|
+
|
|
124
|
+
Indicates if the plugin is disabled or not
|
|
125
|
+
|
|
126
|
+
## `redo` (object)
|
|
127
|
+
|
|
128
|
+
Properties of the `redo` object:
|
|
129
|
+
|
|
130
|
+
### `disabled` (boolean)
|
|
131
|
+
|
|
132
|
+
Indicates if the plugin is disabled or not
|
|
133
|
+
|
|
134
|
+
## `strikethrough` (object)
|
|
135
|
+
|
|
136
|
+
Properties of the `strikethrough` object:
|
|
137
|
+
|
|
138
|
+
### `disabled` (boolean)
|
|
139
|
+
|
|
140
|
+
Indicates if the plugin is disabled or not
|
|
141
|
+
|
|
142
|
+
## `sub` (object)
|
|
143
|
+
|
|
144
|
+
Properties of the `sub` object:
|
|
145
|
+
|
|
146
|
+
### `disabled` (boolean)
|
|
147
|
+
|
|
148
|
+
Indicates if the plugin is disabled or not
|
|
149
|
+
|
|
150
|
+
## `sup` (object)
|
|
151
|
+
|
|
152
|
+
Properties of the `sup` object:
|
|
153
|
+
|
|
154
|
+
### `disabled` (boolean)
|
|
155
|
+
|
|
156
|
+
Indicates if the plugin is disabled or not
|
|
157
|
+
|
|
158
|
+
## `table` (object)
|
|
159
|
+
|
|
160
|
+
Properties of the `table` object:
|
|
161
|
+
|
|
162
|
+
### `disabled` (boolean)
|
|
163
|
+
|
|
164
|
+
Indicates if the plugin is disabled or not
|
|
165
|
+
|
|
166
|
+
## `ul_list` (object)
|
|
167
|
+
|
|
168
|
+
Properties of the `ul_list` object:
|
|
169
|
+
|
|
170
|
+
### `disabled` (boolean)
|
|
171
|
+
|
|
172
|
+
Indicates if the plugin is disabled or not
|
|
173
|
+
|
|
174
|
+
## `underline` (object)
|
|
175
|
+
|
|
176
|
+
Properties of the `underline` object:
|
|
177
|
+
|
|
178
|
+
### `disabled` (boolean)
|
|
179
|
+
|
|
180
|
+
Indicates if the plugin is disabled or not
|
|
181
|
+
|
|
182
|
+
## `undo` (object)
|
|
183
|
+
|
|
184
|
+
Properties of the `undo` object:
|
|
185
|
+
|
|
186
|
+
### `disabled` (boolean)
|
|
187
|
+
|
|
188
|
+
Indicates if the plugin is disabled or not
|
|
189
|
+
|
|
86
190
|
# `authoring` (object)
|
|
87
191
|
|
|
88
192
|
Properties of the `authoring` object:
|
|
@@ -563,6 +667,110 @@ Properties of the `h3` object:
|
|
|
563
667
|
|
|
564
668
|
Indicates if the plugin is disabled or not
|
|
565
669
|
|
|
670
|
+
### `languageCharacters` (object)
|
|
671
|
+
|
|
672
|
+
Properties of the `languageCharacters` object:
|
|
673
|
+
|
|
674
|
+
#### `disabled` (boolean)
|
|
675
|
+
|
|
676
|
+
Indicates if the plugin is disabled or not
|
|
677
|
+
|
|
678
|
+
### `bold` (object)
|
|
679
|
+
|
|
680
|
+
Properties of the `bold` object:
|
|
681
|
+
|
|
682
|
+
#### `disabled` (boolean)
|
|
683
|
+
|
|
684
|
+
Indicates if the plugin is disabled or not
|
|
685
|
+
|
|
686
|
+
### `html` (object)
|
|
687
|
+
|
|
688
|
+
Properties of the `html` object:
|
|
689
|
+
|
|
690
|
+
#### `disabled` (boolean)
|
|
691
|
+
|
|
692
|
+
Indicates if the plugin is disabled or not
|
|
693
|
+
|
|
694
|
+
### `italic` (object)
|
|
695
|
+
|
|
696
|
+
Properties of the `italic` object:
|
|
697
|
+
|
|
698
|
+
#### `disabled` (boolean)
|
|
699
|
+
|
|
700
|
+
Indicates if the plugin is disabled or not
|
|
701
|
+
|
|
702
|
+
### `ol_list` (object)
|
|
703
|
+
|
|
704
|
+
Properties of the `ol_list` object:
|
|
705
|
+
|
|
706
|
+
#### `disabled` (boolean)
|
|
707
|
+
|
|
708
|
+
Indicates if the plugin is disabled or not
|
|
709
|
+
|
|
710
|
+
### `redo` (object)
|
|
711
|
+
|
|
712
|
+
Properties of the `redo` object:
|
|
713
|
+
|
|
714
|
+
#### `disabled` (boolean)
|
|
715
|
+
|
|
716
|
+
Indicates if the plugin is disabled or not
|
|
717
|
+
|
|
718
|
+
### `strikethrough` (object)
|
|
719
|
+
|
|
720
|
+
Properties of the `strikethrough` object:
|
|
721
|
+
|
|
722
|
+
#### `disabled` (boolean)
|
|
723
|
+
|
|
724
|
+
Indicates if the plugin is disabled or not
|
|
725
|
+
|
|
726
|
+
### `sub` (object)
|
|
727
|
+
|
|
728
|
+
Properties of the `sub` object:
|
|
729
|
+
|
|
730
|
+
#### `disabled` (boolean)
|
|
731
|
+
|
|
732
|
+
Indicates if the plugin is disabled or not
|
|
733
|
+
|
|
734
|
+
### `sup` (object)
|
|
735
|
+
|
|
736
|
+
Properties of the `sup` object:
|
|
737
|
+
|
|
738
|
+
#### `disabled` (boolean)
|
|
739
|
+
|
|
740
|
+
Indicates if the plugin is disabled or not
|
|
741
|
+
|
|
742
|
+
### `table` (object)
|
|
743
|
+
|
|
744
|
+
Properties of the `table` object:
|
|
745
|
+
|
|
746
|
+
#### `disabled` (boolean)
|
|
747
|
+
|
|
748
|
+
Indicates if the plugin is disabled or not
|
|
749
|
+
|
|
750
|
+
### `ul_list` (object)
|
|
751
|
+
|
|
752
|
+
Properties of the `ul_list` object:
|
|
753
|
+
|
|
754
|
+
#### `disabled` (boolean)
|
|
755
|
+
|
|
756
|
+
Indicates if the plugin is disabled or not
|
|
757
|
+
|
|
758
|
+
### `underline` (object)
|
|
759
|
+
|
|
760
|
+
Properties of the `underline` object:
|
|
761
|
+
|
|
762
|
+
#### `disabled` (boolean)
|
|
763
|
+
|
|
764
|
+
Indicates if the plugin is disabled or not
|
|
765
|
+
|
|
766
|
+
### `undo` (object)
|
|
767
|
+
|
|
768
|
+
Properties of the `undo` object:
|
|
769
|
+
|
|
770
|
+
#### `disabled` (boolean)
|
|
771
|
+
|
|
772
|
+
Indicates if the plugin is disabled or not
|
|
773
|
+
|
|
566
774
|
## `required` (boolean)
|
|
567
775
|
|
|
568
776
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -676,6 +884,110 @@ Properties of the `h3` object:
|
|
|
676
884
|
|
|
677
885
|
Indicates if the plugin is disabled or not
|
|
678
886
|
|
|
887
|
+
### `languageCharacters` (object)
|
|
888
|
+
|
|
889
|
+
Properties of the `languageCharacters` object:
|
|
890
|
+
|
|
891
|
+
#### `disabled` (boolean)
|
|
892
|
+
|
|
893
|
+
Indicates if the plugin is disabled or not
|
|
894
|
+
|
|
895
|
+
### `bold` (object)
|
|
896
|
+
|
|
897
|
+
Properties of the `bold` object:
|
|
898
|
+
|
|
899
|
+
#### `disabled` (boolean)
|
|
900
|
+
|
|
901
|
+
Indicates if the plugin is disabled or not
|
|
902
|
+
|
|
903
|
+
### `html` (object)
|
|
904
|
+
|
|
905
|
+
Properties of the `html` object:
|
|
906
|
+
|
|
907
|
+
#### `disabled` (boolean)
|
|
908
|
+
|
|
909
|
+
Indicates if the plugin is disabled or not
|
|
910
|
+
|
|
911
|
+
### `italic` (object)
|
|
912
|
+
|
|
913
|
+
Properties of the `italic` object:
|
|
914
|
+
|
|
915
|
+
#### `disabled` (boolean)
|
|
916
|
+
|
|
917
|
+
Indicates if the plugin is disabled or not
|
|
918
|
+
|
|
919
|
+
### `ol_list` (object)
|
|
920
|
+
|
|
921
|
+
Properties of the `ol_list` object:
|
|
922
|
+
|
|
923
|
+
#### `disabled` (boolean)
|
|
924
|
+
|
|
925
|
+
Indicates if the plugin is disabled or not
|
|
926
|
+
|
|
927
|
+
### `redo` (object)
|
|
928
|
+
|
|
929
|
+
Properties of the `redo` object:
|
|
930
|
+
|
|
931
|
+
#### `disabled` (boolean)
|
|
932
|
+
|
|
933
|
+
Indicates if the plugin is disabled or not
|
|
934
|
+
|
|
935
|
+
### `strikethrough` (object)
|
|
936
|
+
|
|
937
|
+
Properties of the `strikethrough` object:
|
|
938
|
+
|
|
939
|
+
#### `disabled` (boolean)
|
|
940
|
+
|
|
941
|
+
Indicates if the plugin is disabled or not
|
|
942
|
+
|
|
943
|
+
### `sub` (object)
|
|
944
|
+
|
|
945
|
+
Properties of the `sub` object:
|
|
946
|
+
|
|
947
|
+
#### `disabled` (boolean)
|
|
948
|
+
|
|
949
|
+
Indicates if the plugin is disabled or not
|
|
950
|
+
|
|
951
|
+
### `sup` (object)
|
|
952
|
+
|
|
953
|
+
Properties of the `sup` object:
|
|
954
|
+
|
|
955
|
+
#### `disabled` (boolean)
|
|
956
|
+
|
|
957
|
+
Indicates if the plugin is disabled or not
|
|
958
|
+
|
|
959
|
+
### `table` (object)
|
|
960
|
+
|
|
961
|
+
Properties of the `table` object:
|
|
962
|
+
|
|
963
|
+
#### `disabled` (boolean)
|
|
964
|
+
|
|
965
|
+
Indicates if the plugin is disabled or not
|
|
966
|
+
|
|
967
|
+
### `ul_list` (object)
|
|
968
|
+
|
|
969
|
+
Properties of the `ul_list` object:
|
|
970
|
+
|
|
971
|
+
#### `disabled` (boolean)
|
|
972
|
+
|
|
973
|
+
Indicates if the plugin is disabled or not
|
|
974
|
+
|
|
975
|
+
### `underline` (object)
|
|
976
|
+
|
|
977
|
+
Properties of the `underline` object:
|
|
978
|
+
|
|
979
|
+
#### `disabled` (boolean)
|
|
980
|
+
|
|
981
|
+
Indicates if the plugin is disabled or not
|
|
982
|
+
|
|
983
|
+
### `undo` (object)
|
|
984
|
+
|
|
985
|
+
Properties of the `undo` object:
|
|
986
|
+
|
|
987
|
+
#### `disabled` (boolean)
|
|
988
|
+
|
|
989
|
+
Indicates if the plugin is disabled or not
|
|
990
|
+
|
|
679
991
|
## `required` (boolean)
|
|
680
992
|
|
|
681
993
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -797,6 +1109,110 @@ Properties of the `h3` object:
|
|
|
797
1109
|
|
|
798
1110
|
Indicates if the plugin is disabled or not
|
|
799
1111
|
|
|
1112
|
+
### `languageCharacters` (object)
|
|
1113
|
+
|
|
1114
|
+
Properties of the `languageCharacters` object:
|
|
1115
|
+
|
|
1116
|
+
#### `disabled` (boolean)
|
|
1117
|
+
|
|
1118
|
+
Indicates if the plugin is disabled or not
|
|
1119
|
+
|
|
1120
|
+
### `bold` (object)
|
|
1121
|
+
|
|
1122
|
+
Properties of the `bold` object:
|
|
1123
|
+
|
|
1124
|
+
#### `disabled` (boolean)
|
|
1125
|
+
|
|
1126
|
+
Indicates if the plugin is disabled or not
|
|
1127
|
+
|
|
1128
|
+
### `html` (object)
|
|
1129
|
+
|
|
1130
|
+
Properties of the `html` object:
|
|
1131
|
+
|
|
1132
|
+
#### `disabled` (boolean)
|
|
1133
|
+
|
|
1134
|
+
Indicates if the plugin is disabled or not
|
|
1135
|
+
|
|
1136
|
+
### `italic` (object)
|
|
1137
|
+
|
|
1138
|
+
Properties of the `italic` object:
|
|
1139
|
+
|
|
1140
|
+
#### `disabled` (boolean)
|
|
1141
|
+
|
|
1142
|
+
Indicates if the plugin is disabled or not
|
|
1143
|
+
|
|
1144
|
+
### `ol_list` (object)
|
|
1145
|
+
|
|
1146
|
+
Properties of the `ol_list` object:
|
|
1147
|
+
|
|
1148
|
+
#### `disabled` (boolean)
|
|
1149
|
+
|
|
1150
|
+
Indicates if the plugin is disabled or not
|
|
1151
|
+
|
|
1152
|
+
### `redo` (object)
|
|
1153
|
+
|
|
1154
|
+
Properties of the `redo` object:
|
|
1155
|
+
|
|
1156
|
+
#### `disabled` (boolean)
|
|
1157
|
+
|
|
1158
|
+
Indicates if the plugin is disabled or not
|
|
1159
|
+
|
|
1160
|
+
### `strikethrough` (object)
|
|
1161
|
+
|
|
1162
|
+
Properties of the `strikethrough` object:
|
|
1163
|
+
|
|
1164
|
+
#### `disabled` (boolean)
|
|
1165
|
+
|
|
1166
|
+
Indicates if the plugin is disabled or not
|
|
1167
|
+
|
|
1168
|
+
### `sub` (object)
|
|
1169
|
+
|
|
1170
|
+
Properties of the `sub` object:
|
|
1171
|
+
|
|
1172
|
+
#### `disabled` (boolean)
|
|
1173
|
+
|
|
1174
|
+
Indicates if the plugin is disabled or not
|
|
1175
|
+
|
|
1176
|
+
### `sup` (object)
|
|
1177
|
+
|
|
1178
|
+
Properties of the `sup` object:
|
|
1179
|
+
|
|
1180
|
+
#### `disabled` (boolean)
|
|
1181
|
+
|
|
1182
|
+
Indicates if the plugin is disabled or not
|
|
1183
|
+
|
|
1184
|
+
### `table` (object)
|
|
1185
|
+
|
|
1186
|
+
Properties of the `table` object:
|
|
1187
|
+
|
|
1188
|
+
#### `disabled` (boolean)
|
|
1189
|
+
|
|
1190
|
+
Indicates if the plugin is disabled or not
|
|
1191
|
+
|
|
1192
|
+
### `ul_list` (object)
|
|
1193
|
+
|
|
1194
|
+
Properties of the `ul_list` object:
|
|
1195
|
+
|
|
1196
|
+
#### `disabled` (boolean)
|
|
1197
|
+
|
|
1198
|
+
Indicates if the plugin is disabled or not
|
|
1199
|
+
|
|
1200
|
+
### `underline` (object)
|
|
1201
|
+
|
|
1202
|
+
Properties of the `underline` object:
|
|
1203
|
+
|
|
1204
|
+
#### `disabled` (boolean)
|
|
1205
|
+
|
|
1206
|
+
Indicates if the plugin is disabled or not
|
|
1207
|
+
|
|
1208
|
+
### `undo` (object)
|
|
1209
|
+
|
|
1210
|
+
Properties of the `undo` object:
|
|
1211
|
+
|
|
1212
|
+
#### `disabled` (boolean)
|
|
1213
|
+
|
|
1214
|
+
Indicates if the plugin is disabled or not
|
|
1215
|
+
|
|
800
1216
|
## `required` (boolean)
|
|
801
1217
|
|
|
802
1218
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1029,6 +1445,110 @@ Properties of the `h3` object:
|
|
|
1029
1445
|
|
|
1030
1446
|
Indicates if the plugin is disabled or not
|
|
1031
1447
|
|
|
1448
|
+
### `languageCharacters` (object)
|
|
1449
|
+
|
|
1450
|
+
Properties of the `languageCharacters` object:
|
|
1451
|
+
|
|
1452
|
+
#### `disabled` (boolean)
|
|
1453
|
+
|
|
1454
|
+
Indicates if the plugin is disabled or not
|
|
1455
|
+
|
|
1456
|
+
### `bold` (object)
|
|
1457
|
+
|
|
1458
|
+
Properties of the `bold` object:
|
|
1459
|
+
|
|
1460
|
+
#### `disabled` (boolean)
|
|
1461
|
+
|
|
1462
|
+
Indicates if the plugin is disabled or not
|
|
1463
|
+
|
|
1464
|
+
### `html` (object)
|
|
1465
|
+
|
|
1466
|
+
Properties of the `html` object:
|
|
1467
|
+
|
|
1468
|
+
#### `disabled` (boolean)
|
|
1469
|
+
|
|
1470
|
+
Indicates if the plugin is disabled or not
|
|
1471
|
+
|
|
1472
|
+
### `italic` (object)
|
|
1473
|
+
|
|
1474
|
+
Properties of the `italic` object:
|
|
1475
|
+
|
|
1476
|
+
#### `disabled` (boolean)
|
|
1477
|
+
|
|
1478
|
+
Indicates if the plugin is disabled or not
|
|
1479
|
+
|
|
1480
|
+
### `ol_list` (object)
|
|
1481
|
+
|
|
1482
|
+
Properties of the `ol_list` object:
|
|
1483
|
+
|
|
1484
|
+
#### `disabled` (boolean)
|
|
1485
|
+
|
|
1486
|
+
Indicates if the plugin is disabled or not
|
|
1487
|
+
|
|
1488
|
+
### `redo` (object)
|
|
1489
|
+
|
|
1490
|
+
Properties of the `redo` object:
|
|
1491
|
+
|
|
1492
|
+
#### `disabled` (boolean)
|
|
1493
|
+
|
|
1494
|
+
Indicates if the plugin is disabled or not
|
|
1495
|
+
|
|
1496
|
+
### `strikethrough` (object)
|
|
1497
|
+
|
|
1498
|
+
Properties of the `strikethrough` object:
|
|
1499
|
+
|
|
1500
|
+
#### `disabled` (boolean)
|
|
1501
|
+
|
|
1502
|
+
Indicates if the plugin is disabled or not
|
|
1503
|
+
|
|
1504
|
+
### `sub` (object)
|
|
1505
|
+
|
|
1506
|
+
Properties of the `sub` object:
|
|
1507
|
+
|
|
1508
|
+
#### `disabled` (boolean)
|
|
1509
|
+
|
|
1510
|
+
Indicates if the plugin is disabled or not
|
|
1511
|
+
|
|
1512
|
+
### `sup` (object)
|
|
1513
|
+
|
|
1514
|
+
Properties of the `sup` object:
|
|
1515
|
+
|
|
1516
|
+
#### `disabled` (boolean)
|
|
1517
|
+
|
|
1518
|
+
Indicates if the plugin is disabled or not
|
|
1519
|
+
|
|
1520
|
+
### `table` (object)
|
|
1521
|
+
|
|
1522
|
+
Properties of the `table` object:
|
|
1523
|
+
|
|
1524
|
+
#### `disabled` (boolean)
|
|
1525
|
+
|
|
1526
|
+
Indicates if the plugin is disabled or not
|
|
1527
|
+
|
|
1528
|
+
### `ul_list` (object)
|
|
1529
|
+
|
|
1530
|
+
Properties of the `ul_list` object:
|
|
1531
|
+
|
|
1532
|
+
#### `disabled` (boolean)
|
|
1533
|
+
|
|
1534
|
+
Indicates if the plugin is disabled or not
|
|
1535
|
+
|
|
1536
|
+
### `underline` (object)
|
|
1537
|
+
|
|
1538
|
+
Properties of the `underline` object:
|
|
1539
|
+
|
|
1540
|
+
#### `disabled` (boolean)
|
|
1541
|
+
|
|
1542
|
+
Indicates if the plugin is disabled or not
|
|
1543
|
+
|
|
1544
|
+
### `undo` (object)
|
|
1545
|
+
|
|
1546
|
+
Properties of the `undo` object:
|
|
1547
|
+
|
|
1548
|
+
#### `disabled` (boolean)
|
|
1549
|
+
|
|
1550
|
+
Indicates if the plugin is disabled or not
|
|
1551
|
+
|
|
1032
1552
|
## `EditableHtmlButtonConfigure` (object)
|
|
1033
1553
|
|
|
1034
1554
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1607,6 +2127,110 @@ Properties of the `h3` object:
|
|
|
1607
2127
|
|
|
1608
2128
|
Indicates if the plugin is disabled or not
|
|
1609
2129
|
|
|
2130
|
+
#### `languageCharacters` (object)
|
|
2131
|
+
|
|
2132
|
+
Properties of the `languageCharacters` object:
|
|
2133
|
+
|
|
2134
|
+
##### `disabled` (boolean)
|
|
2135
|
+
|
|
2136
|
+
Indicates if the plugin is disabled or not
|
|
2137
|
+
|
|
2138
|
+
#### `bold` (object)
|
|
2139
|
+
|
|
2140
|
+
Properties of the `bold` object:
|
|
2141
|
+
|
|
2142
|
+
##### `disabled` (boolean)
|
|
2143
|
+
|
|
2144
|
+
Indicates if the plugin is disabled or not
|
|
2145
|
+
|
|
2146
|
+
#### `html` (object)
|
|
2147
|
+
|
|
2148
|
+
Properties of the `html` object:
|
|
2149
|
+
|
|
2150
|
+
##### `disabled` (boolean)
|
|
2151
|
+
|
|
2152
|
+
Indicates if the plugin is disabled or not
|
|
2153
|
+
|
|
2154
|
+
#### `italic` (object)
|
|
2155
|
+
|
|
2156
|
+
Properties of the `italic` object:
|
|
2157
|
+
|
|
2158
|
+
##### `disabled` (boolean)
|
|
2159
|
+
|
|
2160
|
+
Indicates if the plugin is disabled or not
|
|
2161
|
+
|
|
2162
|
+
#### `ol_list` (object)
|
|
2163
|
+
|
|
2164
|
+
Properties of the `ol_list` object:
|
|
2165
|
+
|
|
2166
|
+
##### `disabled` (boolean)
|
|
2167
|
+
|
|
2168
|
+
Indicates if the plugin is disabled or not
|
|
2169
|
+
|
|
2170
|
+
#### `redo` (object)
|
|
2171
|
+
|
|
2172
|
+
Properties of the `redo` object:
|
|
2173
|
+
|
|
2174
|
+
##### `disabled` (boolean)
|
|
2175
|
+
|
|
2176
|
+
Indicates if the plugin is disabled or not
|
|
2177
|
+
|
|
2178
|
+
#### `strikethrough` (object)
|
|
2179
|
+
|
|
2180
|
+
Properties of the `strikethrough` object:
|
|
2181
|
+
|
|
2182
|
+
##### `disabled` (boolean)
|
|
2183
|
+
|
|
2184
|
+
Indicates if the plugin is disabled or not
|
|
2185
|
+
|
|
2186
|
+
#### `sub` (object)
|
|
2187
|
+
|
|
2188
|
+
Properties of the `sub` object:
|
|
2189
|
+
|
|
2190
|
+
##### `disabled` (boolean)
|
|
2191
|
+
|
|
2192
|
+
Indicates if the plugin is disabled or not
|
|
2193
|
+
|
|
2194
|
+
#### `sup` (object)
|
|
2195
|
+
|
|
2196
|
+
Properties of the `sup` object:
|
|
2197
|
+
|
|
2198
|
+
##### `disabled` (boolean)
|
|
2199
|
+
|
|
2200
|
+
Indicates if the plugin is disabled or not
|
|
2201
|
+
|
|
2202
|
+
#### `table` (object)
|
|
2203
|
+
|
|
2204
|
+
Properties of the `table` object:
|
|
2205
|
+
|
|
2206
|
+
##### `disabled` (boolean)
|
|
2207
|
+
|
|
2208
|
+
Indicates if the plugin is disabled or not
|
|
2209
|
+
|
|
2210
|
+
#### `ul_list` (object)
|
|
2211
|
+
|
|
2212
|
+
Properties of the `ul_list` object:
|
|
2213
|
+
|
|
2214
|
+
##### `disabled` (boolean)
|
|
2215
|
+
|
|
2216
|
+
Indicates if the plugin is disabled or not
|
|
2217
|
+
|
|
2218
|
+
#### `underline` (object)
|
|
2219
|
+
|
|
2220
|
+
Properties of the `underline` object:
|
|
2221
|
+
|
|
2222
|
+
##### `disabled` (boolean)
|
|
2223
|
+
|
|
2224
|
+
Indicates if the plugin is disabled or not
|
|
2225
|
+
|
|
2226
|
+
#### `undo` (object)
|
|
2227
|
+
|
|
2228
|
+
Properties of the `undo` object:
|
|
2229
|
+
|
|
2230
|
+
##### `disabled` (boolean)
|
|
2231
|
+
|
|
2232
|
+
Indicates if the plugin is disabled or not
|
|
2233
|
+
|
|
1610
2234
|
### `required` (boolean)
|
|
1611
2235
|
|
|
1612
2236
|
Indicates if the item is required and the value cannot be empty
|