@pie-element/explicit-constructed-response 6.22.3-next.2 → 6.22.3-next.26
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +1409 -265
- package/docs/config-schema.json.md +848 -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
|
@@ -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
|
# `choices` (object)
|
|
87
191
|
|
|
88
192
|
Properties of the `choices` 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
|
|
@@ -277,6 +485,110 @@ Properties of the `h3` object:
|
|
|
277
485
|
|
|
278
486
|
Indicates if the plugin is disabled or not
|
|
279
487
|
|
|
488
|
+
### `languageCharacters` (object)
|
|
489
|
+
|
|
490
|
+
Properties of the `languageCharacters` object:
|
|
491
|
+
|
|
492
|
+
#### `disabled` (boolean)
|
|
493
|
+
|
|
494
|
+
Indicates if the plugin is disabled or not
|
|
495
|
+
|
|
496
|
+
### `bold` (object)
|
|
497
|
+
|
|
498
|
+
Properties of the `bold` object:
|
|
499
|
+
|
|
500
|
+
#### `disabled` (boolean)
|
|
501
|
+
|
|
502
|
+
Indicates if the plugin is disabled or not
|
|
503
|
+
|
|
504
|
+
### `html` (object)
|
|
505
|
+
|
|
506
|
+
Properties of the `html` object:
|
|
507
|
+
|
|
508
|
+
#### `disabled` (boolean)
|
|
509
|
+
|
|
510
|
+
Indicates if the plugin is disabled or not
|
|
511
|
+
|
|
512
|
+
### `italic` (object)
|
|
513
|
+
|
|
514
|
+
Properties of the `italic` object:
|
|
515
|
+
|
|
516
|
+
#### `disabled` (boolean)
|
|
517
|
+
|
|
518
|
+
Indicates if the plugin is disabled or not
|
|
519
|
+
|
|
520
|
+
### `ol_list` (object)
|
|
521
|
+
|
|
522
|
+
Properties of the `ol_list` object:
|
|
523
|
+
|
|
524
|
+
#### `disabled` (boolean)
|
|
525
|
+
|
|
526
|
+
Indicates if the plugin is disabled or not
|
|
527
|
+
|
|
528
|
+
### `redo` (object)
|
|
529
|
+
|
|
530
|
+
Properties of the `redo` object:
|
|
531
|
+
|
|
532
|
+
#### `disabled` (boolean)
|
|
533
|
+
|
|
534
|
+
Indicates if the plugin is disabled or not
|
|
535
|
+
|
|
536
|
+
### `strikethrough` (object)
|
|
537
|
+
|
|
538
|
+
Properties of the `strikethrough` object:
|
|
539
|
+
|
|
540
|
+
#### `disabled` (boolean)
|
|
541
|
+
|
|
542
|
+
Indicates if the plugin is disabled or not
|
|
543
|
+
|
|
544
|
+
### `sub` (object)
|
|
545
|
+
|
|
546
|
+
Properties of the `sub` object:
|
|
547
|
+
|
|
548
|
+
#### `disabled` (boolean)
|
|
549
|
+
|
|
550
|
+
Indicates if the plugin is disabled or not
|
|
551
|
+
|
|
552
|
+
### `sup` (object)
|
|
553
|
+
|
|
554
|
+
Properties of the `sup` object:
|
|
555
|
+
|
|
556
|
+
#### `disabled` (boolean)
|
|
557
|
+
|
|
558
|
+
Indicates if the plugin is disabled or not
|
|
559
|
+
|
|
560
|
+
### `table` (object)
|
|
561
|
+
|
|
562
|
+
Properties of the `table` object:
|
|
563
|
+
|
|
564
|
+
#### `disabled` (boolean)
|
|
565
|
+
|
|
566
|
+
Indicates if the plugin is disabled or not
|
|
567
|
+
|
|
568
|
+
### `ul_list` (object)
|
|
569
|
+
|
|
570
|
+
Properties of the `ul_list` object:
|
|
571
|
+
|
|
572
|
+
#### `disabled` (boolean)
|
|
573
|
+
|
|
574
|
+
Indicates if the plugin is disabled or not
|
|
575
|
+
|
|
576
|
+
### `underline` (object)
|
|
577
|
+
|
|
578
|
+
Properties of the `underline` object:
|
|
579
|
+
|
|
580
|
+
#### `disabled` (boolean)
|
|
581
|
+
|
|
582
|
+
Indicates if the plugin is disabled or not
|
|
583
|
+
|
|
584
|
+
### `undo` (object)
|
|
585
|
+
|
|
586
|
+
Properties of the `undo` object:
|
|
587
|
+
|
|
588
|
+
#### `disabled` (boolean)
|
|
589
|
+
|
|
590
|
+
Indicates if the plugin is disabled or not
|
|
591
|
+
|
|
280
592
|
## `required` (boolean)
|
|
281
593
|
|
|
282
594
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -426,6 +738,110 @@ Properties of the `h3` object:
|
|
|
426
738
|
|
|
427
739
|
Indicates if the plugin is disabled or not
|
|
428
740
|
|
|
741
|
+
### `languageCharacters` (object)
|
|
742
|
+
|
|
743
|
+
Properties of the `languageCharacters` object:
|
|
744
|
+
|
|
745
|
+
#### `disabled` (boolean)
|
|
746
|
+
|
|
747
|
+
Indicates if the plugin is disabled or not
|
|
748
|
+
|
|
749
|
+
### `bold` (object)
|
|
750
|
+
|
|
751
|
+
Properties of the `bold` object:
|
|
752
|
+
|
|
753
|
+
#### `disabled` (boolean)
|
|
754
|
+
|
|
755
|
+
Indicates if the plugin is disabled or not
|
|
756
|
+
|
|
757
|
+
### `html` (object)
|
|
758
|
+
|
|
759
|
+
Properties of the `html` object:
|
|
760
|
+
|
|
761
|
+
#### `disabled` (boolean)
|
|
762
|
+
|
|
763
|
+
Indicates if the plugin is disabled or not
|
|
764
|
+
|
|
765
|
+
### `italic` (object)
|
|
766
|
+
|
|
767
|
+
Properties of the `italic` object:
|
|
768
|
+
|
|
769
|
+
#### `disabled` (boolean)
|
|
770
|
+
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
772
|
+
|
|
773
|
+
### `ol_list` (object)
|
|
774
|
+
|
|
775
|
+
Properties of the `ol_list` object:
|
|
776
|
+
|
|
777
|
+
#### `disabled` (boolean)
|
|
778
|
+
|
|
779
|
+
Indicates if the plugin is disabled or not
|
|
780
|
+
|
|
781
|
+
### `redo` (object)
|
|
782
|
+
|
|
783
|
+
Properties of the `redo` object:
|
|
784
|
+
|
|
785
|
+
#### `disabled` (boolean)
|
|
786
|
+
|
|
787
|
+
Indicates if the plugin is disabled or not
|
|
788
|
+
|
|
789
|
+
### `strikethrough` (object)
|
|
790
|
+
|
|
791
|
+
Properties of the `strikethrough` object:
|
|
792
|
+
|
|
793
|
+
#### `disabled` (boolean)
|
|
794
|
+
|
|
795
|
+
Indicates if the plugin is disabled or not
|
|
796
|
+
|
|
797
|
+
### `sub` (object)
|
|
798
|
+
|
|
799
|
+
Properties of the `sub` object:
|
|
800
|
+
|
|
801
|
+
#### `disabled` (boolean)
|
|
802
|
+
|
|
803
|
+
Indicates if the plugin is disabled or not
|
|
804
|
+
|
|
805
|
+
### `sup` (object)
|
|
806
|
+
|
|
807
|
+
Properties of the `sup` object:
|
|
808
|
+
|
|
809
|
+
#### `disabled` (boolean)
|
|
810
|
+
|
|
811
|
+
Indicates if the plugin is disabled or not
|
|
812
|
+
|
|
813
|
+
### `table` (object)
|
|
814
|
+
|
|
815
|
+
Properties of the `table` object:
|
|
816
|
+
|
|
817
|
+
#### `disabled` (boolean)
|
|
818
|
+
|
|
819
|
+
Indicates if the plugin is disabled or not
|
|
820
|
+
|
|
821
|
+
### `ul_list` (object)
|
|
822
|
+
|
|
823
|
+
Properties of the `ul_list` object:
|
|
824
|
+
|
|
825
|
+
#### `disabled` (boolean)
|
|
826
|
+
|
|
827
|
+
Indicates if the plugin is disabled or not
|
|
828
|
+
|
|
829
|
+
### `underline` (object)
|
|
830
|
+
|
|
831
|
+
Properties of the `underline` object:
|
|
832
|
+
|
|
833
|
+
#### `disabled` (boolean)
|
|
834
|
+
|
|
835
|
+
Indicates if the plugin is disabled or not
|
|
836
|
+
|
|
837
|
+
### `undo` (object)
|
|
838
|
+
|
|
839
|
+
Properties of the `undo` object:
|
|
840
|
+
|
|
841
|
+
#### `disabled` (boolean)
|
|
842
|
+
|
|
843
|
+
Indicates if the plugin is disabled or not
|
|
844
|
+
|
|
429
845
|
## `required` (boolean)
|
|
430
846
|
|
|
431
847
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -486,38 +902,142 @@ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/pa
|
|
|
486
902
|
|
|
487
903
|
The object is an array with all elements of the type `object`.
|
|
488
904
|
|
|
489
|
-
The array object has the following properties:
|
|
905
|
+
The array object has the following properties:
|
|
906
|
+
|
|
907
|
+
#### `event` (string, required)
|
|
908
|
+
|
|
909
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
910
|
+
PIE will emit the event prefixed with "PIE-".
|
|
911
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
912
|
+
|
|
913
|
+
#### `iconAlt` (string, required)
|
|
914
|
+
|
|
915
|
+
The alt for the custom button icon
|
|
916
|
+
|
|
917
|
+
#### `iconType` (string, required)
|
|
918
|
+
|
|
919
|
+
The icon type.
|
|
920
|
+
Currently, only "SVG" is supported.
|
|
921
|
+
|
|
922
|
+
#### `icon` (string, required)
|
|
923
|
+
|
|
924
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
925
|
+
|
|
926
|
+
### `blockquote` (object)
|
|
927
|
+
|
|
928
|
+
Properties of the `blockquote` object:
|
|
929
|
+
|
|
930
|
+
#### `disabled` (boolean)
|
|
931
|
+
|
|
932
|
+
Indicates if the plugin is disabled or not
|
|
933
|
+
|
|
934
|
+
### `h3` (object)
|
|
935
|
+
|
|
936
|
+
Properties of the `h3` object:
|
|
937
|
+
|
|
938
|
+
#### `disabled` (boolean)
|
|
939
|
+
|
|
940
|
+
Indicates if the plugin is disabled or not
|
|
941
|
+
|
|
942
|
+
### `languageCharacters` (object)
|
|
943
|
+
|
|
944
|
+
Properties of the `languageCharacters` object:
|
|
945
|
+
|
|
946
|
+
#### `disabled` (boolean)
|
|
947
|
+
|
|
948
|
+
Indicates if the plugin is disabled or not
|
|
949
|
+
|
|
950
|
+
### `bold` (object)
|
|
951
|
+
|
|
952
|
+
Properties of the `bold` object:
|
|
953
|
+
|
|
954
|
+
#### `disabled` (boolean)
|
|
955
|
+
|
|
956
|
+
Indicates if the plugin is disabled or not
|
|
957
|
+
|
|
958
|
+
### `html` (object)
|
|
959
|
+
|
|
960
|
+
Properties of the `html` object:
|
|
961
|
+
|
|
962
|
+
#### `disabled` (boolean)
|
|
963
|
+
|
|
964
|
+
Indicates if the plugin is disabled or not
|
|
965
|
+
|
|
966
|
+
### `italic` (object)
|
|
967
|
+
|
|
968
|
+
Properties of the `italic` object:
|
|
969
|
+
|
|
970
|
+
#### `disabled` (boolean)
|
|
971
|
+
|
|
972
|
+
Indicates if the plugin is disabled or not
|
|
973
|
+
|
|
974
|
+
### `ol_list` (object)
|
|
975
|
+
|
|
976
|
+
Properties of the `ol_list` object:
|
|
977
|
+
|
|
978
|
+
#### `disabled` (boolean)
|
|
979
|
+
|
|
980
|
+
Indicates if the plugin is disabled or not
|
|
981
|
+
|
|
982
|
+
### `redo` (object)
|
|
983
|
+
|
|
984
|
+
Properties of the `redo` object:
|
|
985
|
+
|
|
986
|
+
#### `disabled` (boolean)
|
|
987
|
+
|
|
988
|
+
Indicates if the plugin is disabled or not
|
|
989
|
+
|
|
990
|
+
### `strikethrough` (object)
|
|
991
|
+
|
|
992
|
+
Properties of the `strikethrough` object:
|
|
993
|
+
|
|
994
|
+
#### `disabled` (boolean)
|
|
995
|
+
|
|
996
|
+
Indicates if the plugin is disabled or not
|
|
997
|
+
|
|
998
|
+
### `sub` (object)
|
|
999
|
+
|
|
1000
|
+
Properties of the `sub` object:
|
|
1001
|
+
|
|
1002
|
+
#### `disabled` (boolean)
|
|
1003
|
+
|
|
1004
|
+
Indicates if the plugin is disabled or not
|
|
1005
|
+
|
|
1006
|
+
### `sup` (object)
|
|
1007
|
+
|
|
1008
|
+
Properties of the `sup` object:
|
|
1009
|
+
|
|
1010
|
+
#### `disabled` (boolean)
|
|
1011
|
+
|
|
1012
|
+
Indicates if the plugin is disabled or not
|
|
490
1013
|
|
|
491
|
-
|
|
1014
|
+
### `table` (object)
|
|
492
1015
|
|
|
493
|
-
|
|
494
|
-
PIE will emit the event prefixed with "PIE-".
|
|
495
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1016
|
+
Properties of the `table` object:
|
|
496
1017
|
|
|
497
|
-
#### `
|
|
1018
|
+
#### `disabled` (boolean)
|
|
498
1019
|
|
|
499
|
-
|
|
1020
|
+
Indicates if the plugin is disabled or not
|
|
500
1021
|
|
|
501
|
-
|
|
1022
|
+
### `ul_list` (object)
|
|
502
1023
|
|
|
503
|
-
|
|
504
|
-
Currently, only "SVG" is supported.
|
|
1024
|
+
Properties of the `ul_list` object:
|
|
505
1025
|
|
|
506
|
-
#### `
|
|
1026
|
+
#### `disabled` (boolean)
|
|
507
1027
|
|
|
508
|
-
|
|
1028
|
+
Indicates if the plugin is disabled or not
|
|
509
1029
|
|
|
510
|
-
### `
|
|
1030
|
+
### `underline` (object)
|
|
511
1031
|
|
|
512
|
-
Properties of the `
|
|
1032
|
+
Properties of the `underline` object:
|
|
513
1033
|
|
|
514
1034
|
#### `disabled` (boolean)
|
|
515
1035
|
|
|
516
1036
|
Indicates if the plugin is disabled or not
|
|
517
1037
|
|
|
518
|
-
### `
|
|
1038
|
+
### `undo` (object)
|
|
519
1039
|
|
|
520
|
-
Properties of the `
|
|
1040
|
+
Properties of the `undo` object:
|
|
521
1041
|
|
|
522
1042
|
#### `disabled` (boolean)
|
|
523
1043
|
|
|
@@ -806,6 +1326,110 @@ Properties of the `h3` object:
|
|
|
806
1326
|
|
|
807
1327
|
Indicates if the plugin is disabled or not
|
|
808
1328
|
|
|
1329
|
+
### `languageCharacters` (object)
|
|
1330
|
+
|
|
1331
|
+
Properties of the `languageCharacters` object:
|
|
1332
|
+
|
|
1333
|
+
#### `disabled` (boolean)
|
|
1334
|
+
|
|
1335
|
+
Indicates if the plugin is disabled or not
|
|
1336
|
+
|
|
1337
|
+
### `bold` (object)
|
|
1338
|
+
|
|
1339
|
+
Properties of the `bold` object:
|
|
1340
|
+
|
|
1341
|
+
#### `disabled` (boolean)
|
|
1342
|
+
|
|
1343
|
+
Indicates if the plugin is disabled or not
|
|
1344
|
+
|
|
1345
|
+
### `html` (object)
|
|
1346
|
+
|
|
1347
|
+
Properties of the `html` object:
|
|
1348
|
+
|
|
1349
|
+
#### `disabled` (boolean)
|
|
1350
|
+
|
|
1351
|
+
Indicates if the plugin is disabled or not
|
|
1352
|
+
|
|
1353
|
+
### `italic` (object)
|
|
1354
|
+
|
|
1355
|
+
Properties of the `italic` object:
|
|
1356
|
+
|
|
1357
|
+
#### `disabled` (boolean)
|
|
1358
|
+
|
|
1359
|
+
Indicates if the plugin is disabled or not
|
|
1360
|
+
|
|
1361
|
+
### `ol_list` (object)
|
|
1362
|
+
|
|
1363
|
+
Properties of the `ol_list` object:
|
|
1364
|
+
|
|
1365
|
+
#### `disabled` (boolean)
|
|
1366
|
+
|
|
1367
|
+
Indicates if the plugin is disabled or not
|
|
1368
|
+
|
|
1369
|
+
### `redo` (object)
|
|
1370
|
+
|
|
1371
|
+
Properties of the `redo` object:
|
|
1372
|
+
|
|
1373
|
+
#### `disabled` (boolean)
|
|
1374
|
+
|
|
1375
|
+
Indicates if the plugin is disabled or not
|
|
1376
|
+
|
|
1377
|
+
### `strikethrough` (object)
|
|
1378
|
+
|
|
1379
|
+
Properties of the `strikethrough` object:
|
|
1380
|
+
|
|
1381
|
+
#### `disabled` (boolean)
|
|
1382
|
+
|
|
1383
|
+
Indicates if the plugin is disabled or not
|
|
1384
|
+
|
|
1385
|
+
### `sub` (object)
|
|
1386
|
+
|
|
1387
|
+
Properties of the `sub` object:
|
|
1388
|
+
|
|
1389
|
+
#### `disabled` (boolean)
|
|
1390
|
+
|
|
1391
|
+
Indicates if the plugin is disabled or not
|
|
1392
|
+
|
|
1393
|
+
### `sup` (object)
|
|
1394
|
+
|
|
1395
|
+
Properties of the `sup` object:
|
|
1396
|
+
|
|
1397
|
+
#### `disabled` (boolean)
|
|
1398
|
+
|
|
1399
|
+
Indicates if the plugin is disabled or not
|
|
1400
|
+
|
|
1401
|
+
### `table` (object)
|
|
1402
|
+
|
|
1403
|
+
Properties of the `table` object:
|
|
1404
|
+
|
|
1405
|
+
#### `disabled` (boolean)
|
|
1406
|
+
|
|
1407
|
+
Indicates if the plugin is disabled or not
|
|
1408
|
+
|
|
1409
|
+
### `ul_list` (object)
|
|
1410
|
+
|
|
1411
|
+
Properties of the `ul_list` object:
|
|
1412
|
+
|
|
1413
|
+
#### `disabled` (boolean)
|
|
1414
|
+
|
|
1415
|
+
Indicates if the plugin is disabled or not
|
|
1416
|
+
|
|
1417
|
+
### `underline` (object)
|
|
1418
|
+
|
|
1419
|
+
Properties of the `underline` object:
|
|
1420
|
+
|
|
1421
|
+
#### `disabled` (boolean)
|
|
1422
|
+
|
|
1423
|
+
Indicates if the plugin is disabled or not
|
|
1424
|
+
|
|
1425
|
+
### `undo` (object)
|
|
1426
|
+
|
|
1427
|
+
Properties of the `undo` object:
|
|
1428
|
+
|
|
1429
|
+
#### `disabled` (boolean)
|
|
1430
|
+
|
|
1431
|
+
Indicates if the plugin is disabled or not
|
|
1432
|
+
|
|
809
1433
|
## `EditableHtmlButtonConfigure` (object)
|
|
810
1434
|
|
|
811
1435
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -934,6 +1558,110 @@ Properties of the `h3` object:
|
|
|
934
1558
|
|
|
935
1559
|
Indicates if the plugin is disabled or not
|
|
936
1560
|
|
|
1561
|
+
#### `languageCharacters` (object)
|
|
1562
|
+
|
|
1563
|
+
Properties of the `languageCharacters` object:
|
|
1564
|
+
|
|
1565
|
+
##### `disabled` (boolean)
|
|
1566
|
+
|
|
1567
|
+
Indicates if the plugin is disabled or not
|
|
1568
|
+
|
|
1569
|
+
#### `bold` (object)
|
|
1570
|
+
|
|
1571
|
+
Properties of the `bold` object:
|
|
1572
|
+
|
|
1573
|
+
##### `disabled` (boolean)
|
|
1574
|
+
|
|
1575
|
+
Indicates if the plugin is disabled or not
|
|
1576
|
+
|
|
1577
|
+
#### `html` (object)
|
|
1578
|
+
|
|
1579
|
+
Properties of the `html` object:
|
|
1580
|
+
|
|
1581
|
+
##### `disabled` (boolean)
|
|
1582
|
+
|
|
1583
|
+
Indicates if the plugin is disabled or not
|
|
1584
|
+
|
|
1585
|
+
#### `italic` (object)
|
|
1586
|
+
|
|
1587
|
+
Properties of the `italic` object:
|
|
1588
|
+
|
|
1589
|
+
##### `disabled` (boolean)
|
|
1590
|
+
|
|
1591
|
+
Indicates if the plugin is disabled or not
|
|
1592
|
+
|
|
1593
|
+
#### `ol_list` (object)
|
|
1594
|
+
|
|
1595
|
+
Properties of the `ol_list` object:
|
|
1596
|
+
|
|
1597
|
+
##### `disabled` (boolean)
|
|
1598
|
+
|
|
1599
|
+
Indicates if the plugin is disabled or not
|
|
1600
|
+
|
|
1601
|
+
#### `redo` (object)
|
|
1602
|
+
|
|
1603
|
+
Properties of the `redo` object:
|
|
1604
|
+
|
|
1605
|
+
##### `disabled` (boolean)
|
|
1606
|
+
|
|
1607
|
+
Indicates if the plugin is disabled or not
|
|
1608
|
+
|
|
1609
|
+
#### `strikethrough` (object)
|
|
1610
|
+
|
|
1611
|
+
Properties of the `strikethrough` object:
|
|
1612
|
+
|
|
1613
|
+
##### `disabled` (boolean)
|
|
1614
|
+
|
|
1615
|
+
Indicates if the plugin is disabled or not
|
|
1616
|
+
|
|
1617
|
+
#### `sub` (object)
|
|
1618
|
+
|
|
1619
|
+
Properties of the `sub` object:
|
|
1620
|
+
|
|
1621
|
+
##### `disabled` (boolean)
|
|
1622
|
+
|
|
1623
|
+
Indicates if the plugin is disabled or not
|
|
1624
|
+
|
|
1625
|
+
#### `sup` (object)
|
|
1626
|
+
|
|
1627
|
+
Properties of the `sup` object:
|
|
1628
|
+
|
|
1629
|
+
##### `disabled` (boolean)
|
|
1630
|
+
|
|
1631
|
+
Indicates if the plugin is disabled or not
|
|
1632
|
+
|
|
1633
|
+
#### `table` (object)
|
|
1634
|
+
|
|
1635
|
+
Properties of the `table` object:
|
|
1636
|
+
|
|
1637
|
+
##### `disabled` (boolean)
|
|
1638
|
+
|
|
1639
|
+
Indicates if the plugin is disabled or not
|
|
1640
|
+
|
|
1641
|
+
#### `ul_list` (object)
|
|
1642
|
+
|
|
1643
|
+
Properties of the `ul_list` object:
|
|
1644
|
+
|
|
1645
|
+
##### `disabled` (boolean)
|
|
1646
|
+
|
|
1647
|
+
Indicates if the plugin is disabled or not
|
|
1648
|
+
|
|
1649
|
+
#### `underline` (object)
|
|
1650
|
+
|
|
1651
|
+
Properties of the `underline` object:
|
|
1652
|
+
|
|
1653
|
+
##### `disabled` (boolean)
|
|
1654
|
+
|
|
1655
|
+
Indicates if the plugin is disabled or not
|
|
1656
|
+
|
|
1657
|
+
#### `undo` (object)
|
|
1658
|
+
|
|
1659
|
+
Properties of the `undo` object:
|
|
1660
|
+
|
|
1661
|
+
##### `disabled` (boolean)
|
|
1662
|
+
|
|
1663
|
+
Indicates if the plugin is disabled or not
|
|
1664
|
+
|
|
937
1665
|
### `required` (boolean)
|
|
938
1666
|
|
|
939
1667
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1031,6 +1759,110 @@ Properties of the `h3` object:
|
|
|
1031
1759
|
|
|
1032
1760
|
Indicates if the plugin is disabled or not
|
|
1033
1761
|
|
|
1762
|
+
#### `languageCharacters` (object)
|
|
1763
|
+
|
|
1764
|
+
Properties of the `languageCharacters` object:
|
|
1765
|
+
|
|
1766
|
+
##### `disabled` (boolean)
|
|
1767
|
+
|
|
1768
|
+
Indicates if the plugin is disabled or not
|
|
1769
|
+
|
|
1770
|
+
#### `bold` (object)
|
|
1771
|
+
|
|
1772
|
+
Properties of the `bold` object:
|
|
1773
|
+
|
|
1774
|
+
##### `disabled` (boolean)
|
|
1775
|
+
|
|
1776
|
+
Indicates if the plugin is disabled or not
|
|
1777
|
+
|
|
1778
|
+
#### `html` (object)
|
|
1779
|
+
|
|
1780
|
+
Properties of the `html` object:
|
|
1781
|
+
|
|
1782
|
+
##### `disabled` (boolean)
|
|
1783
|
+
|
|
1784
|
+
Indicates if the plugin is disabled or not
|
|
1785
|
+
|
|
1786
|
+
#### `italic` (object)
|
|
1787
|
+
|
|
1788
|
+
Properties of the `italic` object:
|
|
1789
|
+
|
|
1790
|
+
##### `disabled` (boolean)
|
|
1791
|
+
|
|
1792
|
+
Indicates if the plugin is disabled or not
|
|
1793
|
+
|
|
1794
|
+
#### `ol_list` (object)
|
|
1795
|
+
|
|
1796
|
+
Properties of the `ol_list` object:
|
|
1797
|
+
|
|
1798
|
+
##### `disabled` (boolean)
|
|
1799
|
+
|
|
1800
|
+
Indicates if the plugin is disabled or not
|
|
1801
|
+
|
|
1802
|
+
#### `redo` (object)
|
|
1803
|
+
|
|
1804
|
+
Properties of the `redo` object:
|
|
1805
|
+
|
|
1806
|
+
##### `disabled` (boolean)
|
|
1807
|
+
|
|
1808
|
+
Indicates if the plugin is disabled or not
|
|
1809
|
+
|
|
1810
|
+
#### `strikethrough` (object)
|
|
1811
|
+
|
|
1812
|
+
Properties of the `strikethrough` object:
|
|
1813
|
+
|
|
1814
|
+
##### `disabled` (boolean)
|
|
1815
|
+
|
|
1816
|
+
Indicates if the plugin is disabled or not
|
|
1817
|
+
|
|
1818
|
+
#### `sub` (object)
|
|
1819
|
+
|
|
1820
|
+
Properties of the `sub` object:
|
|
1821
|
+
|
|
1822
|
+
##### `disabled` (boolean)
|
|
1823
|
+
|
|
1824
|
+
Indicates if the plugin is disabled or not
|
|
1825
|
+
|
|
1826
|
+
#### `sup` (object)
|
|
1827
|
+
|
|
1828
|
+
Properties of the `sup` object:
|
|
1829
|
+
|
|
1830
|
+
##### `disabled` (boolean)
|
|
1831
|
+
|
|
1832
|
+
Indicates if the plugin is disabled or not
|
|
1833
|
+
|
|
1834
|
+
#### `table` (object)
|
|
1835
|
+
|
|
1836
|
+
Properties of the `table` object:
|
|
1837
|
+
|
|
1838
|
+
##### `disabled` (boolean)
|
|
1839
|
+
|
|
1840
|
+
Indicates if the plugin is disabled or not
|
|
1841
|
+
|
|
1842
|
+
#### `ul_list` (object)
|
|
1843
|
+
|
|
1844
|
+
Properties of the `ul_list` object:
|
|
1845
|
+
|
|
1846
|
+
##### `disabled` (boolean)
|
|
1847
|
+
|
|
1848
|
+
Indicates if the plugin is disabled or not
|
|
1849
|
+
|
|
1850
|
+
#### `underline` (object)
|
|
1851
|
+
|
|
1852
|
+
Properties of the `underline` object:
|
|
1853
|
+
|
|
1854
|
+
##### `disabled` (boolean)
|
|
1855
|
+
|
|
1856
|
+
Indicates if the plugin is disabled or not
|
|
1857
|
+
|
|
1858
|
+
#### `undo` (object)
|
|
1859
|
+
|
|
1860
|
+
Properties of the `undo` object:
|
|
1861
|
+
|
|
1862
|
+
##### `disabled` (boolean)
|
|
1863
|
+
|
|
1864
|
+
Indicates if the plugin is disabled or not
|
|
1865
|
+
|
|
1034
1866
|
### `settings` (boolean)
|
|
1035
1867
|
|
|
1036
1868
|
Indicates if the item has to be displayed in the Settings Panel
|