@pie-element/hotspot 6.26.3-next.9 → 6.26.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 +1057 -199
- 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
|
# `multipleCorrect` (object)
|
|
87
191
|
|
|
88
192
|
Properties of the `multipleCorrect` object:
|
|
@@ -192,6 +296,110 @@ Properties of the `h3` object:
|
|
|
192
296
|
|
|
193
297
|
Indicates if the plugin is disabled or not
|
|
194
298
|
|
|
299
|
+
### `languageCharacters` (object)
|
|
300
|
+
|
|
301
|
+
Properties of the `languageCharacters` object:
|
|
302
|
+
|
|
303
|
+
#### `disabled` (boolean)
|
|
304
|
+
|
|
305
|
+
Indicates if the plugin is disabled or not
|
|
306
|
+
|
|
307
|
+
### `bold` (object)
|
|
308
|
+
|
|
309
|
+
Properties of the `bold` object:
|
|
310
|
+
|
|
311
|
+
#### `disabled` (boolean)
|
|
312
|
+
|
|
313
|
+
Indicates if the plugin is disabled or not
|
|
314
|
+
|
|
315
|
+
### `html` (object)
|
|
316
|
+
|
|
317
|
+
Properties of the `html` object:
|
|
318
|
+
|
|
319
|
+
#### `disabled` (boolean)
|
|
320
|
+
|
|
321
|
+
Indicates if the plugin is disabled or not
|
|
322
|
+
|
|
323
|
+
### `italic` (object)
|
|
324
|
+
|
|
325
|
+
Properties of the `italic` object:
|
|
326
|
+
|
|
327
|
+
#### `disabled` (boolean)
|
|
328
|
+
|
|
329
|
+
Indicates if the plugin is disabled or not
|
|
330
|
+
|
|
331
|
+
### `ol_list` (object)
|
|
332
|
+
|
|
333
|
+
Properties of the `ol_list` object:
|
|
334
|
+
|
|
335
|
+
#### `disabled` (boolean)
|
|
336
|
+
|
|
337
|
+
Indicates if the plugin is disabled or not
|
|
338
|
+
|
|
339
|
+
### `redo` (object)
|
|
340
|
+
|
|
341
|
+
Properties of the `redo` object:
|
|
342
|
+
|
|
343
|
+
#### `disabled` (boolean)
|
|
344
|
+
|
|
345
|
+
Indicates if the plugin is disabled or not
|
|
346
|
+
|
|
347
|
+
### `strikethrough` (object)
|
|
348
|
+
|
|
349
|
+
Properties of the `strikethrough` object:
|
|
350
|
+
|
|
351
|
+
#### `disabled` (boolean)
|
|
352
|
+
|
|
353
|
+
Indicates if the plugin is disabled or not
|
|
354
|
+
|
|
355
|
+
### `sub` (object)
|
|
356
|
+
|
|
357
|
+
Properties of the `sub` object:
|
|
358
|
+
|
|
359
|
+
#### `disabled` (boolean)
|
|
360
|
+
|
|
361
|
+
Indicates if the plugin is disabled or not
|
|
362
|
+
|
|
363
|
+
### `sup` (object)
|
|
364
|
+
|
|
365
|
+
Properties of the `sup` object:
|
|
366
|
+
|
|
367
|
+
#### `disabled` (boolean)
|
|
368
|
+
|
|
369
|
+
Indicates if the plugin is disabled or not
|
|
370
|
+
|
|
371
|
+
### `table` (object)
|
|
372
|
+
|
|
373
|
+
Properties of the `table` object:
|
|
374
|
+
|
|
375
|
+
#### `disabled` (boolean)
|
|
376
|
+
|
|
377
|
+
Indicates if the plugin is disabled or not
|
|
378
|
+
|
|
379
|
+
### `ul_list` (object)
|
|
380
|
+
|
|
381
|
+
Properties of the `ul_list` object:
|
|
382
|
+
|
|
383
|
+
#### `disabled` (boolean)
|
|
384
|
+
|
|
385
|
+
Indicates if the plugin is disabled or not
|
|
386
|
+
|
|
387
|
+
### `underline` (object)
|
|
388
|
+
|
|
389
|
+
Properties of the `underline` object:
|
|
390
|
+
|
|
391
|
+
#### `disabled` (boolean)
|
|
392
|
+
|
|
393
|
+
Indicates if the plugin is disabled or not
|
|
394
|
+
|
|
395
|
+
### `undo` (object)
|
|
396
|
+
|
|
397
|
+
Properties of the `undo` object:
|
|
398
|
+
|
|
399
|
+
#### `disabled` (boolean)
|
|
400
|
+
|
|
401
|
+
Indicates if the plugin is disabled or not
|
|
402
|
+
|
|
195
403
|
## `required` (boolean)
|
|
196
404
|
|
|
197
405
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -289,6 +497,110 @@ Properties of the `h3` object:
|
|
|
289
497
|
|
|
290
498
|
Indicates if the plugin is disabled or not
|
|
291
499
|
|
|
500
|
+
### `languageCharacters` (object)
|
|
501
|
+
|
|
502
|
+
Properties of the `languageCharacters` object:
|
|
503
|
+
|
|
504
|
+
#### `disabled` (boolean)
|
|
505
|
+
|
|
506
|
+
Indicates if the plugin is disabled or not
|
|
507
|
+
|
|
508
|
+
### `bold` (object)
|
|
509
|
+
|
|
510
|
+
Properties of the `bold` object:
|
|
511
|
+
|
|
512
|
+
#### `disabled` (boolean)
|
|
513
|
+
|
|
514
|
+
Indicates if the plugin is disabled or not
|
|
515
|
+
|
|
516
|
+
### `html` (object)
|
|
517
|
+
|
|
518
|
+
Properties of the `html` object:
|
|
519
|
+
|
|
520
|
+
#### `disabled` (boolean)
|
|
521
|
+
|
|
522
|
+
Indicates if the plugin is disabled or not
|
|
523
|
+
|
|
524
|
+
### `italic` (object)
|
|
525
|
+
|
|
526
|
+
Properties of the `italic` object:
|
|
527
|
+
|
|
528
|
+
#### `disabled` (boolean)
|
|
529
|
+
|
|
530
|
+
Indicates if the plugin is disabled or not
|
|
531
|
+
|
|
532
|
+
### `ol_list` (object)
|
|
533
|
+
|
|
534
|
+
Properties of the `ol_list` object:
|
|
535
|
+
|
|
536
|
+
#### `disabled` (boolean)
|
|
537
|
+
|
|
538
|
+
Indicates if the plugin is disabled or not
|
|
539
|
+
|
|
540
|
+
### `redo` (object)
|
|
541
|
+
|
|
542
|
+
Properties of the `redo` object:
|
|
543
|
+
|
|
544
|
+
#### `disabled` (boolean)
|
|
545
|
+
|
|
546
|
+
Indicates if the plugin is disabled or not
|
|
547
|
+
|
|
548
|
+
### `strikethrough` (object)
|
|
549
|
+
|
|
550
|
+
Properties of the `strikethrough` object:
|
|
551
|
+
|
|
552
|
+
#### `disabled` (boolean)
|
|
553
|
+
|
|
554
|
+
Indicates if the plugin is disabled or not
|
|
555
|
+
|
|
556
|
+
### `sub` (object)
|
|
557
|
+
|
|
558
|
+
Properties of the `sub` object:
|
|
559
|
+
|
|
560
|
+
#### `disabled` (boolean)
|
|
561
|
+
|
|
562
|
+
Indicates if the plugin is disabled or not
|
|
563
|
+
|
|
564
|
+
### `sup` (object)
|
|
565
|
+
|
|
566
|
+
Properties of the `sup` object:
|
|
567
|
+
|
|
568
|
+
#### `disabled` (boolean)
|
|
569
|
+
|
|
570
|
+
Indicates if the plugin is disabled or not
|
|
571
|
+
|
|
572
|
+
### `table` (object)
|
|
573
|
+
|
|
574
|
+
Properties of the `table` object:
|
|
575
|
+
|
|
576
|
+
#### `disabled` (boolean)
|
|
577
|
+
|
|
578
|
+
Indicates if the plugin is disabled or not
|
|
579
|
+
|
|
580
|
+
### `ul_list` (object)
|
|
581
|
+
|
|
582
|
+
Properties of the `ul_list` object:
|
|
583
|
+
|
|
584
|
+
#### `disabled` (boolean)
|
|
585
|
+
|
|
586
|
+
Indicates if the plugin is disabled or not
|
|
587
|
+
|
|
588
|
+
### `underline` (object)
|
|
589
|
+
|
|
590
|
+
Properties of the `underline` object:
|
|
591
|
+
|
|
592
|
+
#### `disabled` (boolean)
|
|
593
|
+
|
|
594
|
+
Indicates if the plugin is disabled or not
|
|
595
|
+
|
|
596
|
+
### `undo` (object)
|
|
597
|
+
|
|
598
|
+
Properties of the `undo` object:
|
|
599
|
+
|
|
600
|
+
#### `disabled` (boolean)
|
|
601
|
+
|
|
602
|
+
Indicates if the plugin is disabled or not
|
|
603
|
+
|
|
292
604
|
## `required` (boolean)
|
|
293
605
|
|
|
294
606
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -386,6 +698,110 @@ Properties of the `h3` object:
|
|
|
386
698
|
|
|
387
699
|
Indicates if the plugin is disabled or not
|
|
388
700
|
|
|
701
|
+
### `languageCharacters` (object)
|
|
702
|
+
|
|
703
|
+
Properties of the `languageCharacters` object:
|
|
704
|
+
|
|
705
|
+
#### `disabled` (boolean)
|
|
706
|
+
|
|
707
|
+
Indicates if the plugin is disabled or not
|
|
708
|
+
|
|
709
|
+
### `bold` (object)
|
|
710
|
+
|
|
711
|
+
Properties of the `bold` object:
|
|
712
|
+
|
|
713
|
+
#### `disabled` (boolean)
|
|
714
|
+
|
|
715
|
+
Indicates if the plugin is disabled or not
|
|
716
|
+
|
|
717
|
+
### `html` (object)
|
|
718
|
+
|
|
719
|
+
Properties of the `html` object:
|
|
720
|
+
|
|
721
|
+
#### `disabled` (boolean)
|
|
722
|
+
|
|
723
|
+
Indicates if the plugin is disabled or not
|
|
724
|
+
|
|
725
|
+
### `italic` (object)
|
|
726
|
+
|
|
727
|
+
Properties of the `italic` object:
|
|
728
|
+
|
|
729
|
+
#### `disabled` (boolean)
|
|
730
|
+
|
|
731
|
+
Indicates if the plugin is disabled or not
|
|
732
|
+
|
|
733
|
+
### `ol_list` (object)
|
|
734
|
+
|
|
735
|
+
Properties of the `ol_list` object:
|
|
736
|
+
|
|
737
|
+
#### `disabled` (boolean)
|
|
738
|
+
|
|
739
|
+
Indicates if the plugin is disabled or not
|
|
740
|
+
|
|
741
|
+
### `redo` (object)
|
|
742
|
+
|
|
743
|
+
Properties of the `redo` object:
|
|
744
|
+
|
|
745
|
+
#### `disabled` (boolean)
|
|
746
|
+
|
|
747
|
+
Indicates if the plugin is disabled or not
|
|
748
|
+
|
|
749
|
+
### `strikethrough` (object)
|
|
750
|
+
|
|
751
|
+
Properties of the `strikethrough` object:
|
|
752
|
+
|
|
753
|
+
#### `disabled` (boolean)
|
|
754
|
+
|
|
755
|
+
Indicates if the plugin is disabled or not
|
|
756
|
+
|
|
757
|
+
### `sub` (object)
|
|
758
|
+
|
|
759
|
+
Properties of the `sub` object:
|
|
760
|
+
|
|
761
|
+
#### `disabled` (boolean)
|
|
762
|
+
|
|
763
|
+
Indicates if the plugin is disabled or not
|
|
764
|
+
|
|
765
|
+
### `sup` (object)
|
|
766
|
+
|
|
767
|
+
Properties of the `sup` object:
|
|
768
|
+
|
|
769
|
+
#### `disabled` (boolean)
|
|
770
|
+
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
772
|
+
|
|
773
|
+
### `table` (object)
|
|
774
|
+
|
|
775
|
+
Properties of the `table` object:
|
|
776
|
+
|
|
777
|
+
#### `disabled` (boolean)
|
|
778
|
+
|
|
779
|
+
Indicates if the plugin is disabled or not
|
|
780
|
+
|
|
781
|
+
### `ul_list` (object)
|
|
782
|
+
|
|
783
|
+
Properties of the `ul_list` object:
|
|
784
|
+
|
|
785
|
+
#### `disabled` (boolean)
|
|
786
|
+
|
|
787
|
+
Indicates if the plugin is disabled or not
|
|
788
|
+
|
|
789
|
+
### `underline` (object)
|
|
790
|
+
|
|
791
|
+
Properties of the `underline` object:
|
|
792
|
+
|
|
793
|
+
#### `disabled` (boolean)
|
|
794
|
+
|
|
795
|
+
Indicates if the plugin is disabled or not
|
|
796
|
+
|
|
797
|
+
### `undo` (object)
|
|
798
|
+
|
|
799
|
+
Properties of the `undo` object:
|
|
800
|
+
|
|
801
|
+
#### `disabled` (boolean)
|
|
802
|
+
|
|
803
|
+
Indicates if the plugin is disabled or not
|
|
804
|
+
|
|
389
805
|
## `required` (boolean)
|
|
390
806
|
|
|
391
807
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -673,6 +1089,110 @@ Properties of the `h3` object:
|
|
|
673
1089
|
|
|
674
1090
|
Indicates if the plugin is disabled or not
|
|
675
1091
|
|
|
1092
|
+
### `languageCharacters` (object)
|
|
1093
|
+
|
|
1094
|
+
Properties of the `languageCharacters` object:
|
|
1095
|
+
|
|
1096
|
+
#### `disabled` (boolean)
|
|
1097
|
+
|
|
1098
|
+
Indicates if the plugin is disabled or not
|
|
1099
|
+
|
|
1100
|
+
### `bold` (object)
|
|
1101
|
+
|
|
1102
|
+
Properties of the `bold` object:
|
|
1103
|
+
|
|
1104
|
+
#### `disabled` (boolean)
|
|
1105
|
+
|
|
1106
|
+
Indicates if the plugin is disabled or not
|
|
1107
|
+
|
|
1108
|
+
### `html` (object)
|
|
1109
|
+
|
|
1110
|
+
Properties of the `html` object:
|
|
1111
|
+
|
|
1112
|
+
#### `disabled` (boolean)
|
|
1113
|
+
|
|
1114
|
+
Indicates if the plugin is disabled or not
|
|
1115
|
+
|
|
1116
|
+
### `italic` (object)
|
|
1117
|
+
|
|
1118
|
+
Properties of the `italic` object:
|
|
1119
|
+
|
|
1120
|
+
#### `disabled` (boolean)
|
|
1121
|
+
|
|
1122
|
+
Indicates if the plugin is disabled or not
|
|
1123
|
+
|
|
1124
|
+
### `ol_list` (object)
|
|
1125
|
+
|
|
1126
|
+
Properties of the `ol_list` object:
|
|
1127
|
+
|
|
1128
|
+
#### `disabled` (boolean)
|
|
1129
|
+
|
|
1130
|
+
Indicates if the plugin is disabled or not
|
|
1131
|
+
|
|
1132
|
+
### `redo` (object)
|
|
1133
|
+
|
|
1134
|
+
Properties of the `redo` object:
|
|
1135
|
+
|
|
1136
|
+
#### `disabled` (boolean)
|
|
1137
|
+
|
|
1138
|
+
Indicates if the plugin is disabled or not
|
|
1139
|
+
|
|
1140
|
+
### `strikethrough` (object)
|
|
1141
|
+
|
|
1142
|
+
Properties of the `strikethrough` object:
|
|
1143
|
+
|
|
1144
|
+
#### `disabled` (boolean)
|
|
1145
|
+
|
|
1146
|
+
Indicates if the plugin is disabled or not
|
|
1147
|
+
|
|
1148
|
+
### `sub` (object)
|
|
1149
|
+
|
|
1150
|
+
Properties of the `sub` object:
|
|
1151
|
+
|
|
1152
|
+
#### `disabled` (boolean)
|
|
1153
|
+
|
|
1154
|
+
Indicates if the plugin is disabled or not
|
|
1155
|
+
|
|
1156
|
+
### `sup` (object)
|
|
1157
|
+
|
|
1158
|
+
Properties of the `sup` object:
|
|
1159
|
+
|
|
1160
|
+
#### `disabled` (boolean)
|
|
1161
|
+
|
|
1162
|
+
Indicates if the plugin is disabled or not
|
|
1163
|
+
|
|
1164
|
+
### `table` (object)
|
|
1165
|
+
|
|
1166
|
+
Properties of the `table` object:
|
|
1167
|
+
|
|
1168
|
+
#### `disabled` (boolean)
|
|
1169
|
+
|
|
1170
|
+
Indicates if the plugin is disabled or not
|
|
1171
|
+
|
|
1172
|
+
### `ul_list` (object)
|
|
1173
|
+
|
|
1174
|
+
Properties of the `ul_list` object:
|
|
1175
|
+
|
|
1176
|
+
#### `disabled` (boolean)
|
|
1177
|
+
|
|
1178
|
+
Indicates if the plugin is disabled or not
|
|
1179
|
+
|
|
1180
|
+
### `underline` (object)
|
|
1181
|
+
|
|
1182
|
+
Properties of the `underline` object:
|
|
1183
|
+
|
|
1184
|
+
#### `disabled` (boolean)
|
|
1185
|
+
|
|
1186
|
+
Indicates if the plugin is disabled or not
|
|
1187
|
+
|
|
1188
|
+
### `undo` (object)
|
|
1189
|
+
|
|
1190
|
+
Properties of the `undo` object:
|
|
1191
|
+
|
|
1192
|
+
#### `disabled` (boolean)
|
|
1193
|
+
|
|
1194
|
+
Indicates if the plugin is disabled or not
|
|
1195
|
+
|
|
676
1196
|
## `EditableHtmlButtonConfigure` (object)
|
|
677
1197
|
|
|
678
1198
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -801,6 +1321,110 @@ Properties of the `h3` object:
|
|
|
801
1321
|
|
|
802
1322
|
Indicates if the plugin is disabled or not
|
|
803
1323
|
|
|
1324
|
+
#### `languageCharacters` (object)
|
|
1325
|
+
|
|
1326
|
+
Properties of the `languageCharacters` object:
|
|
1327
|
+
|
|
1328
|
+
##### `disabled` (boolean)
|
|
1329
|
+
|
|
1330
|
+
Indicates if the plugin is disabled or not
|
|
1331
|
+
|
|
1332
|
+
#### `bold` (object)
|
|
1333
|
+
|
|
1334
|
+
Properties of the `bold` object:
|
|
1335
|
+
|
|
1336
|
+
##### `disabled` (boolean)
|
|
1337
|
+
|
|
1338
|
+
Indicates if the plugin is disabled or not
|
|
1339
|
+
|
|
1340
|
+
#### `html` (object)
|
|
1341
|
+
|
|
1342
|
+
Properties of the `html` object:
|
|
1343
|
+
|
|
1344
|
+
##### `disabled` (boolean)
|
|
1345
|
+
|
|
1346
|
+
Indicates if the plugin is disabled or not
|
|
1347
|
+
|
|
1348
|
+
#### `italic` (object)
|
|
1349
|
+
|
|
1350
|
+
Properties of the `italic` object:
|
|
1351
|
+
|
|
1352
|
+
##### `disabled` (boolean)
|
|
1353
|
+
|
|
1354
|
+
Indicates if the plugin is disabled or not
|
|
1355
|
+
|
|
1356
|
+
#### `ol_list` (object)
|
|
1357
|
+
|
|
1358
|
+
Properties of the `ol_list` object:
|
|
1359
|
+
|
|
1360
|
+
##### `disabled` (boolean)
|
|
1361
|
+
|
|
1362
|
+
Indicates if the plugin is disabled or not
|
|
1363
|
+
|
|
1364
|
+
#### `redo` (object)
|
|
1365
|
+
|
|
1366
|
+
Properties of the `redo` object:
|
|
1367
|
+
|
|
1368
|
+
##### `disabled` (boolean)
|
|
1369
|
+
|
|
1370
|
+
Indicates if the plugin is disabled or not
|
|
1371
|
+
|
|
1372
|
+
#### `strikethrough` (object)
|
|
1373
|
+
|
|
1374
|
+
Properties of the `strikethrough` object:
|
|
1375
|
+
|
|
1376
|
+
##### `disabled` (boolean)
|
|
1377
|
+
|
|
1378
|
+
Indicates if the plugin is disabled or not
|
|
1379
|
+
|
|
1380
|
+
#### `sub` (object)
|
|
1381
|
+
|
|
1382
|
+
Properties of the `sub` object:
|
|
1383
|
+
|
|
1384
|
+
##### `disabled` (boolean)
|
|
1385
|
+
|
|
1386
|
+
Indicates if the plugin is disabled or not
|
|
1387
|
+
|
|
1388
|
+
#### `sup` (object)
|
|
1389
|
+
|
|
1390
|
+
Properties of the `sup` object:
|
|
1391
|
+
|
|
1392
|
+
##### `disabled` (boolean)
|
|
1393
|
+
|
|
1394
|
+
Indicates if the plugin is disabled or not
|
|
1395
|
+
|
|
1396
|
+
#### `table` (object)
|
|
1397
|
+
|
|
1398
|
+
Properties of the `table` object:
|
|
1399
|
+
|
|
1400
|
+
##### `disabled` (boolean)
|
|
1401
|
+
|
|
1402
|
+
Indicates if the plugin is disabled or not
|
|
1403
|
+
|
|
1404
|
+
#### `ul_list` (object)
|
|
1405
|
+
|
|
1406
|
+
Properties of the `ul_list` object:
|
|
1407
|
+
|
|
1408
|
+
##### `disabled` (boolean)
|
|
1409
|
+
|
|
1410
|
+
Indicates if the plugin is disabled or not
|
|
1411
|
+
|
|
1412
|
+
#### `underline` (object)
|
|
1413
|
+
|
|
1414
|
+
Properties of the `underline` object:
|
|
1415
|
+
|
|
1416
|
+
##### `disabled` (boolean)
|
|
1417
|
+
|
|
1418
|
+
Indicates if the plugin is disabled or not
|
|
1419
|
+
|
|
1420
|
+
#### `undo` (object)
|
|
1421
|
+
|
|
1422
|
+
Properties of the `undo` object:
|
|
1423
|
+
|
|
1424
|
+
##### `disabled` (boolean)
|
|
1425
|
+
|
|
1426
|
+
Indicates if the plugin is disabled or not
|
|
1427
|
+
|
|
804
1428
|
### `required` (boolean)
|
|
805
1429
|
|
|
806
1430
|
Indicates if the item is required and the value cannot be empty
|