@pie-element/multiple-choice 8.24.3-next.9 → 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 +1668 -381
- package/docs/config-schema.json.md +952 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- 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 +3 -3
|
@@ -105,6 +105,110 @@ Properties of the `h3` object:
|
|
|
105
105
|
|
|
106
106
|
Indicates if the plugin is disabled or not
|
|
107
107
|
|
|
108
|
+
## `languageCharacters` (object)
|
|
109
|
+
|
|
110
|
+
Properties of the `languageCharacters` object:
|
|
111
|
+
|
|
112
|
+
### `disabled` (boolean)
|
|
113
|
+
|
|
114
|
+
Indicates if the plugin is disabled or not
|
|
115
|
+
|
|
116
|
+
## `bold` (object)
|
|
117
|
+
|
|
118
|
+
Properties of the `bold` object:
|
|
119
|
+
|
|
120
|
+
### `disabled` (boolean)
|
|
121
|
+
|
|
122
|
+
Indicates if the plugin is disabled or not
|
|
123
|
+
|
|
124
|
+
## `html` (object)
|
|
125
|
+
|
|
126
|
+
Properties of the `html` object:
|
|
127
|
+
|
|
128
|
+
### `disabled` (boolean)
|
|
129
|
+
|
|
130
|
+
Indicates if the plugin is disabled or not
|
|
131
|
+
|
|
132
|
+
## `italic` (object)
|
|
133
|
+
|
|
134
|
+
Properties of the `italic` object:
|
|
135
|
+
|
|
136
|
+
### `disabled` (boolean)
|
|
137
|
+
|
|
138
|
+
Indicates if the plugin is disabled or not
|
|
139
|
+
|
|
140
|
+
## `ol_list` (object)
|
|
141
|
+
|
|
142
|
+
Properties of the `ol_list` object:
|
|
143
|
+
|
|
144
|
+
### `disabled` (boolean)
|
|
145
|
+
|
|
146
|
+
Indicates if the plugin is disabled or not
|
|
147
|
+
|
|
148
|
+
## `redo` (object)
|
|
149
|
+
|
|
150
|
+
Properties of the `redo` object:
|
|
151
|
+
|
|
152
|
+
### `disabled` (boolean)
|
|
153
|
+
|
|
154
|
+
Indicates if the plugin is disabled or not
|
|
155
|
+
|
|
156
|
+
## `strikethrough` (object)
|
|
157
|
+
|
|
158
|
+
Properties of the `strikethrough` object:
|
|
159
|
+
|
|
160
|
+
### `disabled` (boolean)
|
|
161
|
+
|
|
162
|
+
Indicates if the plugin is disabled or not
|
|
163
|
+
|
|
164
|
+
## `sub` (object)
|
|
165
|
+
|
|
166
|
+
Properties of the `sub` object:
|
|
167
|
+
|
|
168
|
+
### `disabled` (boolean)
|
|
169
|
+
|
|
170
|
+
Indicates if the plugin is disabled or not
|
|
171
|
+
|
|
172
|
+
## `sup` (object)
|
|
173
|
+
|
|
174
|
+
Properties of the `sup` object:
|
|
175
|
+
|
|
176
|
+
### `disabled` (boolean)
|
|
177
|
+
|
|
178
|
+
Indicates if the plugin is disabled or not
|
|
179
|
+
|
|
180
|
+
## `table` (object)
|
|
181
|
+
|
|
182
|
+
Properties of the `table` object:
|
|
183
|
+
|
|
184
|
+
### `disabled` (boolean)
|
|
185
|
+
|
|
186
|
+
Indicates if the plugin is disabled or not
|
|
187
|
+
|
|
188
|
+
## `ul_list` (object)
|
|
189
|
+
|
|
190
|
+
Properties of the `ul_list` object:
|
|
191
|
+
|
|
192
|
+
### `disabled` (boolean)
|
|
193
|
+
|
|
194
|
+
Indicates if the plugin is disabled or not
|
|
195
|
+
|
|
196
|
+
## `underline` (object)
|
|
197
|
+
|
|
198
|
+
Properties of the `underline` object:
|
|
199
|
+
|
|
200
|
+
### `disabled` (boolean)
|
|
201
|
+
|
|
202
|
+
Indicates if the plugin is disabled or not
|
|
203
|
+
|
|
204
|
+
## `undo` (object)
|
|
205
|
+
|
|
206
|
+
Properties of the `undo` object:
|
|
207
|
+
|
|
208
|
+
### `disabled` (boolean)
|
|
209
|
+
|
|
210
|
+
Indicates if the plugin is disabled or not
|
|
211
|
+
|
|
108
212
|
# `choices` (object)
|
|
109
213
|
|
|
110
214
|
Properties of the `choices` object:
|
|
@@ -190,6 +294,110 @@ Properties of the `h3` object:
|
|
|
190
294
|
|
|
191
295
|
Indicates if the plugin is disabled or not
|
|
192
296
|
|
|
297
|
+
### `languageCharacters` (object)
|
|
298
|
+
|
|
299
|
+
Properties of the `languageCharacters` object:
|
|
300
|
+
|
|
301
|
+
#### `disabled` (boolean)
|
|
302
|
+
|
|
303
|
+
Indicates if the plugin is disabled or not
|
|
304
|
+
|
|
305
|
+
### `bold` (object)
|
|
306
|
+
|
|
307
|
+
Properties of the `bold` object:
|
|
308
|
+
|
|
309
|
+
#### `disabled` (boolean)
|
|
310
|
+
|
|
311
|
+
Indicates if the plugin is disabled or not
|
|
312
|
+
|
|
313
|
+
### `html` (object)
|
|
314
|
+
|
|
315
|
+
Properties of the `html` object:
|
|
316
|
+
|
|
317
|
+
#### `disabled` (boolean)
|
|
318
|
+
|
|
319
|
+
Indicates if the plugin is disabled or not
|
|
320
|
+
|
|
321
|
+
### `italic` (object)
|
|
322
|
+
|
|
323
|
+
Properties of the `italic` object:
|
|
324
|
+
|
|
325
|
+
#### `disabled` (boolean)
|
|
326
|
+
|
|
327
|
+
Indicates if the plugin is disabled or not
|
|
328
|
+
|
|
329
|
+
### `ol_list` (object)
|
|
330
|
+
|
|
331
|
+
Properties of the `ol_list` object:
|
|
332
|
+
|
|
333
|
+
#### `disabled` (boolean)
|
|
334
|
+
|
|
335
|
+
Indicates if the plugin is disabled or not
|
|
336
|
+
|
|
337
|
+
### `redo` (object)
|
|
338
|
+
|
|
339
|
+
Properties of the `redo` object:
|
|
340
|
+
|
|
341
|
+
#### `disabled` (boolean)
|
|
342
|
+
|
|
343
|
+
Indicates if the plugin is disabled or not
|
|
344
|
+
|
|
345
|
+
### `strikethrough` (object)
|
|
346
|
+
|
|
347
|
+
Properties of the `strikethrough` object:
|
|
348
|
+
|
|
349
|
+
#### `disabled` (boolean)
|
|
350
|
+
|
|
351
|
+
Indicates if the plugin is disabled or not
|
|
352
|
+
|
|
353
|
+
### `sub` (object)
|
|
354
|
+
|
|
355
|
+
Properties of the `sub` object:
|
|
356
|
+
|
|
357
|
+
#### `disabled` (boolean)
|
|
358
|
+
|
|
359
|
+
Indicates if the plugin is disabled or not
|
|
360
|
+
|
|
361
|
+
### `sup` (object)
|
|
362
|
+
|
|
363
|
+
Properties of the `sup` object:
|
|
364
|
+
|
|
365
|
+
#### `disabled` (boolean)
|
|
366
|
+
|
|
367
|
+
Indicates if the plugin is disabled or not
|
|
368
|
+
|
|
369
|
+
### `table` (object)
|
|
370
|
+
|
|
371
|
+
Properties of the `table` object:
|
|
372
|
+
|
|
373
|
+
#### `disabled` (boolean)
|
|
374
|
+
|
|
375
|
+
Indicates if the plugin is disabled or not
|
|
376
|
+
|
|
377
|
+
### `ul_list` (object)
|
|
378
|
+
|
|
379
|
+
Properties of the `ul_list` object:
|
|
380
|
+
|
|
381
|
+
#### `disabled` (boolean)
|
|
382
|
+
|
|
383
|
+
Indicates if the plugin is disabled or not
|
|
384
|
+
|
|
385
|
+
### `underline` (object)
|
|
386
|
+
|
|
387
|
+
Properties of the `underline` object:
|
|
388
|
+
|
|
389
|
+
#### `disabled` (boolean)
|
|
390
|
+
|
|
391
|
+
Indicates if the plugin is disabled or not
|
|
392
|
+
|
|
393
|
+
### `undo` (object)
|
|
394
|
+
|
|
395
|
+
Properties of the `undo` object:
|
|
396
|
+
|
|
397
|
+
#### `disabled` (boolean)
|
|
398
|
+
|
|
399
|
+
Indicates if the plugin is disabled or not
|
|
400
|
+
|
|
193
401
|
## `settings` (boolean)
|
|
194
402
|
|
|
195
403
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -331,6 +539,110 @@ Properties of the `h3` object:
|
|
|
331
539
|
|
|
332
540
|
Indicates if the plugin is disabled or not
|
|
333
541
|
|
|
542
|
+
### `languageCharacters` (object)
|
|
543
|
+
|
|
544
|
+
Properties of the `languageCharacters` object:
|
|
545
|
+
|
|
546
|
+
#### `disabled` (boolean)
|
|
547
|
+
|
|
548
|
+
Indicates if the plugin is disabled or not
|
|
549
|
+
|
|
550
|
+
### `bold` (object)
|
|
551
|
+
|
|
552
|
+
Properties of the `bold` object:
|
|
553
|
+
|
|
554
|
+
#### `disabled` (boolean)
|
|
555
|
+
|
|
556
|
+
Indicates if the plugin is disabled or not
|
|
557
|
+
|
|
558
|
+
### `html` (object)
|
|
559
|
+
|
|
560
|
+
Properties of the `html` object:
|
|
561
|
+
|
|
562
|
+
#### `disabled` (boolean)
|
|
563
|
+
|
|
564
|
+
Indicates if the plugin is disabled or not
|
|
565
|
+
|
|
566
|
+
### `italic` (object)
|
|
567
|
+
|
|
568
|
+
Properties of the `italic` object:
|
|
569
|
+
|
|
570
|
+
#### `disabled` (boolean)
|
|
571
|
+
|
|
572
|
+
Indicates if the plugin is disabled or not
|
|
573
|
+
|
|
574
|
+
### `ol_list` (object)
|
|
575
|
+
|
|
576
|
+
Properties of the `ol_list` object:
|
|
577
|
+
|
|
578
|
+
#### `disabled` (boolean)
|
|
579
|
+
|
|
580
|
+
Indicates if the plugin is disabled or not
|
|
581
|
+
|
|
582
|
+
### `redo` (object)
|
|
583
|
+
|
|
584
|
+
Properties of the `redo` object:
|
|
585
|
+
|
|
586
|
+
#### `disabled` (boolean)
|
|
587
|
+
|
|
588
|
+
Indicates if the plugin is disabled or not
|
|
589
|
+
|
|
590
|
+
### `strikethrough` (object)
|
|
591
|
+
|
|
592
|
+
Properties of the `strikethrough` object:
|
|
593
|
+
|
|
594
|
+
#### `disabled` (boolean)
|
|
595
|
+
|
|
596
|
+
Indicates if the plugin is disabled or not
|
|
597
|
+
|
|
598
|
+
### `sub` (object)
|
|
599
|
+
|
|
600
|
+
Properties of the `sub` object:
|
|
601
|
+
|
|
602
|
+
#### `disabled` (boolean)
|
|
603
|
+
|
|
604
|
+
Indicates if the plugin is disabled or not
|
|
605
|
+
|
|
606
|
+
### `sup` (object)
|
|
607
|
+
|
|
608
|
+
Properties of the `sup` object:
|
|
609
|
+
|
|
610
|
+
#### `disabled` (boolean)
|
|
611
|
+
|
|
612
|
+
Indicates if the plugin is disabled or not
|
|
613
|
+
|
|
614
|
+
### `table` (object)
|
|
615
|
+
|
|
616
|
+
Properties of the `table` object:
|
|
617
|
+
|
|
618
|
+
#### `disabled` (boolean)
|
|
619
|
+
|
|
620
|
+
Indicates if the plugin is disabled or not
|
|
621
|
+
|
|
622
|
+
### `ul_list` (object)
|
|
623
|
+
|
|
624
|
+
Properties of the `ul_list` object:
|
|
625
|
+
|
|
626
|
+
#### `disabled` (boolean)
|
|
627
|
+
|
|
628
|
+
Indicates if the plugin is disabled or not
|
|
629
|
+
|
|
630
|
+
### `underline` (object)
|
|
631
|
+
|
|
632
|
+
Properties of the `underline` object:
|
|
633
|
+
|
|
634
|
+
#### `disabled` (boolean)
|
|
635
|
+
|
|
636
|
+
Indicates if the plugin is disabled or not
|
|
637
|
+
|
|
638
|
+
### `undo` (object)
|
|
639
|
+
|
|
640
|
+
Properties of the `undo` object:
|
|
641
|
+
|
|
642
|
+
#### `disabled` (boolean)
|
|
643
|
+
|
|
644
|
+
Indicates if the plugin is disabled or not
|
|
645
|
+
|
|
334
646
|
## `required` (boolean)
|
|
335
647
|
|
|
336
648
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -488,6 +800,110 @@ Properties of the `h3` object:
|
|
|
488
800
|
|
|
489
801
|
Indicates if the plugin is disabled or not
|
|
490
802
|
|
|
803
|
+
### `languageCharacters` (object)
|
|
804
|
+
|
|
805
|
+
Properties of the `languageCharacters` object:
|
|
806
|
+
|
|
807
|
+
#### `disabled` (boolean)
|
|
808
|
+
|
|
809
|
+
Indicates if the plugin is disabled or not
|
|
810
|
+
|
|
811
|
+
### `bold` (object)
|
|
812
|
+
|
|
813
|
+
Properties of the `bold` object:
|
|
814
|
+
|
|
815
|
+
#### `disabled` (boolean)
|
|
816
|
+
|
|
817
|
+
Indicates if the plugin is disabled or not
|
|
818
|
+
|
|
819
|
+
### `html` (object)
|
|
820
|
+
|
|
821
|
+
Properties of the `html` object:
|
|
822
|
+
|
|
823
|
+
#### `disabled` (boolean)
|
|
824
|
+
|
|
825
|
+
Indicates if the plugin is disabled or not
|
|
826
|
+
|
|
827
|
+
### `italic` (object)
|
|
828
|
+
|
|
829
|
+
Properties of the `italic` object:
|
|
830
|
+
|
|
831
|
+
#### `disabled` (boolean)
|
|
832
|
+
|
|
833
|
+
Indicates if the plugin is disabled or not
|
|
834
|
+
|
|
835
|
+
### `ol_list` (object)
|
|
836
|
+
|
|
837
|
+
Properties of the `ol_list` object:
|
|
838
|
+
|
|
839
|
+
#### `disabled` (boolean)
|
|
840
|
+
|
|
841
|
+
Indicates if the plugin is disabled or not
|
|
842
|
+
|
|
843
|
+
### `redo` (object)
|
|
844
|
+
|
|
845
|
+
Properties of the `redo` object:
|
|
846
|
+
|
|
847
|
+
#### `disabled` (boolean)
|
|
848
|
+
|
|
849
|
+
Indicates if the plugin is disabled or not
|
|
850
|
+
|
|
851
|
+
### `strikethrough` (object)
|
|
852
|
+
|
|
853
|
+
Properties of the `strikethrough` object:
|
|
854
|
+
|
|
855
|
+
#### `disabled` (boolean)
|
|
856
|
+
|
|
857
|
+
Indicates if the plugin is disabled or not
|
|
858
|
+
|
|
859
|
+
### `sub` (object)
|
|
860
|
+
|
|
861
|
+
Properties of the `sub` object:
|
|
862
|
+
|
|
863
|
+
#### `disabled` (boolean)
|
|
864
|
+
|
|
865
|
+
Indicates if the plugin is disabled or not
|
|
866
|
+
|
|
867
|
+
### `sup` (object)
|
|
868
|
+
|
|
869
|
+
Properties of the `sup` object:
|
|
870
|
+
|
|
871
|
+
#### `disabled` (boolean)
|
|
872
|
+
|
|
873
|
+
Indicates if the plugin is disabled or not
|
|
874
|
+
|
|
875
|
+
### `table` (object)
|
|
876
|
+
|
|
877
|
+
Properties of the `table` object:
|
|
878
|
+
|
|
879
|
+
#### `disabled` (boolean)
|
|
880
|
+
|
|
881
|
+
Indicates if the plugin is disabled or not
|
|
882
|
+
|
|
883
|
+
### `ul_list` (object)
|
|
884
|
+
|
|
885
|
+
Properties of the `ul_list` object:
|
|
886
|
+
|
|
887
|
+
#### `disabled` (boolean)
|
|
888
|
+
|
|
889
|
+
Indicates if the plugin is disabled or not
|
|
890
|
+
|
|
891
|
+
### `underline` (object)
|
|
892
|
+
|
|
893
|
+
Properties of the `underline` object:
|
|
894
|
+
|
|
895
|
+
#### `disabled` (boolean)
|
|
896
|
+
|
|
897
|
+
Indicates if the plugin is disabled or not
|
|
898
|
+
|
|
899
|
+
### `undo` (object)
|
|
900
|
+
|
|
901
|
+
Properties of the `undo` object:
|
|
902
|
+
|
|
903
|
+
#### `disabled` (boolean)
|
|
904
|
+
|
|
905
|
+
Indicates if the plugin is disabled or not
|
|
906
|
+
|
|
491
907
|
## `required` (boolean)
|
|
492
908
|
|
|
493
909
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -613,6 +1029,110 @@ Properties of the `h3` object:
|
|
|
613
1029
|
|
|
614
1030
|
Indicates if the plugin is disabled or not
|
|
615
1031
|
|
|
1032
|
+
### `languageCharacters` (object)
|
|
1033
|
+
|
|
1034
|
+
Properties of the `languageCharacters` object:
|
|
1035
|
+
|
|
1036
|
+
#### `disabled` (boolean)
|
|
1037
|
+
|
|
1038
|
+
Indicates if the plugin is disabled or not
|
|
1039
|
+
|
|
1040
|
+
### `bold` (object)
|
|
1041
|
+
|
|
1042
|
+
Properties of the `bold` object:
|
|
1043
|
+
|
|
1044
|
+
#### `disabled` (boolean)
|
|
1045
|
+
|
|
1046
|
+
Indicates if the plugin is disabled or not
|
|
1047
|
+
|
|
1048
|
+
### `html` (object)
|
|
1049
|
+
|
|
1050
|
+
Properties of the `html` object:
|
|
1051
|
+
|
|
1052
|
+
#### `disabled` (boolean)
|
|
1053
|
+
|
|
1054
|
+
Indicates if the plugin is disabled or not
|
|
1055
|
+
|
|
1056
|
+
### `italic` (object)
|
|
1057
|
+
|
|
1058
|
+
Properties of the `italic` object:
|
|
1059
|
+
|
|
1060
|
+
#### `disabled` (boolean)
|
|
1061
|
+
|
|
1062
|
+
Indicates if the plugin is disabled or not
|
|
1063
|
+
|
|
1064
|
+
### `ol_list` (object)
|
|
1065
|
+
|
|
1066
|
+
Properties of the `ol_list` object:
|
|
1067
|
+
|
|
1068
|
+
#### `disabled` (boolean)
|
|
1069
|
+
|
|
1070
|
+
Indicates if the plugin is disabled or not
|
|
1071
|
+
|
|
1072
|
+
### `redo` (object)
|
|
1073
|
+
|
|
1074
|
+
Properties of the `redo` object:
|
|
1075
|
+
|
|
1076
|
+
#### `disabled` (boolean)
|
|
1077
|
+
|
|
1078
|
+
Indicates if the plugin is disabled or not
|
|
1079
|
+
|
|
1080
|
+
### `strikethrough` (object)
|
|
1081
|
+
|
|
1082
|
+
Properties of the `strikethrough` object:
|
|
1083
|
+
|
|
1084
|
+
#### `disabled` (boolean)
|
|
1085
|
+
|
|
1086
|
+
Indicates if the plugin is disabled or not
|
|
1087
|
+
|
|
1088
|
+
### `sub` (object)
|
|
1089
|
+
|
|
1090
|
+
Properties of the `sub` object:
|
|
1091
|
+
|
|
1092
|
+
#### `disabled` (boolean)
|
|
1093
|
+
|
|
1094
|
+
Indicates if the plugin is disabled or not
|
|
1095
|
+
|
|
1096
|
+
### `sup` (object)
|
|
1097
|
+
|
|
1098
|
+
Properties of the `sup` object:
|
|
1099
|
+
|
|
1100
|
+
#### `disabled` (boolean)
|
|
1101
|
+
|
|
1102
|
+
Indicates if the plugin is disabled or not
|
|
1103
|
+
|
|
1104
|
+
### `table` (object)
|
|
1105
|
+
|
|
1106
|
+
Properties of the `table` object:
|
|
1107
|
+
|
|
1108
|
+
#### `disabled` (boolean)
|
|
1109
|
+
|
|
1110
|
+
Indicates if the plugin is disabled or not
|
|
1111
|
+
|
|
1112
|
+
### `ul_list` (object)
|
|
1113
|
+
|
|
1114
|
+
Properties of the `ul_list` object:
|
|
1115
|
+
|
|
1116
|
+
#### `disabled` (boolean)
|
|
1117
|
+
|
|
1118
|
+
Indicates if the plugin is disabled or not
|
|
1119
|
+
|
|
1120
|
+
### `underline` (object)
|
|
1121
|
+
|
|
1122
|
+
Properties of the `underline` object:
|
|
1123
|
+
|
|
1124
|
+
#### `disabled` (boolean)
|
|
1125
|
+
|
|
1126
|
+
Indicates if the plugin is disabled or not
|
|
1127
|
+
|
|
1128
|
+
### `undo` (object)
|
|
1129
|
+
|
|
1130
|
+
Properties of the `undo` object:
|
|
1131
|
+
|
|
1132
|
+
#### `disabled` (boolean)
|
|
1133
|
+
|
|
1134
|
+
Indicates if the plugin is disabled or not
|
|
1135
|
+
|
|
616
1136
|
## `required` (boolean)
|
|
617
1137
|
|
|
618
1138
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -690,38 +1210,142 @@ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/pa
|
|
|
690
1210
|
|
|
691
1211
|
The object is an array with all elements of the type `object`.
|
|
692
1212
|
|
|
693
|
-
The array object has the following properties:
|
|
1213
|
+
The array object has the following properties:
|
|
1214
|
+
|
|
1215
|
+
#### `event` (string, required)
|
|
1216
|
+
|
|
1217
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
1218
|
+
PIE will emit the event prefixed with "PIE-".
|
|
1219
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1220
|
+
|
|
1221
|
+
#### `iconAlt` (string, required)
|
|
1222
|
+
|
|
1223
|
+
The alt for the custom button icon
|
|
1224
|
+
|
|
1225
|
+
#### `iconType` (string, required)
|
|
1226
|
+
|
|
1227
|
+
The icon type.
|
|
1228
|
+
Currently, only "SVG" is supported.
|
|
1229
|
+
|
|
1230
|
+
#### `icon` (string, required)
|
|
1231
|
+
|
|
1232
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1233
|
+
|
|
1234
|
+
### `blockquote` (object)
|
|
1235
|
+
|
|
1236
|
+
Properties of the `blockquote` object:
|
|
1237
|
+
|
|
1238
|
+
#### `disabled` (boolean)
|
|
1239
|
+
|
|
1240
|
+
Indicates if the plugin is disabled or not
|
|
1241
|
+
|
|
1242
|
+
### `h3` (object)
|
|
1243
|
+
|
|
1244
|
+
Properties of the `h3` object:
|
|
1245
|
+
|
|
1246
|
+
#### `disabled` (boolean)
|
|
1247
|
+
|
|
1248
|
+
Indicates if the plugin is disabled or not
|
|
1249
|
+
|
|
1250
|
+
### `languageCharacters` (object)
|
|
1251
|
+
|
|
1252
|
+
Properties of the `languageCharacters` object:
|
|
1253
|
+
|
|
1254
|
+
#### `disabled` (boolean)
|
|
1255
|
+
|
|
1256
|
+
Indicates if the plugin is disabled or not
|
|
1257
|
+
|
|
1258
|
+
### `bold` (object)
|
|
1259
|
+
|
|
1260
|
+
Properties of the `bold` object:
|
|
1261
|
+
|
|
1262
|
+
#### `disabled` (boolean)
|
|
1263
|
+
|
|
1264
|
+
Indicates if the plugin is disabled or not
|
|
1265
|
+
|
|
1266
|
+
### `html` (object)
|
|
1267
|
+
|
|
1268
|
+
Properties of the `html` object:
|
|
1269
|
+
|
|
1270
|
+
#### `disabled` (boolean)
|
|
1271
|
+
|
|
1272
|
+
Indicates if the plugin is disabled or not
|
|
1273
|
+
|
|
1274
|
+
### `italic` (object)
|
|
1275
|
+
|
|
1276
|
+
Properties of the `italic` object:
|
|
1277
|
+
|
|
1278
|
+
#### `disabled` (boolean)
|
|
1279
|
+
|
|
1280
|
+
Indicates if the plugin is disabled or not
|
|
1281
|
+
|
|
1282
|
+
### `ol_list` (object)
|
|
1283
|
+
|
|
1284
|
+
Properties of the `ol_list` object:
|
|
1285
|
+
|
|
1286
|
+
#### `disabled` (boolean)
|
|
1287
|
+
|
|
1288
|
+
Indicates if the plugin is disabled or not
|
|
1289
|
+
|
|
1290
|
+
### `redo` (object)
|
|
1291
|
+
|
|
1292
|
+
Properties of the `redo` object:
|
|
1293
|
+
|
|
1294
|
+
#### `disabled` (boolean)
|
|
1295
|
+
|
|
1296
|
+
Indicates if the plugin is disabled or not
|
|
1297
|
+
|
|
1298
|
+
### `strikethrough` (object)
|
|
1299
|
+
|
|
1300
|
+
Properties of the `strikethrough` object:
|
|
1301
|
+
|
|
1302
|
+
#### `disabled` (boolean)
|
|
1303
|
+
|
|
1304
|
+
Indicates if the plugin is disabled or not
|
|
1305
|
+
|
|
1306
|
+
### `sub` (object)
|
|
1307
|
+
|
|
1308
|
+
Properties of the `sub` object:
|
|
1309
|
+
|
|
1310
|
+
#### `disabled` (boolean)
|
|
1311
|
+
|
|
1312
|
+
Indicates if the plugin is disabled or not
|
|
1313
|
+
|
|
1314
|
+
### `sup` (object)
|
|
1315
|
+
|
|
1316
|
+
Properties of the `sup` object:
|
|
1317
|
+
|
|
1318
|
+
#### `disabled` (boolean)
|
|
1319
|
+
|
|
1320
|
+
Indicates if the plugin is disabled or not
|
|
694
1321
|
|
|
695
|
-
|
|
1322
|
+
### `table` (object)
|
|
696
1323
|
|
|
697
|
-
|
|
698
|
-
PIE will emit the event prefixed with "PIE-".
|
|
699
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1324
|
+
Properties of the `table` object:
|
|
700
1325
|
|
|
701
|
-
#### `
|
|
1326
|
+
#### `disabled` (boolean)
|
|
702
1327
|
|
|
703
|
-
|
|
1328
|
+
Indicates if the plugin is disabled or not
|
|
704
1329
|
|
|
705
|
-
|
|
1330
|
+
### `ul_list` (object)
|
|
706
1331
|
|
|
707
|
-
|
|
708
|
-
Currently, only "SVG" is supported.
|
|
1332
|
+
Properties of the `ul_list` object:
|
|
709
1333
|
|
|
710
|
-
#### `
|
|
1334
|
+
#### `disabled` (boolean)
|
|
711
1335
|
|
|
712
|
-
|
|
1336
|
+
Indicates if the plugin is disabled or not
|
|
713
1337
|
|
|
714
|
-
### `
|
|
1338
|
+
### `underline` (object)
|
|
715
1339
|
|
|
716
|
-
Properties of the `
|
|
1340
|
+
Properties of the `underline` object:
|
|
717
1341
|
|
|
718
1342
|
#### `disabled` (boolean)
|
|
719
1343
|
|
|
720
1344
|
Indicates if the plugin is disabled or not
|
|
721
1345
|
|
|
722
|
-
### `
|
|
1346
|
+
### `undo` (object)
|
|
723
1347
|
|
|
724
|
-
Properties of the `
|
|
1348
|
+
Properties of the `undo` object:
|
|
725
1349
|
|
|
726
1350
|
#### `disabled` (boolean)
|
|
727
1351
|
|
|
@@ -998,6 +1622,110 @@ Properties of the `h3` object:
|
|
|
998
1622
|
|
|
999
1623
|
Indicates if the plugin is disabled or not
|
|
1000
1624
|
|
|
1625
|
+
### `languageCharacters` (object)
|
|
1626
|
+
|
|
1627
|
+
Properties of the `languageCharacters` object:
|
|
1628
|
+
|
|
1629
|
+
#### `disabled` (boolean)
|
|
1630
|
+
|
|
1631
|
+
Indicates if the plugin is disabled or not
|
|
1632
|
+
|
|
1633
|
+
### `bold` (object)
|
|
1634
|
+
|
|
1635
|
+
Properties of the `bold` object:
|
|
1636
|
+
|
|
1637
|
+
#### `disabled` (boolean)
|
|
1638
|
+
|
|
1639
|
+
Indicates if the plugin is disabled or not
|
|
1640
|
+
|
|
1641
|
+
### `html` (object)
|
|
1642
|
+
|
|
1643
|
+
Properties of the `html` object:
|
|
1644
|
+
|
|
1645
|
+
#### `disabled` (boolean)
|
|
1646
|
+
|
|
1647
|
+
Indicates if the plugin is disabled or not
|
|
1648
|
+
|
|
1649
|
+
### `italic` (object)
|
|
1650
|
+
|
|
1651
|
+
Properties of the `italic` object:
|
|
1652
|
+
|
|
1653
|
+
#### `disabled` (boolean)
|
|
1654
|
+
|
|
1655
|
+
Indicates if the plugin is disabled or not
|
|
1656
|
+
|
|
1657
|
+
### `ol_list` (object)
|
|
1658
|
+
|
|
1659
|
+
Properties of the `ol_list` object:
|
|
1660
|
+
|
|
1661
|
+
#### `disabled` (boolean)
|
|
1662
|
+
|
|
1663
|
+
Indicates if the plugin is disabled or not
|
|
1664
|
+
|
|
1665
|
+
### `redo` (object)
|
|
1666
|
+
|
|
1667
|
+
Properties of the `redo` object:
|
|
1668
|
+
|
|
1669
|
+
#### `disabled` (boolean)
|
|
1670
|
+
|
|
1671
|
+
Indicates if the plugin is disabled or not
|
|
1672
|
+
|
|
1673
|
+
### `strikethrough` (object)
|
|
1674
|
+
|
|
1675
|
+
Properties of the `strikethrough` object:
|
|
1676
|
+
|
|
1677
|
+
#### `disabled` (boolean)
|
|
1678
|
+
|
|
1679
|
+
Indicates if the plugin is disabled or not
|
|
1680
|
+
|
|
1681
|
+
### `sub` (object)
|
|
1682
|
+
|
|
1683
|
+
Properties of the `sub` object:
|
|
1684
|
+
|
|
1685
|
+
#### `disabled` (boolean)
|
|
1686
|
+
|
|
1687
|
+
Indicates if the plugin is disabled or not
|
|
1688
|
+
|
|
1689
|
+
### `sup` (object)
|
|
1690
|
+
|
|
1691
|
+
Properties of the `sup` object:
|
|
1692
|
+
|
|
1693
|
+
#### `disabled` (boolean)
|
|
1694
|
+
|
|
1695
|
+
Indicates if the plugin is disabled or not
|
|
1696
|
+
|
|
1697
|
+
### `table` (object)
|
|
1698
|
+
|
|
1699
|
+
Properties of the `table` object:
|
|
1700
|
+
|
|
1701
|
+
#### `disabled` (boolean)
|
|
1702
|
+
|
|
1703
|
+
Indicates if the plugin is disabled or not
|
|
1704
|
+
|
|
1705
|
+
### `ul_list` (object)
|
|
1706
|
+
|
|
1707
|
+
Properties of the `ul_list` object:
|
|
1708
|
+
|
|
1709
|
+
#### `disabled` (boolean)
|
|
1710
|
+
|
|
1711
|
+
Indicates if the plugin is disabled or not
|
|
1712
|
+
|
|
1713
|
+
### `underline` (object)
|
|
1714
|
+
|
|
1715
|
+
Properties of the `underline` object:
|
|
1716
|
+
|
|
1717
|
+
#### `disabled` (boolean)
|
|
1718
|
+
|
|
1719
|
+
Indicates if the plugin is disabled or not
|
|
1720
|
+
|
|
1721
|
+
### `undo` (object)
|
|
1722
|
+
|
|
1723
|
+
Properties of the `undo` object:
|
|
1724
|
+
|
|
1725
|
+
#### `disabled` (boolean)
|
|
1726
|
+
|
|
1727
|
+
Indicates if the plugin is disabled or not
|
|
1728
|
+
|
|
1001
1729
|
## `EditableHtmlButtonConfigure` (object)
|
|
1002
1730
|
|
|
1003
1731
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1114,6 +1842,110 @@ Properties of the `h3` object:
|
|
|
1114
1842
|
|
|
1115
1843
|
Indicates if the plugin is disabled or not
|
|
1116
1844
|
|
|
1845
|
+
#### `languageCharacters` (object)
|
|
1846
|
+
|
|
1847
|
+
Properties of the `languageCharacters` object:
|
|
1848
|
+
|
|
1849
|
+
##### `disabled` (boolean)
|
|
1850
|
+
|
|
1851
|
+
Indicates if the plugin is disabled or not
|
|
1852
|
+
|
|
1853
|
+
#### `bold` (object)
|
|
1854
|
+
|
|
1855
|
+
Properties of the `bold` object:
|
|
1856
|
+
|
|
1857
|
+
##### `disabled` (boolean)
|
|
1858
|
+
|
|
1859
|
+
Indicates if the plugin is disabled or not
|
|
1860
|
+
|
|
1861
|
+
#### `html` (object)
|
|
1862
|
+
|
|
1863
|
+
Properties of the `html` object:
|
|
1864
|
+
|
|
1865
|
+
##### `disabled` (boolean)
|
|
1866
|
+
|
|
1867
|
+
Indicates if the plugin is disabled or not
|
|
1868
|
+
|
|
1869
|
+
#### `italic` (object)
|
|
1870
|
+
|
|
1871
|
+
Properties of the `italic` object:
|
|
1872
|
+
|
|
1873
|
+
##### `disabled` (boolean)
|
|
1874
|
+
|
|
1875
|
+
Indicates if the plugin is disabled or not
|
|
1876
|
+
|
|
1877
|
+
#### `ol_list` (object)
|
|
1878
|
+
|
|
1879
|
+
Properties of the `ol_list` object:
|
|
1880
|
+
|
|
1881
|
+
##### `disabled` (boolean)
|
|
1882
|
+
|
|
1883
|
+
Indicates if the plugin is disabled or not
|
|
1884
|
+
|
|
1885
|
+
#### `redo` (object)
|
|
1886
|
+
|
|
1887
|
+
Properties of the `redo` object:
|
|
1888
|
+
|
|
1889
|
+
##### `disabled` (boolean)
|
|
1890
|
+
|
|
1891
|
+
Indicates if the plugin is disabled or not
|
|
1892
|
+
|
|
1893
|
+
#### `strikethrough` (object)
|
|
1894
|
+
|
|
1895
|
+
Properties of the `strikethrough` object:
|
|
1896
|
+
|
|
1897
|
+
##### `disabled` (boolean)
|
|
1898
|
+
|
|
1899
|
+
Indicates if the plugin is disabled or not
|
|
1900
|
+
|
|
1901
|
+
#### `sub` (object)
|
|
1902
|
+
|
|
1903
|
+
Properties of the `sub` object:
|
|
1904
|
+
|
|
1905
|
+
##### `disabled` (boolean)
|
|
1906
|
+
|
|
1907
|
+
Indicates if the plugin is disabled or not
|
|
1908
|
+
|
|
1909
|
+
#### `sup` (object)
|
|
1910
|
+
|
|
1911
|
+
Properties of the `sup` object:
|
|
1912
|
+
|
|
1913
|
+
##### `disabled` (boolean)
|
|
1914
|
+
|
|
1915
|
+
Indicates if the plugin is disabled or not
|
|
1916
|
+
|
|
1917
|
+
#### `table` (object)
|
|
1918
|
+
|
|
1919
|
+
Properties of the `table` object:
|
|
1920
|
+
|
|
1921
|
+
##### `disabled` (boolean)
|
|
1922
|
+
|
|
1923
|
+
Indicates if the plugin is disabled or not
|
|
1924
|
+
|
|
1925
|
+
#### `ul_list` (object)
|
|
1926
|
+
|
|
1927
|
+
Properties of the `ul_list` object:
|
|
1928
|
+
|
|
1929
|
+
##### `disabled` (boolean)
|
|
1930
|
+
|
|
1931
|
+
Indicates if the plugin is disabled or not
|
|
1932
|
+
|
|
1933
|
+
#### `underline` (object)
|
|
1934
|
+
|
|
1935
|
+
Properties of the `underline` object:
|
|
1936
|
+
|
|
1937
|
+
##### `disabled` (boolean)
|
|
1938
|
+
|
|
1939
|
+
Indicates if the plugin is disabled or not
|
|
1940
|
+
|
|
1941
|
+
#### `undo` (object)
|
|
1942
|
+
|
|
1943
|
+
Properties of the `undo` object:
|
|
1944
|
+
|
|
1945
|
+
##### `disabled` (boolean)
|
|
1946
|
+
|
|
1947
|
+
Indicates if the plugin is disabled or not
|
|
1948
|
+
|
|
1117
1949
|
### `settings` (boolean)
|
|
1118
1950
|
|
|
1119
1951
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1207,6 +2039,110 @@ Properties of the `h3` object:
|
|
|
1207
2039
|
|
|
1208
2040
|
Indicates if the plugin is disabled or not
|
|
1209
2041
|
|
|
2042
|
+
#### `languageCharacters` (object)
|
|
2043
|
+
|
|
2044
|
+
Properties of the `languageCharacters` object:
|
|
2045
|
+
|
|
2046
|
+
##### `disabled` (boolean)
|
|
2047
|
+
|
|
2048
|
+
Indicates if the plugin is disabled or not
|
|
2049
|
+
|
|
2050
|
+
#### `bold` (object)
|
|
2051
|
+
|
|
2052
|
+
Properties of the `bold` object:
|
|
2053
|
+
|
|
2054
|
+
##### `disabled` (boolean)
|
|
2055
|
+
|
|
2056
|
+
Indicates if the plugin is disabled or not
|
|
2057
|
+
|
|
2058
|
+
#### `html` (object)
|
|
2059
|
+
|
|
2060
|
+
Properties of the `html` object:
|
|
2061
|
+
|
|
2062
|
+
##### `disabled` (boolean)
|
|
2063
|
+
|
|
2064
|
+
Indicates if the plugin is disabled or not
|
|
2065
|
+
|
|
2066
|
+
#### `italic` (object)
|
|
2067
|
+
|
|
2068
|
+
Properties of the `italic` object:
|
|
2069
|
+
|
|
2070
|
+
##### `disabled` (boolean)
|
|
2071
|
+
|
|
2072
|
+
Indicates if the plugin is disabled or not
|
|
2073
|
+
|
|
2074
|
+
#### `ol_list` (object)
|
|
2075
|
+
|
|
2076
|
+
Properties of the `ol_list` object:
|
|
2077
|
+
|
|
2078
|
+
##### `disabled` (boolean)
|
|
2079
|
+
|
|
2080
|
+
Indicates if the plugin is disabled or not
|
|
2081
|
+
|
|
2082
|
+
#### `redo` (object)
|
|
2083
|
+
|
|
2084
|
+
Properties of the `redo` object:
|
|
2085
|
+
|
|
2086
|
+
##### `disabled` (boolean)
|
|
2087
|
+
|
|
2088
|
+
Indicates if the plugin is disabled or not
|
|
2089
|
+
|
|
2090
|
+
#### `strikethrough` (object)
|
|
2091
|
+
|
|
2092
|
+
Properties of the `strikethrough` object:
|
|
2093
|
+
|
|
2094
|
+
##### `disabled` (boolean)
|
|
2095
|
+
|
|
2096
|
+
Indicates if the plugin is disabled or not
|
|
2097
|
+
|
|
2098
|
+
#### `sub` (object)
|
|
2099
|
+
|
|
2100
|
+
Properties of the `sub` object:
|
|
2101
|
+
|
|
2102
|
+
##### `disabled` (boolean)
|
|
2103
|
+
|
|
2104
|
+
Indicates if the plugin is disabled or not
|
|
2105
|
+
|
|
2106
|
+
#### `sup` (object)
|
|
2107
|
+
|
|
2108
|
+
Properties of the `sup` object:
|
|
2109
|
+
|
|
2110
|
+
##### `disabled` (boolean)
|
|
2111
|
+
|
|
2112
|
+
Indicates if the plugin is disabled or not
|
|
2113
|
+
|
|
2114
|
+
#### `table` (object)
|
|
2115
|
+
|
|
2116
|
+
Properties of the `table` object:
|
|
2117
|
+
|
|
2118
|
+
##### `disabled` (boolean)
|
|
2119
|
+
|
|
2120
|
+
Indicates if the plugin is disabled or not
|
|
2121
|
+
|
|
2122
|
+
#### `ul_list` (object)
|
|
2123
|
+
|
|
2124
|
+
Properties of the `ul_list` object:
|
|
2125
|
+
|
|
2126
|
+
##### `disabled` (boolean)
|
|
2127
|
+
|
|
2128
|
+
Indicates if the plugin is disabled or not
|
|
2129
|
+
|
|
2130
|
+
#### `underline` (object)
|
|
2131
|
+
|
|
2132
|
+
Properties of the `underline` object:
|
|
2133
|
+
|
|
2134
|
+
##### `disabled` (boolean)
|
|
2135
|
+
|
|
2136
|
+
Indicates if the plugin is disabled or not
|
|
2137
|
+
|
|
2138
|
+
#### `undo` (object)
|
|
2139
|
+
|
|
2140
|
+
Properties of the `undo` object:
|
|
2141
|
+
|
|
2142
|
+
##### `disabled` (boolean)
|
|
2143
|
+
|
|
2144
|
+
Indicates if the plugin is disabled or not
|
|
2145
|
+
|
|
1210
2146
|
### `required` (boolean)
|
|
1211
2147
|
|
|
1212
2148
|
Indicates if the item is required and the value cannot be empty
|