@pie-element/fraction-model 2.0.2-next.24 → 2.0.2-next.28
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 +937 -116
- package/docs/config-schema.json.md +601 -1
- package/docs/pie-schema.json +752 -2
- package/docs/pie-schema.json.md +547 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Config Object for
|
|
1
|
+
Config Object for @pie-elements/fraction-model
|
|
2
2
|
|
|
3
3
|
The schema defines the following properties:
|
|
4
4
|
|
|
@@ -67,6 +67,126 @@ Currently, only "SVG" is supported.
|
|
|
67
67
|
|
|
68
68
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
69
69
|
|
|
70
|
+
## `blockquote` (object)
|
|
71
|
+
|
|
72
|
+
Properties of the `blockquote` object:
|
|
73
|
+
|
|
74
|
+
### `disabled` (boolean)
|
|
75
|
+
|
|
76
|
+
Indicates if the plugin is disabled or not
|
|
77
|
+
|
|
78
|
+
## `h3` (object)
|
|
79
|
+
|
|
80
|
+
Properties of the `h3` object:
|
|
81
|
+
|
|
82
|
+
### `disabled` (boolean)
|
|
83
|
+
|
|
84
|
+
Indicates if the plugin is disabled or not
|
|
85
|
+
|
|
86
|
+
## `characters` (object)
|
|
87
|
+
|
|
88
|
+
Properties of the `characters` 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
|
+
|
|
70
190
|
# `title` (object)
|
|
71
191
|
|
|
72
192
|
Properties of the `title` object:
|
|
@@ -136,6 +256,126 @@ Currently, only "SVG" is supported.
|
|
|
136
256
|
|
|
137
257
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
138
258
|
|
|
259
|
+
### `blockquote` (object)
|
|
260
|
+
|
|
261
|
+
Properties of the `blockquote` object:
|
|
262
|
+
|
|
263
|
+
#### `disabled` (boolean)
|
|
264
|
+
|
|
265
|
+
Indicates if the plugin is disabled or not
|
|
266
|
+
|
|
267
|
+
### `h3` (object)
|
|
268
|
+
|
|
269
|
+
Properties of the `h3` object:
|
|
270
|
+
|
|
271
|
+
#### `disabled` (boolean)
|
|
272
|
+
|
|
273
|
+
Indicates if the plugin is disabled or not
|
|
274
|
+
|
|
275
|
+
### `characters` (object)
|
|
276
|
+
|
|
277
|
+
Properties of the `characters` object:
|
|
278
|
+
|
|
279
|
+
#### `disabled` (boolean)
|
|
280
|
+
|
|
281
|
+
Indicates if the plugin is disabled or not
|
|
282
|
+
|
|
283
|
+
### `bold` (object)
|
|
284
|
+
|
|
285
|
+
Properties of the `bold` object:
|
|
286
|
+
|
|
287
|
+
#### `disabled` (boolean)
|
|
288
|
+
|
|
289
|
+
Indicates if the plugin is disabled or not
|
|
290
|
+
|
|
291
|
+
### `html` (object)
|
|
292
|
+
|
|
293
|
+
Properties of the `html` object:
|
|
294
|
+
|
|
295
|
+
#### `disabled` (boolean)
|
|
296
|
+
|
|
297
|
+
Indicates if the plugin is disabled or not
|
|
298
|
+
|
|
299
|
+
### `italic` (object)
|
|
300
|
+
|
|
301
|
+
Properties of the `italic` object:
|
|
302
|
+
|
|
303
|
+
#### `disabled` (boolean)
|
|
304
|
+
|
|
305
|
+
Indicates if the plugin is disabled or not
|
|
306
|
+
|
|
307
|
+
### `ol_list` (object)
|
|
308
|
+
|
|
309
|
+
Properties of the `ol_list` object:
|
|
310
|
+
|
|
311
|
+
#### `disabled` (boolean)
|
|
312
|
+
|
|
313
|
+
Indicates if the plugin is disabled or not
|
|
314
|
+
|
|
315
|
+
### `redo` (object)
|
|
316
|
+
|
|
317
|
+
Properties of the `redo` object:
|
|
318
|
+
|
|
319
|
+
#### `disabled` (boolean)
|
|
320
|
+
|
|
321
|
+
Indicates if the plugin is disabled or not
|
|
322
|
+
|
|
323
|
+
### `strikethrough` (object)
|
|
324
|
+
|
|
325
|
+
Properties of the `strikethrough` object:
|
|
326
|
+
|
|
327
|
+
#### `disabled` (boolean)
|
|
328
|
+
|
|
329
|
+
Indicates if the plugin is disabled or not
|
|
330
|
+
|
|
331
|
+
### `sub` (object)
|
|
332
|
+
|
|
333
|
+
Properties of the `sub` object:
|
|
334
|
+
|
|
335
|
+
#### `disabled` (boolean)
|
|
336
|
+
|
|
337
|
+
Indicates if the plugin is disabled or not
|
|
338
|
+
|
|
339
|
+
### `sup` (object)
|
|
340
|
+
|
|
341
|
+
Properties of the `sup` object:
|
|
342
|
+
|
|
343
|
+
#### `disabled` (boolean)
|
|
344
|
+
|
|
345
|
+
Indicates if the plugin is disabled or not
|
|
346
|
+
|
|
347
|
+
### `table` (object)
|
|
348
|
+
|
|
349
|
+
Properties of the `table` object:
|
|
350
|
+
|
|
351
|
+
#### `disabled` (boolean)
|
|
352
|
+
|
|
353
|
+
Indicates if the plugin is disabled or not
|
|
354
|
+
|
|
355
|
+
### `ul_list` (object)
|
|
356
|
+
|
|
357
|
+
Properties of the `ul_list` object:
|
|
358
|
+
|
|
359
|
+
#### `disabled` (boolean)
|
|
360
|
+
|
|
361
|
+
Indicates if the plugin is disabled or not
|
|
362
|
+
|
|
363
|
+
### `underline` (object)
|
|
364
|
+
|
|
365
|
+
Properties of the `underline` object:
|
|
366
|
+
|
|
367
|
+
#### `disabled` (boolean)
|
|
368
|
+
|
|
369
|
+
Indicates if the plugin is disabled or not
|
|
370
|
+
|
|
371
|
+
### `undo` (object)
|
|
372
|
+
|
|
373
|
+
Properties of the `undo` object:
|
|
374
|
+
|
|
375
|
+
#### `disabled` (boolean)
|
|
376
|
+
|
|
377
|
+
Indicates if the plugin is disabled or not
|
|
378
|
+
|
|
139
379
|
## `settings` (boolean)
|
|
140
380
|
|
|
141
381
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -213,6 +453,126 @@ Currently, only "SVG" is supported.
|
|
|
213
453
|
|
|
214
454
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
215
455
|
|
|
456
|
+
### `blockquote` (object)
|
|
457
|
+
|
|
458
|
+
Properties of the `blockquote` object:
|
|
459
|
+
|
|
460
|
+
#### `disabled` (boolean)
|
|
461
|
+
|
|
462
|
+
Indicates if the plugin is disabled or not
|
|
463
|
+
|
|
464
|
+
### `h3` (object)
|
|
465
|
+
|
|
466
|
+
Properties of the `h3` object:
|
|
467
|
+
|
|
468
|
+
#### `disabled` (boolean)
|
|
469
|
+
|
|
470
|
+
Indicates if the plugin is disabled or not
|
|
471
|
+
|
|
472
|
+
### `characters` (object)
|
|
473
|
+
|
|
474
|
+
Properties of the `characters` object:
|
|
475
|
+
|
|
476
|
+
#### `disabled` (boolean)
|
|
477
|
+
|
|
478
|
+
Indicates if the plugin is disabled or not
|
|
479
|
+
|
|
480
|
+
### `bold` (object)
|
|
481
|
+
|
|
482
|
+
Properties of the `bold` object:
|
|
483
|
+
|
|
484
|
+
#### `disabled` (boolean)
|
|
485
|
+
|
|
486
|
+
Indicates if the plugin is disabled or not
|
|
487
|
+
|
|
488
|
+
### `html` (object)
|
|
489
|
+
|
|
490
|
+
Properties of the `html` object:
|
|
491
|
+
|
|
492
|
+
#### `disabled` (boolean)
|
|
493
|
+
|
|
494
|
+
Indicates if the plugin is disabled or not
|
|
495
|
+
|
|
496
|
+
### `italic` (object)
|
|
497
|
+
|
|
498
|
+
Properties of the `italic` object:
|
|
499
|
+
|
|
500
|
+
#### `disabled` (boolean)
|
|
501
|
+
|
|
502
|
+
Indicates if the plugin is disabled or not
|
|
503
|
+
|
|
504
|
+
### `ol_list` (object)
|
|
505
|
+
|
|
506
|
+
Properties of the `ol_list` object:
|
|
507
|
+
|
|
508
|
+
#### `disabled` (boolean)
|
|
509
|
+
|
|
510
|
+
Indicates if the plugin is disabled or not
|
|
511
|
+
|
|
512
|
+
### `redo` (object)
|
|
513
|
+
|
|
514
|
+
Properties of the `redo` object:
|
|
515
|
+
|
|
516
|
+
#### `disabled` (boolean)
|
|
517
|
+
|
|
518
|
+
Indicates if the plugin is disabled or not
|
|
519
|
+
|
|
520
|
+
### `strikethrough` (object)
|
|
521
|
+
|
|
522
|
+
Properties of the `strikethrough` object:
|
|
523
|
+
|
|
524
|
+
#### `disabled` (boolean)
|
|
525
|
+
|
|
526
|
+
Indicates if the plugin is disabled or not
|
|
527
|
+
|
|
528
|
+
### `sub` (object)
|
|
529
|
+
|
|
530
|
+
Properties of the `sub` object:
|
|
531
|
+
|
|
532
|
+
#### `disabled` (boolean)
|
|
533
|
+
|
|
534
|
+
Indicates if the plugin is disabled or not
|
|
535
|
+
|
|
536
|
+
### `sup` (object)
|
|
537
|
+
|
|
538
|
+
Properties of the `sup` object:
|
|
539
|
+
|
|
540
|
+
#### `disabled` (boolean)
|
|
541
|
+
|
|
542
|
+
Indicates if the plugin is disabled or not
|
|
543
|
+
|
|
544
|
+
### `table` (object)
|
|
545
|
+
|
|
546
|
+
Properties of the `table` object:
|
|
547
|
+
|
|
548
|
+
#### `disabled` (boolean)
|
|
549
|
+
|
|
550
|
+
Indicates if the plugin is disabled or not
|
|
551
|
+
|
|
552
|
+
### `ul_list` (object)
|
|
553
|
+
|
|
554
|
+
Properties of the `ul_list` object:
|
|
555
|
+
|
|
556
|
+
#### `disabled` (boolean)
|
|
557
|
+
|
|
558
|
+
Indicates if the plugin is disabled or not
|
|
559
|
+
|
|
560
|
+
### `underline` (object)
|
|
561
|
+
|
|
562
|
+
Properties of the `underline` object:
|
|
563
|
+
|
|
564
|
+
#### `disabled` (boolean)
|
|
565
|
+
|
|
566
|
+
Indicates if the plugin is disabled or not
|
|
567
|
+
|
|
568
|
+
### `undo` (object)
|
|
569
|
+
|
|
570
|
+
Properties of the `undo` object:
|
|
571
|
+
|
|
572
|
+
#### `disabled` (boolean)
|
|
573
|
+
|
|
574
|
+
Indicates if the plugin is disabled or not
|
|
575
|
+
|
|
216
576
|
## `settings` (boolean)
|
|
217
577
|
|
|
218
578
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -476,6 +836,126 @@ Currently, only "SVG" is supported.
|
|
|
476
836
|
|
|
477
837
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
478
838
|
|
|
839
|
+
### `blockquote` (object)
|
|
840
|
+
|
|
841
|
+
Properties of the `blockquote` object:
|
|
842
|
+
|
|
843
|
+
#### `disabled` (boolean)
|
|
844
|
+
|
|
845
|
+
Indicates if the plugin is disabled or not
|
|
846
|
+
|
|
847
|
+
### `h3` (object)
|
|
848
|
+
|
|
849
|
+
Properties of the `h3` object:
|
|
850
|
+
|
|
851
|
+
#### `disabled` (boolean)
|
|
852
|
+
|
|
853
|
+
Indicates if the plugin is disabled or not
|
|
854
|
+
|
|
855
|
+
### `characters` (object)
|
|
856
|
+
|
|
857
|
+
Properties of the `characters` object:
|
|
858
|
+
|
|
859
|
+
#### `disabled` (boolean)
|
|
860
|
+
|
|
861
|
+
Indicates if the plugin is disabled or not
|
|
862
|
+
|
|
863
|
+
### `bold` (object)
|
|
864
|
+
|
|
865
|
+
Properties of the `bold` object:
|
|
866
|
+
|
|
867
|
+
#### `disabled` (boolean)
|
|
868
|
+
|
|
869
|
+
Indicates if the plugin is disabled or not
|
|
870
|
+
|
|
871
|
+
### `html` (object)
|
|
872
|
+
|
|
873
|
+
Properties of the `html` object:
|
|
874
|
+
|
|
875
|
+
#### `disabled` (boolean)
|
|
876
|
+
|
|
877
|
+
Indicates if the plugin is disabled or not
|
|
878
|
+
|
|
879
|
+
### `italic` (object)
|
|
880
|
+
|
|
881
|
+
Properties of the `italic` object:
|
|
882
|
+
|
|
883
|
+
#### `disabled` (boolean)
|
|
884
|
+
|
|
885
|
+
Indicates if the plugin is disabled or not
|
|
886
|
+
|
|
887
|
+
### `ol_list` (object)
|
|
888
|
+
|
|
889
|
+
Properties of the `ol_list` object:
|
|
890
|
+
|
|
891
|
+
#### `disabled` (boolean)
|
|
892
|
+
|
|
893
|
+
Indicates if the plugin is disabled or not
|
|
894
|
+
|
|
895
|
+
### `redo` (object)
|
|
896
|
+
|
|
897
|
+
Properties of the `redo` object:
|
|
898
|
+
|
|
899
|
+
#### `disabled` (boolean)
|
|
900
|
+
|
|
901
|
+
Indicates if the plugin is disabled or not
|
|
902
|
+
|
|
903
|
+
### `strikethrough` (object)
|
|
904
|
+
|
|
905
|
+
Properties of the `strikethrough` object:
|
|
906
|
+
|
|
907
|
+
#### `disabled` (boolean)
|
|
908
|
+
|
|
909
|
+
Indicates if the plugin is disabled or not
|
|
910
|
+
|
|
911
|
+
### `sub` (object)
|
|
912
|
+
|
|
913
|
+
Properties of the `sub` object:
|
|
914
|
+
|
|
915
|
+
#### `disabled` (boolean)
|
|
916
|
+
|
|
917
|
+
Indicates if the plugin is disabled or not
|
|
918
|
+
|
|
919
|
+
### `sup` (object)
|
|
920
|
+
|
|
921
|
+
Properties of the `sup` object:
|
|
922
|
+
|
|
923
|
+
#### `disabled` (boolean)
|
|
924
|
+
|
|
925
|
+
Indicates if the plugin is disabled or not
|
|
926
|
+
|
|
927
|
+
### `table` (object)
|
|
928
|
+
|
|
929
|
+
Properties of the `table` object:
|
|
930
|
+
|
|
931
|
+
#### `disabled` (boolean)
|
|
932
|
+
|
|
933
|
+
Indicates if the plugin is disabled or not
|
|
934
|
+
|
|
935
|
+
### `ul_list` (object)
|
|
936
|
+
|
|
937
|
+
Properties of the `ul_list` object:
|
|
938
|
+
|
|
939
|
+
#### `disabled` (boolean)
|
|
940
|
+
|
|
941
|
+
Indicates if the plugin is disabled or not
|
|
942
|
+
|
|
943
|
+
### `underline` (object)
|
|
944
|
+
|
|
945
|
+
Properties of the `underline` object:
|
|
946
|
+
|
|
947
|
+
#### `disabled` (boolean)
|
|
948
|
+
|
|
949
|
+
Indicates if the plugin is disabled or not
|
|
950
|
+
|
|
951
|
+
### `undo` (object)
|
|
952
|
+
|
|
953
|
+
Properties of the `undo` object:
|
|
954
|
+
|
|
955
|
+
#### `disabled` (boolean)
|
|
956
|
+
|
|
957
|
+
Indicates if the plugin is disabled or not
|
|
958
|
+
|
|
479
959
|
## `EditableHtmlButtonConfigure` (object)
|
|
480
960
|
|
|
481
961
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -576,6 +1056,126 @@ Currently, only "SVG" is supported.
|
|
|
576
1056
|
|
|
577
1057
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
578
1058
|
|
|
1059
|
+
#### `blockquote` (object)
|
|
1060
|
+
|
|
1061
|
+
Properties of the `blockquote` object:
|
|
1062
|
+
|
|
1063
|
+
##### `disabled` (boolean)
|
|
1064
|
+
|
|
1065
|
+
Indicates if the plugin is disabled or not
|
|
1066
|
+
|
|
1067
|
+
#### `h3` (object)
|
|
1068
|
+
|
|
1069
|
+
Properties of the `h3` object:
|
|
1070
|
+
|
|
1071
|
+
##### `disabled` (boolean)
|
|
1072
|
+
|
|
1073
|
+
Indicates if the plugin is disabled or not
|
|
1074
|
+
|
|
1075
|
+
#### `characters` (object)
|
|
1076
|
+
|
|
1077
|
+
Properties of the `characters` object:
|
|
1078
|
+
|
|
1079
|
+
##### `disabled` (boolean)
|
|
1080
|
+
|
|
1081
|
+
Indicates if the plugin is disabled or not
|
|
1082
|
+
|
|
1083
|
+
#### `bold` (object)
|
|
1084
|
+
|
|
1085
|
+
Properties of the `bold` object:
|
|
1086
|
+
|
|
1087
|
+
##### `disabled` (boolean)
|
|
1088
|
+
|
|
1089
|
+
Indicates if the plugin is disabled or not
|
|
1090
|
+
|
|
1091
|
+
#### `html` (object)
|
|
1092
|
+
|
|
1093
|
+
Properties of the `html` object:
|
|
1094
|
+
|
|
1095
|
+
##### `disabled` (boolean)
|
|
1096
|
+
|
|
1097
|
+
Indicates if the plugin is disabled or not
|
|
1098
|
+
|
|
1099
|
+
#### `italic` (object)
|
|
1100
|
+
|
|
1101
|
+
Properties of the `italic` object:
|
|
1102
|
+
|
|
1103
|
+
##### `disabled` (boolean)
|
|
1104
|
+
|
|
1105
|
+
Indicates if the plugin is disabled or not
|
|
1106
|
+
|
|
1107
|
+
#### `ol_list` (object)
|
|
1108
|
+
|
|
1109
|
+
Properties of the `ol_list` object:
|
|
1110
|
+
|
|
1111
|
+
##### `disabled` (boolean)
|
|
1112
|
+
|
|
1113
|
+
Indicates if the plugin is disabled or not
|
|
1114
|
+
|
|
1115
|
+
#### `redo` (object)
|
|
1116
|
+
|
|
1117
|
+
Properties of the `redo` object:
|
|
1118
|
+
|
|
1119
|
+
##### `disabled` (boolean)
|
|
1120
|
+
|
|
1121
|
+
Indicates if the plugin is disabled or not
|
|
1122
|
+
|
|
1123
|
+
#### `strikethrough` (object)
|
|
1124
|
+
|
|
1125
|
+
Properties of the `strikethrough` object:
|
|
1126
|
+
|
|
1127
|
+
##### `disabled` (boolean)
|
|
1128
|
+
|
|
1129
|
+
Indicates if the plugin is disabled or not
|
|
1130
|
+
|
|
1131
|
+
#### `sub` (object)
|
|
1132
|
+
|
|
1133
|
+
Properties of the `sub` object:
|
|
1134
|
+
|
|
1135
|
+
##### `disabled` (boolean)
|
|
1136
|
+
|
|
1137
|
+
Indicates if the plugin is disabled or not
|
|
1138
|
+
|
|
1139
|
+
#### `sup` (object)
|
|
1140
|
+
|
|
1141
|
+
Properties of the `sup` object:
|
|
1142
|
+
|
|
1143
|
+
##### `disabled` (boolean)
|
|
1144
|
+
|
|
1145
|
+
Indicates if the plugin is disabled or not
|
|
1146
|
+
|
|
1147
|
+
#### `table` (object)
|
|
1148
|
+
|
|
1149
|
+
Properties of the `table` object:
|
|
1150
|
+
|
|
1151
|
+
##### `disabled` (boolean)
|
|
1152
|
+
|
|
1153
|
+
Indicates if the plugin is disabled or not
|
|
1154
|
+
|
|
1155
|
+
#### `ul_list` (object)
|
|
1156
|
+
|
|
1157
|
+
Properties of the `ul_list` object:
|
|
1158
|
+
|
|
1159
|
+
##### `disabled` (boolean)
|
|
1160
|
+
|
|
1161
|
+
Indicates if the plugin is disabled or not
|
|
1162
|
+
|
|
1163
|
+
#### `underline` (object)
|
|
1164
|
+
|
|
1165
|
+
Properties of the `underline` object:
|
|
1166
|
+
|
|
1167
|
+
##### `disabled` (boolean)
|
|
1168
|
+
|
|
1169
|
+
Indicates if the plugin is disabled or not
|
|
1170
|
+
|
|
1171
|
+
#### `undo` (object)
|
|
1172
|
+
|
|
1173
|
+
Properties of the `undo` object:
|
|
1174
|
+
|
|
1175
|
+
##### `disabled` (boolean)
|
|
1176
|
+
|
|
1177
|
+
Indicates if the plugin is disabled or not
|
|
1178
|
+
|
|
579
1179
|
### `settings` (boolean)
|
|
580
1180
|
|
|
581
1181
|
Indicates if the item has to be displayed in the Settings Panel
|