@pie-element/categorize 8.24.3-next.8 → 8.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 +1634 -347
- package/docs/config-schema.json.md +952 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -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
|
# `partialScoring` (object)
|
|
87
191
|
|
|
88
192
|
Properties of the `partialScoring` object:
|
|
@@ -180,6 +284,110 @@ Properties of the `h3` object:
|
|
|
180
284
|
|
|
181
285
|
Indicates if the plugin is disabled or not
|
|
182
286
|
|
|
287
|
+
### `languageCharacters` (object)
|
|
288
|
+
|
|
289
|
+
Properties of the `languageCharacters` object:
|
|
290
|
+
|
|
291
|
+
#### `disabled` (boolean)
|
|
292
|
+
|
|
293
|
+
Indicates if the plugin is disabled or not
|
|
294
|
+
|
|
295
|
+
### `bold` (object)
|
|
296
|
+
|
|
297
|
+
Properties of the `bold` object:
|
|
298
|
+
|
|
299
|
+
#### `disabled` (boolean)
|
|
300
|
+
|
|
301
|
+
Indicates if the plugin is disabled or not
|
|
302
|
+
|
|
303
|
+
### `html` (object)
|
|
304
|
+
|
|
305
|
+
Properties of the `html` object:
|
|
306
|
+
|
|
307
|
+
#### `disabled` (boolean)
|
|
308
|
+
|
|
309
|
+
Indicates if the plugin is disabled or not
|
|
310
|
+
|
|
311
|
+
### `italic` (object)
|
|
312
|
+
|
|
313
|
+
Properties of the `italic` object:
|
|
314
|
+
|
|
315
|
+
#### `disabled` (boolean)
|
|
316
|
+
|
|
317
|
+
Indicates if the plugin is disabled or not
|
|
318
|
+
|
|
319
|
+
### `ol_list` (object)
|
|
320
|
+
|
|
321
|
+
Properties of the `ol_list` object:
|
|
322
|
+
|
|
323
|
+
#### `disabled` (boolean)
|
|
324
|
+
|
|
325
|
+
Indicates if the plugin is disabled or not
|
|
326
|
+
|
|
327
|
+
### `redo` (object)
|
|
328
|
+
|
|
329
|
+
Properties of the `redo` object:
|
|
330
|
+
|
|
331
|
+
#### `disabled` (boolean)
|
|
332
|
+
|
|
333
|
+
Indicates if the plugin is disabled or not
|
|
334
|
+
|
|
335
|
+
### `strikethrough` (object)
|
|
336
|
+
|
|
337
|
+
Properties of the `strikethrough` object:
|
|
338
|
+
|
|
339
|
+
#### `disabled` (boolean)
|
|
340
|
+
|
|
341
|
+
Indicates if the plugin is disabled or not
|
|
342
|
+
|
|
343
|
+
### `sub` (object)
|
|
344
|
+
|
|
345
|
+
Properties of the `sub` object:
|
|
346
|
+
|
|
347
|
+
#### `disabled` (boolean)
|
|
348
|
+
|
|
349
|
+
Indicates if the plugin is disabled or not
|
|
350
|
+
|
|
351
|
+
### `sup` (object)
|
|
352
|
+
|
|
353
|
+
Properties of the `sup` object:
|
|
354
|
+
|
|
355
|
+
#### `disabled` (boolean)
|
|
356
|
+
|
|
357
|
+
Indicates if the plugin is disabled or not
|
|
358
|
+
|
|
359
|
+
### `table` (object)
|
|
360
|
+
|
|
361
|
+
Properties of the `table` object:
|
|
362
|
+
|
|
363
|
+
#### `disabled` (boolean)
|
|
364
|
+
|
|
365
|
+
Indicates if the plugin is disabled or not
|
|
366
|
+
|
|
367
|
+
### `ul_list` (object)
|
|
368
|
+
|
|
369
|
+
Properties of the `ul_list` object:
|
|
370
|
+
|
|
371
|
+
#### `disabled` (boolean)
|
|
372
|
+
|
|
373
|
+
Indicates if the plugin is disabled or not
|
|
374
|
+
|
|
375
|
+
### `underline` (object)
|
|
376
|
+
|
|
377
|
+
Properties of the `underline` object:
|
|
378
|
+
|
|
379
|
+
#### `disabled` (boolean)
|
|
380
|
+
|
|
381
|
+
Indicates if the plugin is disabled or not
|
|
382
|
+
|
|
383
|
+
### `undo` (object)
|
|
384
|
+
|
|
385
|
+
Properties of the `undo` object:
|
|
386
|
+
|
|
387
|
+
#### `disabled` (boolean)
|
|
388
|
+
|
|
389
|
+
Indicates if the plugin is disabled or not
|
|
390
|
+
|
|
183
391
|
## `required` (boolean)
|
|
184
392
|
|
|
185
393
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -317,6 +525,110 @@ Properties of the `h3` object:
|
|
|
317
525
|
|
|
318
526
|
Indicates if the plugin is disabled or not
|
|
319
527
|
|
|
528
|
+
### `languageCharacters` (object)
|
|
529
|
+
|
|
530
|
+
Properties of the `languageCharacters` object:
|
|
531
|
+
|
|
532
|
+
#### `disabled` (boolean)
|
|
533
|
+
|
|
534
|
+
Indicates if the plugin is disabled or not
|
|
535
|
+
|
|
536
|
+
### `bold` (object)
|
|
537
|
+
|
|
538
|
+
Properties of the `bold` object:
|
|
539
|
+
|
|
540
|
+
#### `disabled` (boolean)
|
|
541
|
+
|
|
542
|
+
Indicates if the plugin is disabled or not
|
|
543
|
+
|
|
544
|
+
### `html` (object)
|
|
545
|
+
|
|
546
|
+
Properties of the `html` object:
|
|
547
|
+
|
|
548
|
+
#### `disabled` (boolean)
|
|
549
|
+
|
|
550
|
+
Indicates if the plugin is disabled or not
|
|
551
|
+
|
|
552
|
+
### `italic` (object)
|
|
553
|
+
|
|
554
|
+
Properties of the `italic` object:
|
|
555
|
+
|
|
556
|
+
#### `disabled` (boolean)
|
|
557
|
+
|
|
558
|
+
Indicates if the plugin is disabled or not
|
|
559
|
+
|
|
560
|
+
### `ol_list` (object)
|
|
561
|
+
|
|
562
|
+
Properties of the `ol_list` object:
|
|
563
|
+
|
|
564
|
+
#### `disabled` (boolean)
|
|
565
|
+
|
|
566
|
+
Indicates if the plugin is disabled or not
|
|
567
|
+
|
|
568
|
+
### `redo` (object)
|
|
569
|
+
|
|
570
|
+
Properties of the `redo` object:
|
|
571
|
+
|
|
572
|
+
#### `disabled` (boolean)
|
|
573
|
+
|
|
574
|
+
Indicates if the plugin is disabled or not
|
|
575
|
+
|
|
576
|
+
### `strikethrough` (object)
|
|
577
|
+
|
|
578
|
+
Properties of the `strikethrough` object:
|
|
579
|
+
|
|
580
|
+
#### `disabled` (boolean)
|
|
581
|
+
|
|
582
|
+
Indicates if the plugin is disabled or not
|
|
583
|
+
|
|
584
|
+
### `sub` (object)
|
|
585
|
+
|
|
586
|
+
Properties of the `sub` object:
|
|
587
|
+
|
|
588
|
+
#### `disabled` (boolean)
|
|
589
|
+
|
|
590
|
+
Indicates if the plugin is disabled or not
|
|
591
|
+
|
|
592
|
+
### `sup` (object)
|
|
593
|
+
|
|
594
|
+
Properties of the `sup` object:
|
|
595
|
+
|
|
596
|
+
#### `disabled` (boolean)
|
|
597
|
+
|
|
598
|
+
Indicates if the plugin is disabled or not
|
|
599
|
+
|
|
600
|
+
### `table` (object)
|
|
601
|
+
|
|
602
|
+
Properties of the `table` object:
|
|
603
|
+
|
|
604
|
+
#### `disabled` (boolean)
|
|
605
|
+
|
|
606
|
+
Indicates if the plugin is disabled or not
|
|
607
|
+
|
|
608
|
+
### `ul_list` (object)
|
|
609
|
+
|
|
610
|
+
Properties of the `ul_list` object:
|
|
611
|
+
|
|
612
|
+
#### `disabled` (boolean)
|
|
613
|
+
|
|
614
|
+
Indicates if the plugin is disabled or not
|
|
615
|
+
|
|
616
|
+
### `underline` (object)
|
|
617
|
+
|
|
618
|
+
Properties of the `underline` object:
|
|
619
|
+
|
|
620
|
+
#### `disabled` (boolean)
|
|
621
|
+
|
|
622
|
+
Indicates if the plugin is disabled or not
|
|
623
|
+
|
|
624
|
+
### `undo` (object)
|
|
625
|
+
|
|
626
|
+
Properties of the `undo` object:
|
|
627
|
+
|
|
628
|
+
#### `disabled` (boolean)
|
|
629
|
+
|
|
630
|
+
Indicates if the plugin is disabled or not
|
|
631
|
+
|
|
320
632
|
## `required` (boolean)
|
|
321
633
|
|
|
322
634
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -414,6 +726,110 @@ Properties of the `h3` object:
|
|
|
414
726
|
|
|
415
727
|
Indicates if the plugin is disabled or not
|
|
416
728
|
|
|
729
|
+
### `languageCharacters` (object)
|
|
730
|
+
|
|
731
|
+
Properties of the `languageCharacters` object:
|
|
732
|
+
|
|
733
|
+
#### `disabled` (boolean)
|
|
734
|
+
|
|
735
|
+
Indicates if the plugin is disabled or not
|
|
736
|
+
|
|
737
|
+
### `bold` (object)
|
|
738
|
+
|
|
739
|
+
Properties of the `bold` object:
|
|
740
|
+
|
|
741
|
+
#### `disabled` (boolean)
|
|
742
|
+
|
|
743
|
+
Indicates if the plugin is disabled or not
|
|
744
|
+
|
|
745
|
+
### `html` (object)
|
|
746
|
+
|
|
747
|
+
Properties of the `html` object:
|
|
748
|
+
|
|
749
|
+
#### `disabled` (boolean)
|
|
750
|
+
|
|
751
|
+
Indicates if the plugin is disabled or not
|
|
752
|
+
|
|
753
|
+
### `italic` (object)
|
|
754
|
+
|
|
755
|
+
Properties of the `italic` object:
|
|
756
|
+
|
|
757
|
+
#### `disabled` (boolean)
|
|
758
|
+
|
|
759
|
+
Indicates if the plugin is disabled or not
|
|
760
|
+
|
|
761
|
+
### `ol_list` (object)
|
|
762
|
+
|
|
763
|
+
Properties of the `ol_list` object:
|
|
764
|
+
|
|
765
|
+
#### `disabled` (boolean)
|
|
766
|
+
|
|
767
|
+
Indicates if the plugin is disabled or not
|
|
768
|
+
|
|
769
|
+
### `redo` (object)
|
|
770
|
+
|
|
771
|
+
Properties of the `redo` object:
|
|
772
|
+
|
|
773
|
+
#### `disabled` (boolean)
|
|
774
|
+
|
|
775
|
+
Indicates if the plugin is disabled or not
|
|
776
|
+
|
|
777
|
+
### `strikethrough` (object)
|
|
778
|
+
|
|
779
|
+
Properties of the `strikethrough` object:
|
|
780
|
+
|
|
781
|
+
#### `disabled` (boolean)
|
|
782
|
+
|
|
783
|
+
Indicates if the plugin is disabled or not
|
|
784
|
+
|
|
785
|
+
### `sub` (object)
|
|
786
|
+
|
|
787
|
+
Properties of the `sub` object:
|
|
788
|
+
|
|
789
|
+
#### `disabled` (boolean)
|
|
790
|
+
|
|
791
|
+
Indicates if the plugin is disabled or not
|
|
792
|
+
|
|
793
|
+
### `sup` (object)
|
|
794
|
+
|
|
795
|
+
Properties of the `sup` object:
|
|
796
|
+
|
|
797
|
+
#### `disabled` (boolean)
|
|
798
|
+
|
|
799
|
+
Indicates if the plugin is disabled or not
|
|
800
|
+
|
|
801
|
+
### `table` (object)
|
|
802
|
+
|
|
803
|
+
Properties of the `table` object:
|
|
804
|
+
|
|
805
|
+
#### `disabled` (boolean)
|
|
806
|
+
|
|
807
|
+
Indicates if the plugin is disabled or not
|
|
808
|
+
|
|
809
|
+
### `ul_list` (object)
|
|
810
|
+
|
|
811
|
+
Properties of the `ul_list` object:
|
|
812
|
+
|
|
813
|
+
#### `disabled` (boolean)
|
|
814
|
+
|
|
815
|
+
Indicates if the plugin is disabled or not
|
|
816
|
+
|
|
817
|
+
### `underline` (object)
|
|
818
|
+
|
|
819
|
+
Properties of the `underline` object:
|
|
820
|
+
|
|
821
|
+
#### `disabled` (boolean)
|
|
822
|
+
|
|
823
|
+
Indicates if the plugin is disabled or not
|
|
824
|
+
|
|
825
|
+
### `undo` (object)
|
|
826
|
+
|
|
827
|
+
Properties of the `undo` object:
|
|
828
|
+
|
|
829
|
+
#### `disabled` (boolean)
|
|
830
|
+
|
|
831
|
+
Indicates if the plugin is disabled or not
|
|
832
|
+
|
|
417
833
|
## `required` (boolean)
|
|
418
834
|
|
|
419
835
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -511,6 +927,110 @@ Properties of the `h3` object:
|
|
|
511
927
|
|
|
512
928
|
Indicates if the plugin is disabled or not
|
|
513
929
|
|
|
930
|
+
### `languageCharacters` (object)
|
|
931
|
+
|
|
932
|
+
Properties of the `languageCharacters` object:
|
|
933
|
+
|
|
934
|
+
#### `disabled` (boolean)
|
|
935
|
+
|
|
936
|
+
Indicates if the plugin is disabled or not
|
|
937
|
+
|
|
938
|
+
### `bold` (object)
|
|
939
|
+
|
|
940
|
+
Properties of the `bold` object:
|
|
941
|
+
|
|
942
|
+
#### `disabled` (boolean)
|
|
943
|
+
|
|
944
|
+
Indicates if the plugin is disabled or not
|
|
945
|
+
|
|
946
|
+
### `html` (object)
|
|
947
|
+
|
|
948
|
+
Properties of the `html` object:
|
|
949
|
+
|
|
950
|
+
#### `disabled` (boolean)
|
|
951
|
+
|
|
952
|
+
Indicates if the plugin is disabled or not
|
|
953
|
+
|
|
954
|
+
### `italic` (object)
|
|
955
|
+
|
|
956
|
+
Properties of the `italic` object:
|
|
957
|
+
|
|
958
|
+
#### `disabled` (boolean)
|
|
959
|
+
|
|
960
|
+
Indicates if the plugin is disabled or not
|
|
961
|
+
|
|
962
|
+
### `ol_list` (object)
|
|
963
|
+
|
|
964
|
+
Properties of the `ol_list` object:
|
|
965
|
+
|
|
966
|
+
#### `disabled` (boolean)
|
|
967
|
+
|
|
968
|
+
Indicates if the plugin is disabled or not
|
|
969
|
+
|
|
970
|
+
### `redo` (object)
|
|
971
|
+
|
|
972
|
+
Properties of the `redo` object:
|
|
973
|
+
|
|
974
|
+
#### `disabled` (boolean)
|
|
975
|
+
|
|
976
|
+
Indicates if the plugin is disabled or not
|
|
977
|
+
|
|
978
|
+
### `strikethrough` (object)
|
|
979
|
+
|
|
980
|
+
Properties of the `strikethrough` object:
|
|
981
|
+
|
|
982
|
+
#### `disabled` (boolean)
|
|
983
|
+
|
|
984
|
+
Indicates if the plugin is disabled or not
|
|
985
|
+
|
|
986
|
+
### `sub` (object)
|
|
987
|
+
|
|
988
|
+
Properties of the `sub` object:
|
|
989
|
+
|
|
990
|
+
#### `disabled` (boolean)
|
|
991
|
+
|
|
992
|
+
Indicates if the plugin is disabled or not
|
|
993
|
+
|
|
994
|
+
### `sup` (object)
|
|
995
|
+
|
|
996
|
+
Properties of the `sup` object:
|
|
997
|
+
|
|
998
|
+
#### `disabled` (boolean)
|
|
999
|
+
|
|
1000
|
+
Indicates if the plugin is disabled or not
|
|
1001
|
+
|
|
1002
|
+
### `table` (object)
|
|
1003
|
+
|
|
1004
|
+
Properties of the `table` object:
|
|
1005
|
+
|
|
1006
|
+
#### `disabled` (boolean)
|
|
1007
|
+
|
|
1008
|
+
Indicates if the plugin is disabled or not
|
|
1009
|
+
|
|
1010
|
+
### `ul_list` (object)
|
|
1011
|
+
|
|
1012
|
+
Properties of the `ul_list` object:
|
|
1013
|
+
|
|
1014
|
+
#### `disabled` (boolean)
|
|
1015
|
+
|
|
1016
|
+
Indicates if the plugin is disabled or not
|
|
1017
|
+
|
|
1018
|
+
### `underline` (object)
|
|
1019
|
+
|
|
1020
|
+
Properties of the `underline` object:
|
|
1021
|
+
|
|
1022
|
+
#### `disabled` (boolean)
|
|
1023
|
+
|
|
1024
|
+
Indicates if the plugin is disabled or not
|
|
1025
|
+
|
|
1026
|
+
### `undo` (object)
|
|
1027
|
+
|
|
1028
|
+
Properties of the `undo` object:
|
|
1029
|
+
|
|
1030
|
+
#### `disabled` (boolean)
|
|
1031
|
+
|
|
1032
|
+
Indicates if the plugin is disabled or not
|
|
1033
|
+
|
|
514
1034
|
## `settings` (boolean)
|
|
515
1035
|
|
|
516
1036
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -567,38 +1087,142 @@ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/pa
|
|
|
567
1087
|
|
|
568
1088
|
The object is an array with all elements of the type `object`.
|
|
569
1089
|
|
|
570
|
-
The array object has the following properties:
|
|
1090
|
+
The array object has the following properties:
|
|
1091
|
+
|
|
1092
|
+
#### `event` (string, required)
|
|
1093
|
+
|
|
1094
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
1095
|
+
PIE will emit the event prefixed with "PIE-".
|
|
1096
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1097
|
+
|
|
1098
|
+
#### `iconAlt` (string, required)
|
|
1099
|
+
|
|
1100
|
+
The alt for the custom button icon
|
|
1101
|
+
|
|
1102
|
+
#### `iconType` (string, required)
|
|
1103
|
+
|
|
1104
|
+
The icon type.
|
|
1105
|
+
Currently, only "SVG" is supported.
|
|
1106
|
+
|
|
1107
|
+
#### `icon` (string, required)
|
|
1108
|
+
|
|
1109
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1110
|
+
|
|
1111
|
+
### `blockquote` (object)
|
|
1112
|
+
|
|
1113
|
+
Properties of the `blockquote` object:
|
|
1114
|
+
|
|
1115
|
+
#### `disabled` (boolean)
|
|
1116
|
+
|
|
1117
|
+
Indicates if the plugin is disabled or not
|
|
1118
|
+
|
|
1119
|
+
### `h3` (object)
|
|
1120
|
+
|
|
1121
|
+
Properties of the `h3` object:
|
|
1122
|
+
|
|
1123
|
+
#### `disabled` (boolean)
|
|
1124
|
+
|
|
1125
|
+
Indicates if the plugin is disabled or not
|
|
1126
|
+
|
|
1127
|
+
### `languageCharacters` (object)
|
|
1128
|
+
|
|
1129
|
+
Properties of the `languageCharacters` object:
|
|
1130
|
+
|
|
1131
|
+
#### `disabled` (boolean)
|
|
1132
|
+
|
|
1133
|
+
Indicates if the plugin is disabled or not
|
|
1134
|
+
|
|
1135
|
+
### `bold` (object)
|
|
1136
|
+
|
|
1137
|
+
Properties of the `bold` object:
|
|
1138
|
+
|
|
1139
|
+
#### `disabled` (boolean)
|
|
1140
|
+
|
|
1141
|
+
Indicates if the plugin is disabled or not
|
|
1142
|
+
|
|
1143
|
+
### `html` (object)
|
|
1144
|
+
|
|
1145
|
+
Properties of the `html` object:
|
|
1146
|
+
|
|
1147
|
+
#### `disabled` (boolean)
|
|
1148
|
+
|
|
1149
|
+
Indicates if the plugin is disabled or not
|
|
1150
|
+
|
|
1151
|
+
### `italic` (object)
|
|
1152
|
+
|
|
1153
|
+
Properties of the `italic` object:
|
|
1154
|
+
|
|
1155
|
+
#### `disabled` (boolean)
|
|
1156
|
+
|
|
1157
|
+
Indicates if the plugin is disabled or not
|
|
1158
|
+
|
|
1159
|
+
### `ol_list` (object)
|
|
1160
|
+
|
|
1161
|
+
Properties of the `ol_list` object:
|
|
1162
|
+
|
|
1163
|
+
#### `disabled` (boolean)
|
|
1164
|
+
|
|
1165
|
+
Indicates if the plugin is disabled or not
|
|
1166
|
+
|
|
1167
|
+
### `redo` (object)
|
|
1168
|
+
|
|
1169
|
+
Properties of the `redo` object:
|
|
1170
|
+
|
|
1171
|
+
#### `disabled` (boolean)
|
|
1172
|
+
|
|
1173
|
+
Indicates if the plugin is disabled or not
|
|
1174
|
+
|
|
1175
|
+
### `strikethrough` (object)
|
|
1176
|
+
|
|
1177
|
+
Properties of the `strikethrough` object:
|
|
1178
|
+
|
|
1179
|
+
#### `disabled` (boolean)
|
|
1180
|
+
|
|
1181
|
+
Indicates if the plugin is disabled or not
|
|
1182
|
+
|
|
1183
|
+
### `sub` (object)
|
|
1184
|
+
|
|
1185
|
+
Properties of the `sub` object:
|
|
1186
|
+
|
|
1187
|
+
#### `disabled` (boolean)
|
|
1188
|
+
|
|
1189
|
+
Indicates if the plugin is disabled or not
|
|
1190
|
+
|
|
1191
|
+
### `sup` (object)
|
|
1192
|
+
|
|
1193
|
+
Properties of the `sup` object:
|
|
1194
|
+
|
|
1195
|
+
#### `disabled` (boolean)
|
|
1196
|
+
|
|
1197
|
+
Indicates if the plugin is disabled or not
|
|
571
1198
|
|
|
572
|
-
|
|
1199
|
+
### `table` (object)
|
|
573
1200
|
|
|
574
|
-
|
|
575
|
-
PIE will emit the event prefixed with "PIE-".
|
|
576
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1201
|
+
Properties of the `table` object:
|
|
577
1202
|
|
|
578
|
-
#### `
|
|
1203
|
+
#### `disabled` (boolean)
|
|
579
1204
|
|
|
580
|
-
|
|
1205
|
+
Indicates if the plugin is disabled or not
|
|
581
1206
|
|
|
582
|
-
|
|
1207
|
+
### `ul_list` (object)
|
|
583
1208
|
|
|
584
|
-
|
|
585
|
-
Currently, only "SVG" is supported.
|
|
1209
|
+
Properties of the `ul_list` object:
|
|
586
1210
|
|
|
587
|
-
#### `
|
|
1211
|
+
#### `disabled` (boolean)
|
|
588
1212
|
|
|
589
|
-
|
|
1213
|
+
Indicates if the plugin is disabled or not
|
|
590
1214
|
|
|
591
|
-
### `
|
|
1215
|
+
### `underline` (object)
|
|
592
1216
|
|
|
593
|
-
Properties of the `
|
|
1217
|
+
Properties of the `underline` object:
|
|
594
1218
|
|
|
595
1219
|
#### `disabled` (boolean)
|
|
596
1220
|
|
|
597
1221
|
Indicates if the plugin is disabled or not
|
|
598
1222
|
|
|
599
|
-
### `
|
|
1223
|
+
### `undo` (object)
|
|
600
1224
|
|
|
601
|
-
Properties of the `
|
|
1225
|
+
Properties of the `undo` object:
|
|
602
1226
|
|
|
603
1227
|
#### `disabled` (boolean)
|
|
604
1228
|
|
|
@@ -899,6 +1523,110 @@ Properties of the `h3` object:
|
|
|
899
1523
|
|
|
900
1524
|
Indicates if the plugin is disabled or not
|
|
901
1525
|
|
|
1526
|
+
### `languageCharacters` (object)
|
|
1527
|
+
|
|
1528
|
+
Properties of the `languageCharacters` object:
|
|
1529
|
+
|
|
1530
|
+
#### `disabled` (boolean)
|
|
1531
|
+
|
|
1532
|
+
Indicates if the plugin is disabled or not
|
|
1533
|
+
|
|
1534
|
+
### `bold` (object)
|
|
1535
|
+
|
|
1536
|
+
Properties of the `bold` object:
|
|
1537
|
+
|
|
1538
|
+
#### `disabled` (boolean)
|
|
1539
|
+
|
|
1540
|
+
Indicates if the plugin is disabled or not
|
|
1541
|
+
|
|
1542
|
+
### `html` (object)
|
|
1543
|
+
|
|
1544
|
+
Properties of the `html` object:
|
|
1545
|
+
|
|
1546
|
+
#### `disabled` (boolean)
|
|
1547
|
+
|
|
1548
|
+
Indicates if the plugin is disabled or not
|
|
1549
|
+
|
|
1550
|
+
### `italic` (object)
|
|
1551
|
+
|
|
1552
|
+
Properties of the `italic` object:
|
|
1553
|
+
|
|
1554
|
+
#### `disabled` (boolean)
|
|
1555
|
+
|
|
1556
|
+
Indicates if the plugin is disabled or not
|
|
1557
|
+
|
|
1558
|
+
### `ol_list` (object)
|
|
1559
|
+
|
|
1560
|
+
Properties of the `ol_list` object:
|
|
1561
|
+
|
|
1562
|
+
#### `disabled` (boolean)
|
|
1563
|
+
|
|
1564
|
+
Indicates if the plugin is disabled or not
|
|
1565
|
+
|
|
1566
|
+
### `redo` (object)
|
|
1567
|
+
|
|
1568
|
+
Properties of the `redo` object:
|
|
1569
|
+
|
|
1570
|
+
#### `disabled` (boolean)
|
|
1571
|
+
|
|
1572
|
+
Indicates if the plugin is disabled or not
|
|
1573
|
+
|
|
1574
|
+
### `strikethrough` (object)
|
|
1575
|
+
|
|
1576
|
+
Properties of the `strikethrough` object:
|
|
1577
|
+
|
|
1578
|
+
#### `disabled` (boolean)
|
|
1579
|
+
|
|
1580
|
+
Indicates if the plugin is disabled or not
|
|
1581
|
+
|
|
1582
|
+
### `sub` (object)
|
|
1583
|
+
|
|
1584
|
+
Properties of the `sub` object:
|
|
1585
|
+
|
|
1586
|
+
#### `disabled` (boolean)
|
|
1587
|
+
|
|
1588
|
+
Indicates if the plugin is disabled or not
|
|
1589
|
+
|
|
1590
|
+
### `sup` (object)
|
|
1591
|
+
|
|
1592
|
+
Properties of the `sup` object:
|
|
1593
|
+
|
|
1594
|
+
#### `disabled` (boolean)
|
|
1595
|
+
|
|
1596
|
+
Indicates if the plugin is disabled or not
|
|
1597
|
+
|
|
1598
|
+
### `table` (object)
|
|
1599
|
+
|
|
1600
|
+
Properties of the `table` object:
|
|
1601
|
+
|
|
1602
|
+
#### `disabled` (boolean)
|
|
1603
|
+
|
|
1604
|
+
Indicates if the plugin is disabled or not
|
|
1605
|
+
|
|
1606
|
+
### `ul_list` (object)
|
|
1607
|
+
|
|
1608
|
+
Properties of the `ul_list` object:
|
|
1609
|
+
|
|
1610
|
+
#### `disabled` (boolean)
|
|
1611
|
+
|
|
1612
|
+
Indicates if the plugin is disabled or not
|
|
1613
|
+
|
|
1614
|
+
### `underline` (object)
|
|
1615
|
+
|
|
1616
|
+
Properties of the `underline` object:
|
|
1617
|
+
|
|
1618
|
+
#### `disabled` (boolean)
|
|
1619
|
+
|
|
1620
|
+
Indicates if the plugin is disabled or not
|
|
1621
|
+
|
|
1622
|
+
### `undo` (object)
|
|
1623
|
+
|
|
1624
|
+
Properties of the `undo` object:
|
|
1625
|
+
|
|
1626
|
+
#### `disabled` (boolean)
|
|
1627
|
+
|
|
1628
|
+
Indicates if the plugin is disabled or not
|
|
1629
|
+
|
|
902
1630
|
## `EditableHtmlButtonConfigure` (object)
|
|
903
1631
|
|
|
904
1632
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1027,6 +1755,110 @@ Properties of the `h3` object:
|
|
|
1027
1755
|
|
|
1028
1756
|
Indicates if the plugin is disabled or not
|
|
1029
1757
|
|
|
1758
|
+
#### `languageCharacters` (object)
|
|
1759
|
+
|
|
1760
|
+
Properties of the `languageCharacters` object:
|
|
1761
|
+
|
|
1762
|
+
##### `disabled` (boolean)
|
|
1763
|
+
|
|
1764
|
+
Indicates if the plugin is disabled or not
|
|
1765
|
+
|
|
1766
|
+
#### `bold` (object)
|
|
1767
|
+
|
|
1768
|
+
Properties of the `bold` object:
|
|
1769
|
+
|
|
1770
|
+
##### `disabled` (boolean)
|
|
1771
|
+
|
|
1772
|
+
Indicates if the plugin is disabled or not
|
|
1773
|
+
|
|
1774
|
+
#### `html` (object)
|
|
1775
|
+
|
|
1776
|
+
Properties of the `html` object:
|
|
1777
|
+
|
|
1778
|
+
##### `disabled` (boolean)
|
|
1779
|
+
|
|
1780
|
+
Indicates if the plugin is disabled or not
|
|
1781
|
+
|
|
1782
|
+
#### `italic` (object)
|
|
1783
|
+
|
|
1784
|
+
Properties of the `italic` object:
|
|
1785
|
+
|
|
1786
|
+
##### `disabled` (boolean)
|
|
1787
|
+
|
|
1788
|
+
Indicates if the plugin is disabled or not
|
|
1789
|
+
|
|
1790
|
+
#### `ol_list` (object)
|
|
1791
|
+
|
|
1792
|
+
Properties of the `ol_list` object:
|
|
1793
|
+
|
|
1794
|
+
##### `disabled` (boolean)
|
|
1795
|
+
|
|
1796
|
+
Indicates if the plugin is disabled or not
|
|
1797
|
+
|
|
1798
|
+
#### `redo` (object)
|
|
1799
|
+
|
|
1800
|
+
Properties of the `redo` object:
|
|
1801
|
+
|
|
1802
|
+
##### `disabled` (boolean)
|
|
1803
|
+
|
|
1804
|
+
Indicates if the plugin is disabled or not
|
|
1805
|
+
|
|
1806
|
+
#### `strikethrough` (object)
|
|
1807
|
+
|
|
1808
|
+
Properties of the `strikethrough` object:
|
|
1809
|
+
|
|
1810
|
+
##### `disabled` (boolean)
|
|
1811
|
+
|
|
1812
|
+
Indicates if the plugin is disabled or not
|
|
1813
|
+
|
|
1814
|
+
#### `sub` (object)
|
|
1815
|
+
|
|
1816
|
+
Properties of the `sub` object:
|
|
1817
|
+
|
|
1818
|
+
##### `disabled` (boolean)
|
|
1819
|
+
|
|
1820
|
+
Indicates if the plugin is disabled or not
|
|
1821
|
+
|
|
1822
|
+
#### `sup` (object)
|
|
1823
|
+
|
|
1824
|
+
Properties of the `sup` object:
|
|
1825
|
+
|
|
1826
|
+
##### `disabled` (boolean)
|
|
1827
|
+
|
|
1828
|
+
Indicates if the plugin is disabled or not
|
|
1829
|
+
|
|
1830
|
+
#### `table` (object)
|
|
1831
|
+
|
|
1832
|
+
Properties of the `table` object:
|
|
1833
|
+
|
|
1834
|
+
##### `disabled` (boolean)
|
|
1835
|
+
|
|
1836
|
+
Indicates if the plugin is disabled or not
|
|
1837
|
+
|
|
1838
|
+
#### `ul_list` (object)
|
|
1839
|
+
|
|
1840
|
+
Properties of the `ul_list` object:
|
|
1841
|
+
|
|
1842
|
+
##### `disabled` (boolean)
|
|
1843
|
+
|
|
1844
|
+
Indicates if the plugin is disabled or not
|
|
1845
|
+
|
|
1846
|
+
#### `underline` (object)
|
|
1847
|
+
|
|
1848
|
+
Properties of the `underline` object:
|
|
1849
|
+
|
|
1850
|
+
##### `disabled` (boolean)
|
|
1851
|
+
|
|
1852
|
+
Indicates if the plugin is disabled or not
|
|
1853
|
+
|
|
1854
|
+
#### `undo` (object)
|
|
1855
|
+
|
|
1856
|
+
Properties of the `undo` object:
|
|
1857
|
+
|
|
1858
|
+
##### `disabled` (boolean)
|
|
1859
|
+
|
|
1860
|
+
Indicates if the plugin is disabled or not
|
|
1861
|
+
|
|
1030
1862
|
### `required` (boolean)
|
|
1031
1863
|
|
|
1032
1864
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1124,6 +1956,110 @@ Properties of the `h3` object:
|
|
|
1124
1956
|
|
|
1125
1957
|
Indicates if the plugin is disabled or not
|
|
1126
1958
|
|
|
1959
|
+
#### `languageCharacters` (object)
|
|
1960
|
+
|
|
1961
|
+
Properties of the `languageCharacters` object:
|
|
1962
|
+
|
|
1963
|
+
##### `disabled` (boolean)
|
|
1964
|
+
|
|
1965
|
+
Indicates if the plugin is disabled or not
|
|
1966
|
+
|
|
1967
|
+
#### `bold` (object)
|
|
1968
|
+
|
|
1969
|
+
Properties of the `bold` object:
|
|
1970
|
+
|
|
1971
|
+
##### `disabled` (boolean)
|
|
1972
|
+
|
|
1973
|
+
Indicates if the plugin is disabled or not
|
|
1974
|
+
|
|
1975
|
+
#### `html` (object)
|
|
1976
|
+
|
|
1977
|
+
Properties of the `html` object:
|
|
1978
|
+
|
|
1979
|
+
##### `disabled` (boolean)
|
|
1980
|
+
|
|
1981
|
+
Indicates if the plugin is disabled or not
|
|
1982
|
+
|
|
1983
|
+
#### `italic` (object)
|
|
1984
|
+
|
|
1985
|
+
Properties of the `italic` object:
|
|
1986
|
+
|
|
1987
|
+
##### `disabled` (boolean)
|
|
1988
|
+
|
|
1989
|
+
Indicates if the plugin is disabled or not
|
|
1990
|
+
|
|
1991
|
+
#### `ol_list` (object)
|
|
1992
|
+
|
|
1993
|
+
Properties of the `ol_list` object:
|
|
1994
|
+
|
|
1995
|
+
##### `disabled` (boolean)
|
|
1996
|
+
|
|
1997
|
+
Indicates if the plugin is disabled or not
|
|
1998
|
+
|
|
1999
|
+
#### `redo` (object)
|
|
2000
|
+
|
|
2001
|
+
Properties of the `redo` object:
|
|
2002
|
+
|
|
2003
|
+
##### `disabled` (boolean)
|
|
2004
|
+
|
|
2005
|
+
Indicates if the plugin is disabled or not
|
|
2006
|
+
|
|
2007
|
+
#### `strikethrough` (object)
|
|
2008
|
+
|
|
2009
|
+
Properties of the `strikethrough` object:
|
|
2010
|
+
|
|
2011
|
+
##### `disabled` (boolean)
|
|
2012
|
+
|
|
2013
|
+
Indicates if the plugin is disabled or not
|
|
2014
|
+
|
|
2015
|
+
#### `sub` (object)
|
|
2016
|
+
|
|
2017
|
+
Properties of the `sub` object:
|
|
2018
|
+
|
|
2019
|
+
##### `disabled` (boolean)
|
|
2020
|
+
|
|
2021
|
+
Indicates if the plugin is disabled or not
|
|
2022
|
+
|
|
2023
|
+
#### `sup` (object)
|
|
2024
|
+
|
|
2025
|
+
Properties of the `sup` object:
|
|
2026
|
+
|
|
2027
|
+
##### `disabled` (boolean)
|
|
2028
|
+
|
|
2029
|
+
Indicates if the plugin is disabled or not
|
|
2030
|
+
|
|
2031
|
+
#### `table` (object)
|
|
2032
|
+
|
|
2033
|
+
Properties of the `table` object:
|
|
2034
|
+
|
|
2035
|
+
##### `disabled` (boolean)
|
|
2036
|
+
|
|
2037
|
+
Indicates if the plugin is disabled or not
|
|
2038
|
+
|
|
2039
|
+
#### `ul_list` (object)
|
|
2040
|
+
|
|
2041
|
+
Properties of the `ul_list` object:
|
|
2042
|
+
|
|
2043
|
+
##### `disabled` (boolean)
|
|
2044
|
+
|
|
2045
|
+
Indicates if the plugin is disabled or not
|
|
2046
|
+
|
|
2047
|
+
#### `underline` (object)
|
|
2048
|
+
|
|
2049
|
+
Properties of the `underline` object:
|
|
2050
|
+
|
|
2051
|
+
##### `disabled` (boolean)
|
|
2052
|
+
|
|
2053
|
+
Indicates if the plugin is disabled or not
|
|
2054
|
+
|
|
2055
|
+
#### `undo` (object)
|
|
2056
|
+
|
|
2057
|
+
Properties of the `undo` object:
|
|
2058
|
+
|
|
2059
|
+
##### `disabled` (boolean)
|
|
2060
|
+
|
|
2061
|
+
Indicates if the plugin is disabled or not
|
|
2062
|
+
|
|
1127
2063
|
### `settings` (boolean)
|
|
1128
2064
|
|
|
1129
2065
|
Indicates if the item has to be displayed in the Settings Panel
|