@pie-element/number-line 8.19.3-next.17 → 8.19.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/docs/config-schema.json +1342 -198
- package/docs/config-schema.json.md +848 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/package.json +2 -2
|
@@ -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
|
# `instruction` (object)
|
|
87
191
|
|
|
88
192
|
Properties of the `instruction` object:
|
|
@@ -185,6 +289,110 @@ Properties of the `h3` object:
|
|
|
185
289
|
|
|
186
290
|
Indicates if the plugin is disabled or not
|
|
187
291
|
|
|
292
|
+
### `languageCharacters` (object)
|
|
293
|
+
|
|
294
|
+
Properties of the `languageCharacters` object:
|
|
295
|
+
|
|
296
|
+
#### `disabled` (boolean)
|
|
297
|
+
|
|
298
|
+
Indicates if the plugin is disabled or not
|
|
299
|
+
|
|
300
|
+
### `bold` (object)
|
|
301
|
+
|
|
302
|
+
Properties of the `bold` object:
|
|
303
|
+
|
|
304
|
+
#### `disabled` (boolean)
|
|
305
|
+
|
|
306
|
+
Indicates if the plugin is disabled or not
|
|
307
|
+
|
|
308
|
+
### `html` (object)
|
|
309
|
+
|
|
310
|
+
Properties of the `html` object:
|
|
311
|
+
|
|
312
|
+
#### `disabled` (boolean)
|
|
313
|
+
|
|
314
|
+
Indicates if the plugin is disabled or not
|
|
315
|
+
|
|
316
|
+
### `italic` (object)
|
|
317
|
+
|
|
318
|
+
Properties of the `italic` object:
|
|
319
|
+
|
|
320
|
+
#### `disabled` (boolean)
|
|
321
|
+
|
|
322
|
+
Indicates if the plugin is disabled or not
|
|
323
|
+
|
|
324
|
+
### `ol_list` (object)
|
|
325
|
+
|
|
326
|
+
Properties of the `ol_list` object:
|
|
327
|
+
|
|
328
|
+
#### `disabled` (boolean)
|
|
329
|
+
|
|
330
|
+
Indicates if the plugin is disabled or not
|
|
331
|
+
|
|
332
|
+
### `redo` (object)
|
|
333
|
+
|
|
334
|
+
Properties of the `redo` object:
|
|
335
|
+
|
|
336
|
+
#### `disabled` (boolean)
|
|
337
|
+
|
|
338
|
+
Indicates if the plugin is disabled or not
|
|
339
|
+
|
|
340
|
+
### `strikethrough` (object)
|
|
341
|
+
|
|
342
|
+
Properties of the `strikethrough` object:
|
|
343
|
+
|
|
344
|
+
#### `disabled` (boolean)
|
|
345
|
+
|
|
346
|
+
Indicates if the plugin is disabled or not
|
|
347
|
+
|
|
348
|
+
### `sub` (object)
|
|
349
|
+
|
|
350
|
+
Properties of the `sub` object:
|
|
351
|
+
|
|
352
|
+
#### `disabled` (boolean)
|
|
353
|
+
|
|
354
|
+
Indicates if the plugin is disabled or not
|
|
355
|
+
|
|
356
|
+
### `sup` (object)
|
|
357
|
+
|
|
358
|
+
Properties of the `sup` object:
|
|
359
|
+
|
|
360
|
+
#### `disabled` (boolean)
|
|
361
|
+
|
|
362
|
+
Indicates if the plugin is disabled or not
|
|
363
|
+
|
|
364
|
+
### `table` (object)
|
|
365
|
+
|
|
366
|
+
Properties of the `table` object:
|
|
367
|
+
|
|
368
|
+
#### `disabled` (boolean)
|
|
369
|
+
|
|
370
|
+
Indicates if the plugin is disabled or not
|
|
371
|
+
|
|
372
|
+
### `ul_list` (object)
|
|
373
|
+
|
|
374
|
+
Properties of the `ul_list` object:
|
|
375
|
+
|
|
376
|
+
#### `disabled` (boolean)
|
|
377
|
+
|
|
378
|
+
Indicates if the plugin is disabled or not
|
|
379
|
+
|
|
380
|
+
### `underline` (object)
|
|
381
|
+
|
|
382
|
+
Properties of the `underline` object:
|
|
383
|
+
|
|
384
|
+
#### `disabled` (boolean)
|
|
385
|
+
|
|
386
|
+
Indicates if the plugin is disabled or not
|
|
387
|
+
|
|
388
|
+
### `undo` (object)
|
|
389
|
+
|
|
390
|
+
Properties of the `undo` object:
|
|
391
|
+
|
|
392
|
+
#### `disabled` (boolean)
|
|
393
|
+
|
|
394
|
+
Indicates if the plugin is disabled or not
|
|
395
|
+
|
|
188
396
|
## `required` (boolean)
|
|
189
397
|
|
|
190
398
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -282,6 +490,110 @@ Properties of the `h3` object:
|
|
|
282
490
|
|
|
283
491
|
Indicates if the plugin is disabled or not
|
|
284
492
|
|
|
493
|
+
### `languageCharacters` (object)
|
|
494
|
+
|
|
495
|
+
Properties of the `languageCharacters` object:
|
|
496
|
+
|
|
497
|
+
#### `disabled` (boolean)
|
|
498
|
+
|
|
499
|
+
Indicates if the plugin is disabled or not
|
|
500
|
+
|
|
501
|
+
### `bold` (object)
|
|
502
|
+
|
|
503
|
+
Properties of the `bold` object:
|
|
504
|
+
|
|
505
|
+
#### `disabled` (boolean)
|
|
506
|
+
|
|
507
|
+
Indicates if the plugin is disabled or not
|
|
508
|
+
|
|
509
|
+
### `html` (object)
|
|
510
|
+
|
|
511
|
+
Properties of the `html` object:
|
|
512
|
+
|
|
513
|
+
#### `disabled` (boolean)
|
|
514
|
+
|
|
515
|
+
Indicates if the plugin is disabled or not
|
|
516
|
+
|
|
517
|
+
### `italic` (object)
|
|
518
|
+
|
|
519
|
+
Properties of the `italic` object:
|
|
520
|
+
|
|
521
|
+
#### `disabled` (boolean)
|
|
522
|
+
|
|
523
|
+
Indicates if the plugin is disabled or not
|
|
524
|
+
|
|
525
|
+
### `ol_list` (object)
|
|
526
|
+
|
|
527
|
+
Properties of the `ol_list` object:
|
|
528
|
+
|
|
529
|
+
#### `disabled` (boolean)
|
|
530
|
+
|
|
531
|
+
Indicates if the plugin is disabled or not
|
|
532
|
+
|
|
533
|
+
### `redo` (object)
|
|
534
|
+
|
|
535
|
+
Properties of the `redo` object:
|
|
536
|
+
|
|
537
|
+
#### `disabled` (boolean)
|
|
538
|
+
|
|
539
|
+
Indicates if the plugin is disabled or not
|
|
540
|
+
|
|
541
|
+
### `strikethrough` (object)
|
|
542
|
+
|
|
543
|
+
Properties of the `strikethrough` object:
|
|
544
|
+
|
|
545
|
+
#### `disabled` (boolean)
|
|
546
|
+
|
|
547
|
+
Indicates if the plugin is disabled or not
|
|
548
|
+
|
|
549
|
+
### `sub` (object)
|
|
550
|
+
|
|
551
|
+
Properties of the `sub` object:
|
|
552
|
+
|
|
553
|
+
#### `disabled` (boolean)
|
|
554
|
+
|
|
555
|
+
Indicates if the plugin is disabled or not
|
|
556
|
+
|
|
557
|
+
### `sup` (object)
|
|
558
|
+
|
|
559
|
+
Properties of the `sup` object:
|
|
560
|
+
|
|
561
|
+
#### `disabled` (boolean)
|
|
562
|
+
|
|
563
|
+
Indicates if the plugin is disabled or not
|
|
564
|
+
|
|
565
|
+
### `table` (object)
|
|
566
|
+
|
|
567
|
+
Properties of the `table` object:
|
|
568
|
+
|
|
569
|
+
#### `disabled` (boolean)
|
|
570
|
+
|
|
571
|
+
Indicates if the plugin is disabled or not
|
|
572
|
+
|
|
573
|
+
### `ul_list` (object)
|
|
574
|
+
|
|
575
|
+
Properties of the `ul_list` object:
|
|
576
|
+
|
|
577
|
+
#### `disabled` (boolean)
|
|
578
|
+
|
|
579
|
+
Indicates if the plugin is disabled or not
|
|
580
|
+
|
|
581
|
+
### `underline` (object)
|
|
582
|
+
|
|
583
|
+
Properties of the `underline` object:
|
|
584
|
+
|
|
585
|
+
#### `disabled` (boolean)
|
|
586
|
+
|
|
587
|
+
Indicates if the plugin is disabled or not
|
|
588
|
+
|
|
589
|
+
### `undo` (object)
|
|
590
|
+
|
|
591
|
+
Properties of the `undo` object:
|
|
592
|
+
|
|
593
|
+
#### `disabled` (boolean)
|
|
594
|
+
|
|
595
|
+
Indicates if the plugin is disabled or not
|
|
596
|
+
|
|
285
597
|
## `required` (boolean)
|
|
286
598
|
|
|
287
599
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -379,6 +691,110 @@ Properties of the `h3` object:
|
|
|
379
691
|
|
|
380
692
|
Indicates if the plugin is disabled or not
|
|
381
693
|
|
|
694
|
+
### `languageCharacters` (object)
|
|
695
|
+
|
|
696
|
+
Properties of the `languageCharacters` object:
|
|
697
|
+
|
|
698
|
+
#### `disabled` (boolean)
|
|
699
|
+
|
|
700
|
+
Indicates if the plugin is disabled or not
|
|
701
|
+
|
|
702
|
+
### `bold` (object)
|
|
703
|
+
|
|
704
|
+
Properties of the `bold` object:
|
|
705
|
+
|
|
706
|
+
#### `disabled` (boolean)
|
|
707
|
+
|
|
708
|
+
Indicates if the plugin is disabled or not
|
|
709
|
+
|
|
710
|
+
### `html` (object)
|
|
711
|
+
|
|
712
|
+
Properties of the `html` object:
|
|
713
|
+
|
|
714
|
+
#### `disabled` (boolean)
|
|
715
|
+
|
|
716
|
+
Indicates if the plugin is disabled or not
|
|
717
|
+
|
|
718
|
+
### `italic` (object)
|
|
719
|
+
|
|
720
|
+
Properties of the `italic` object:
|
|
721
|
+
|
|
722
|
+
#### `disabled` (boolean)
|
|
723
|
+
|
|
724
|
+
Indicates if the plugin is disabled or not
|
|
725
|
+
|
|
726
|
+
### `ol_list` (object)
|
|
727
|
+
|
|
728
|
+
Properties of the `ol_list` object:
|
|
729
|
+
|
|
730
|
+
#### `disabled` (boolean)
|
|
731
|
+
|
|
732
|
+
Indicates if the plugin is disabled or not
|
|
733
|
+
|
|
734
|
+
### `redo` (object)
|
|
735
|
+
|
|
736
|
+
Properties of the `redo` object:
|
|
737
|
+
|
|
738
|
+
#### `disabled` (boolean)
|
|
739
|
+
|
|
740
|
+
Indicates if the plugin is disabled or not
|
|
741
|
+
|
|
742
|
+
### `strikethrough` (object)
|
|
743
|
+
|
|
744
|
+
Properties of the `strikethrough` object:
|
|
745
|
+
|
|
746
|
+
#### `disabled` (boolean)
|
|
747
|
+
|
|
748
|
+
Indicates if the plugin is disabled or not
|
|
749
|
+
|
|
750
|
+
### `sub` (object)
|
|
751
|
+
|
|
752
|
+
Properties of the `sub` object:
|
|
753
|
+
|
|
754
|
+
#### `disabled` (boolean)
|
|
755
|
+
|
|
756
|
+
Indicates if the plugin is disabled or not
|
|
757
|
+
|
|
758
|
+
### `sup` (object)
|
|
759
|
+
|
|
760
|
+
Properties of the `sup` object:
|
|
761
|
+
|
|
762
|
+
#### `disabled` (boolean)
|
|
763
|
+
|
|
764
|
+
Indicates if the plugin is disabled or not
|
|
765
|
+
|
|
766
|
+
### `table` (object)
|
|
767
|
+
|
|
768
|
+
Properties of the `table` object:
|
|
769
|
+
|
|
770
|
+
#### `disabled` (boolean)
|
|
771
|
+
|
|
772
|
+
Indicates if the plugin is disabled or not
|
|
773
|
+
|
|
774
|
+
### `ul_list` (object)
|
|
775
|
+
|
|
776
|
+
Properties of the `ul_list` object:
|
|
777
|
+
|
|
778
|
+
#### `disabled` (boolean)
|
|
779
|
+
|
|
780
|
+
Indicates if the plugin is disabled or not
|
|
781
|
+
|
|
782
|
+
### `underline` (object)
|
|
783
|
+
|
|
784
|
+
Properties of the `underline` object:
|
|
785
|
+
|
|
786
|
+
#### `disabled` (boolean)
|
|
787
|
+
|
|
788
|
+
Indicates if the plugin is disabled or not
|
|
789
|
+
|
|
790
|
+
### `undo` (object)
|
|
791
|
+
|
|
792
|
+
Properties of the `undo` object:
|
|
793
|
+
|
|
794
|
+
#### `disabled` (boolean)
|
|
795
|
+
|
|
796
|
+
Indicates if the plugin is disabled or not
|
|
797
|
+
|
|
382
798
|
## `required` (boolean)
|
|
383
799
|
|
|
384
800
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -439,38 +855,142 @@ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/pa
|
|
|
439
855
|
|
|
440
856
|
The object is an array with all elements of the type `object`.
|
|
441
857
|
|
|
442
|
-
The array object has the following properties:
|
|
858
|
+
The array object has the following properties:
|
|
859
|
+
|
|
860
|
+
#### `event` (string, required)
|
|
861
|
+
|
|
862
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
863
|
+
PIE will emit the event prefixed with "PIE-".
|
|
864
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
865
|
+
|
|
866
|
+
#### `iconAlt` (string, required)
|
|
867
|
+
|
|
868
|
+
The alt for the custom button icon
|
|
869
|
+
|
|
870
|
+
#### `iconType` (string, required)
|
|
871
|
+
|
|
872
|
+
The icon type.
|
|
873
|
+
Currently, only "SVG" is supported.
|
|
874
|
+
|
|
875
|
+
#### `icon` (string, required)
|
|
876
|
+
|
|
877
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
878
|
+
|
|
879
|
+
### `blockquote` (object)
|
|
880
|
+
|
|
881
|
+
Properties of the `blockquote` object:
|
|
882
|
+
|
|
883
|
+
#### `disabled` (boolean)
|
|
884
|
+
|
|
885
|
+
Indicates if the plugin is disabled or not
|
|
886
|
+
|
|
887
|
+
### `h3` (object)
|
|
888
|
+
|
|
889
|
+
Properties of the `h3` object:
|
|
890
|
+
|
|
891
|
+
#### `disabled` (boolean)
|
|
892
|
+
|
|
893
|
+
Indicates if the plugin is disabled or not
|
|
894
|
+
|
|
895
|
+
### `languageCharacters` (object)
|
|
896
|
+
|
|
897
|
+
Properties of the `languageCharacters` object:
|
|
898
|
+
|
|
899
|
+
#### `disabled` (boolean)
|
|
900
|
+
|
|
901
|
+
Indicates if the plugin is disabled or not
|
|
902
|
+
|
|
903
|
+
### `bold` (object)
|
|
904
|
+
|
|
905
|
+
Properties of the `bold` object:
|
|
906
|
+
|
|
907
|
+
#### `disabled` (boolean)
|
|
908
|
+
|
|
909
|
+
Indicates if the plugin is disabled or not
|
|
910
|
+
|
|
911
|
+
### `html` (object)
|
|
912
|
+
|
|
913
|
+
Properties of the `html` object:
|
|
914
|
+
|
|
915
|
+
#### `disabled` (boolean)
|
|
916
|
+
|
|
917
|
+
Indicates if the plugin is disabled or not
|
|
918
|
+
|
|
919
|
+
### `italic` (object)
|
|
920
|
+
|
|
921
|
+
Properties of the `italic` object:
|
|
922
|
+
|
|
923
|
+
#### `disabled` (boolean)
|
|
924
|
+
|
|
925
|
+
Indicates if the plugin is disabled or not
|
|
926
|
+
|
|
927
|
+
### `ol_list` (object)
|
|
928
|
+
|
|
929
|
+
Properties of the `ol_list` object:
|
|
930
|
+
|
|
931
|
+
#### `disabled` (boolean)
|
|
932
|
+
|
|
933
|
+
Indicates if the plugin is disabled or not
|
|
934
|
+
|
|
935
|
+
### `redo` (object)
|
|
936
|
+
|
|
937
|
+
Properties of the `redo` object:
|
|
938
|
+
|
|
939
|
+
#### `disabled` (boolean)
|
|
940
|
+
|
|
941
|
+
Indicates if the plugin is disabled or not
|
|
942
|
+
|
|
943
|
+
### `strikethrough` (object)
|
|
944
|
+
|
|
945
|
+
Properties of the `strikethrough` object:
|
|
946
|
+
|
|
947
|
+
#### `disabled` (boolean)
|
|
948
|
+
|
|
949
|
+
Indicates if the plugin is disabled or not
|
|
950
|
+
|
|
951
|
+
### `sub` (object)
|
|
952
|
+
|
|
953
|
+
Properties of the `sub` object:
|
|
954
|
+
|
|
955
|
+
#### `disabled` (boolean)
|
|
956
|
+
|
|
957
|
+
Indicates if the plugin is disabled or not
|
|
958
|
+
|
|
959
|
+
### `sup` (object)
|
|
960
|
+
|
|
961
|
+
Properties of the `sup` object:
|
|
962
|
+
|
|
963
|
+
#### `disabled` (boolean)
|
|
964
|
+
|
|
965
|
+
Indicates if the plugin is disabled or not
|
|
443
966
|
|
|
444
|
-
|
|
967
|
+
### `table` (object)
|
|
445
968
|
|
|
446
|
-
|
|
447
|
-
PIE will emit the event prefixed with "PIE-".
|
|
448
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
969
|
+
Properties of the `table` object:
|
|
449
970
|
|
|
450
|
-
#### `
|
|
971
|
+
#### `disabled` (boolean)
|
|
451
972
|
|
|
452
|
-
|
|
973
|
+
Indicates if the plugin is disabled or not
|
|
453
974
|
|
|
454
|
-
|
|
975
|
+
### `ul_list` (object)
|
|
455
976
|
|
|
456
|
-
|
|
457
|
-
Currently, only "SVG" is supported.
|
|
977
|
+
Properties of the `ul_list` object:
|
|
458
978
|
|
|
459
|
-
#### `
|
|
979
|
+
#### `disabled` (boolean)
|
|
460
980
|
|
|
461
|
-
|
|
981
|
+
Indicates if the plugin is disabled or not
|
|
462
982
|
|
|
463
|
-
### `
|
|
983
|
+
### `underline` (object)
|
|
464
984
|
|
|
465
|
-
Properties of the `
|
|
985
|
+
Properties of the `underline` object:
|
|
466
986
|
|
|
467
987
|
#### `disabled` (boolean)
|
|
468
988
|
|
|
469
989
|
Indicates if the plugin is disabled or not
|
|
470
990
|
|
|
471
|
-
### `
|
|
991
|
+
### `undo` (object)
|
|
472
992
|
|
|
473
|
-
Properties of the `
|
|
993
|
+
Properties of the `undo` object:
|
|
474
994
|
|
|
475
995
|
#### `disabled` (boolean)
|
|
476
996
|
|
|
@@ -721,6 +1241,110 @@ Properties of the `h3` object:
|
|
|
721
1241
|
|
|
722
1242
|
Indicates if the plugin is disabled or not
|
|
723
1243
|
|
|
1244
|
+
### `languageCharacters` (object)
|
|
1245
|
+
|
|
1246
|
+
Properties of the `languageCharacters` object:
|
|
1247
|
+
|
|
1248
|
+
#### `disabled` (boolean)
|
|
1249
|
+
|
|
1250
|
+
Indicates if the plugin is disabled or not
|
|
1251
|
+
|
|
1252
|
+
### `bold` (object)
|
|
1253
|
+
|
|
1254
|
+
Properties of the `bold` object:
|
|
1255
|
+
|
|
1256
|
+
#### `disabled` (boolean)
|
|
1257
|
+
|
|
1258
|
+
Indicates if the plugin is disabled or not
|
|
1259
|
+
|
|
1260
|
+
### `html` (object)
|
|
1261
|
+
|
|
1262
|
+
Properties of the `html` object:
|
|
1263
|
+
|
|
1264
|
+
#### `disabled` (boolean)
|
|
1265
|
+
|
|
1266
|
+
Indicates if the plugin is disabled or not
|
|
1267
|
+
|
|
1268
|
+
### `italic` (object)
|
|
1269
|
+
|
|
1270
|
+
Properties of the `italic` object:
|
|
1271
|
+
|
|
1272
|
+
#### `disabled` (boolean)
|
|
1273
|
+
|
|
1274
|
+
Indicates if the plugin is disabled or not
|
|
1275
|
+
|
|
1276
|
+
### `ol_list` (object)
|
|
1277
|
+
|
|
1278
|
+
Properties of the `ol_list` object:
|
|
1279
|
+
|
|
1280
|
+
#### `disabled` (boolean)
|
|
1281
|
+
|
|
1282
|
+
Indicates if the plugin is disabled or not
|
|
1283
|
+
|
|
1284
|
+
### `redo` (object)
|
|
1285
|
+
|
|
1286
|
+
Properties of the `redo` object:
|
|
1287
|
+
|
|
1288
|
+
#### `disabled` (boolean)
|
|
1289
|
+
|
|
1290
|
+
Indicates if the plugin is disabled or not
|
|
1291
|
+
|
|
1292
|
+
### `strikethrough` (object)
|
|
1293
|
+
|
|
1294
|
+
Properties of the `strikethrough` object:
|
|
1295
|
+
|
|
1296
|
+
#### `disabled` (boolean)
|
|
1297
|
+
|
|
1298
|
+
Indicates if the plugin is disabled or not
|
|
1299
|
+
|
|
1300
|
+
### `sub` (object)
|
|
1301
|
+
|
|
1302
|
+
Properties of the `sub` object:
|
|
1303
|
+
|
|
1304
|
+
#### `disabled` (boolean)
|
|
1305
|
+
|
|
1306
|
+
Indicates if the plugin is disabled or not
|
|
1307
|
+
|
|
1308
|
+
### `sup` (object)
|
|
1309
|
+
|
|
1310
|
+
Properties of the `sup` object:
|
|
1311
|
+
|
|
1312
|
+
#### `disabled` (boolean)
|
|
1313
|
+
|
|
1314
|
+
Indicates if the plugin is disabled or not
|
|
1315
|
+
|
|
1316
|
+
### `table` (object)
|
|
1317
|
+
|
|
1318
|
+
Properties of the `table` object:
|
|
1319
|
+
|
|
1320
|
+
#### `disabled` (boolean)
|
|
1321
|
+
|
|
1322
|
+
Indicates if the plugin is disabled or not
|
|
1323
|
+
|
|
1324
|
+
### `ul_list` (object)
|
|
1325
|
+
|
|
1326
|
+
Properties of the `ul_list` object:
|
|
1327
|
+
|
|
1328
|
+
#### `disabled` (boolean)
|
|
1329
|
+
|
|
1330
|
+
Indicates if the plugin is disabled or not
|
|
1331
|
+
|
|
1332
|
+
### `underline` (object)
|
|
1333
|
+
|
|
1334
|
+
Properties of the `underline` object:
|
|
1335
|
+
|
|
1336
|
+
#### `disabled` (boolean)
|
|
1337
|
+
|
|
1338
|
+
Indicates if the plugin is disabled or not
|
|
1339
|
+
|
|
1340
|
+
### `undo` (object)
|
|
1341
|
+
|
|
1342
|
+
Properties of the `undo` object:
|
|
1343
|
+
|
|
1344
|
+
#### `disabled` (boolean)
|
|
1345
|
+
|
|
1346
|
+
Indicates if the plugin is disabled or not
|
|
1347
|
+
|
|
724
1348
|
## `EditableHtmlButtonConfigure` (object)
|
|
725
1349
|
|
|
726
1350
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -854,6 +1478,110 @@ Properties of the `h3` object:
|
|
|
854
1478
|
|
|
855
1479
|
Indicates if the plugin is disabled or not
|
|
856
1480
|
|
|
1481
|
+
#### `languageCharacters` (object)
|
|
1482
|
+
|
|
1483
|
+
Properties of the `languageCharacters` object:
|
|
1484
|
+
|
|
1485
|
+
##### `disabled` (boolean)
|
|
1486
|
+
|
|
1487
|
+
Indicates if the plugin is disabled or not
|
|
1488
|
+
|
|
1489
|
+
#### `bold` (object)
|
|
1490
|
+
|
|
1491
|
+
Properties of the `bold` object:
|
|
1492
|
+
|
|
1493
|
+
##### `disabled` (boolean)
|
|
1494
|
+
|
|
1495
|
+
Indicates if the plugin is disabled or not
|
|
1496
|
+
|
|
1497
|
+
#### `html` (object)
|
|
1498
|
+
|
|
1499
|
+
Properties of the `html` object:
|
|
1500
|
+
|
|
1501
|
+
##### `disabled` (boolean)
|
|
1502
|
+
|
|
1503
|
+
Indicates if the plugin is disabled or not
|
|
1504
|
+
|
|
1505
|
+
#### `italic` (object)
|
|
1506
|
+
|
|
1507
|
+
Properties of the `italic` object:
|
|
1508
|
+
|
|
1509
|
+
##### `disabled` (boolean)
|
|
1510
|
+
|
|
1511
|
+
Indicates if the plugin is disabled or not
|
|
1512
|
+
|
|
1513
|
+
#### `ol_list` (object)
|
|
1514
|
+
|
|
1515
|
+
Properties of the `ol_list` object:
|
|
1516
|
+
|
|
1517
|
+
##### `disabled` (boolean)
|
|
1518
|
+
|
|
1519
|
+
Indicates if the plugin is disabled or not
|
|
1520
|
+
|
|
1521
|
+
#### `redo` (object)
|
|
1522
|
+
|
|
1523
|
+
Properties of the `redo` object:
|
|
1524
|
+
|
|
1525
|
+
##### `disabled` (boolean)
|
|
1526
|
+
|
|
1527
|
+
Indicates if the plugin is disabled or not
|
|
1528
|
+
|
|
1529
|
+
#### `strikethrough` (object)
|
|
1530
|
+
|
|
1531
|
+
Properties of the `strikethrough` object:
|
|
1532
|
+
|
|
1533
|
+
##### `disabled` (boolean)
|
|
1534
|
+
|
|
1535
|
+
Indicates if the plugin is disabled or not
|
|
1536
|
+
|
|
1537
|
+
#### `sub` (object)
|
|
1538
|
+
|
|
1539
|
+
Properties of the `sub` object:
|
|
1540
|
+
|
|
1541
|
+
##### `disabled` (boolean)
|
|
1542
|
+
|
|
1543
|
+
Indicates if the plugin is disabled or not
|
|
1544
|
+
|
|
1545
|
+
#### `sup` (object)
|
|
1546
|
+
|
|
1547
|
+
Properties of the `sup` object:
|
|
1548
|
+
|
|
1549
|
+
##### `disabled` (boolean)
|
|
1550
|
+
|
|
1551
|
+
Indicates if the plugin is disabled or not
|
|
1552
|
+
|
|
1553
|
+
#### `table` (object)
|
|
1554
|
+
|
|
1555
|
+
Properties of the `table` object:
|
|
1556
|
+
|
|
1557
|
+
##### `disabled` (boolean)
|
|
1558
|
+
|
|
1559
|
+
Indicates if the plugin is disabled or not
|
|
1560
|
+
|
|
1561
|
+
#### `ul_list` (object)
|
|
1562
|
+
|
|
1563
|
+
Properties of the `ul_list` object:
|
|
1564
|
+
|
|
1565
|
+
##### `disabled` (boolean)
|
|
1566
|
+
|
|
1567
|
+
Indicates if the plugin is disabled or not
|
|
1568
|
+
|
|
1569
|
+
#### `underline` (object)
|
|
1570
|
+
|
|
1571
|
+
Properties of the `underline` object:
|
|
1572
|
+
|
|
1573
|
+
##### `disabled` (boolean)
|
|
1574
|
+
|
|
1575
|
+
Indicates if the plugin is disabled or not
|
|
1576
|
+
|
|
1577
|
+
#### `undo` (object)
|
|
1578
|
+
|
|
1579
|
+
Properties of the `undo` object:
|
|
1580
|
+
|
|
1581
|
+
##### `disabled` (boolean)
|
|
1582
|
+
|
|
1583
|
+
Indicates if the plugin is disabled or not
|
|
1584
|
+
|
|
857
1585
|
### `required` (boolean)
|
|
858
1586
|
|
|
859
1587
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -951,6 +1679,110 @@ Properties of the `h3` object:
|
|
|
951
1679
|
|
|
952
1680
|
Indicates if the plugin is disabled or not
|
|
953
1681
|
|
|
1682
|
+
#### `languageCharacters` (object)
|
|
1683
|
+
|
|
1684
|
+
Properties of the `languageCharacters` object:
|
|
1685
|
+
|
|
1686
|
+
##### `disabled` (boolean)
|
|
1687
|
+
|
|
1688
|
+
Indicates if the plugin is disabled or not
|
|
1689
|
+
|
|
1690
|
+
#### `bold` (object)
|
|
1691
|
+
|
|
1692
|
+
Properties of the `bold` object:
|
|
1693
|
+
|
|
1694
|
+
##### `disabled` (boolean)
|
|
1695
|
+
|
|
1696
|
+
Indicates if the plugin is disabled or not
|
|
1697
|
+
|
|
1698
|
+
#### `html` (object)
|
|
1699
|
+
|
|
1700
|
+
Properties of the `html` object:
|
|
1701
|
+
|
|
1702
|
+
##### `disabled` (boolean)
|
|
1703
|
+
|
|
1704
|
+
Indicates if the plugin is disabled or not
|
|
1705
|
+
|
|
1706
|
+
#### `italic` (object)
|
|
1707
|
+
|
|
1708
|
+
Properties of the `italic` object:
|
|
1709
|
+
|
|
1710
|
+
##### `disabled` (boolean)
|
|
1711
|
+
|
|
1712
|
+
Indicates if the plugin is disabled or not
|
|
1713
|
+
|
|
1714
|
+
#### `ol_list` (object)
|
|
1715
|
+
|
|
1716
|
+
Properties of the `ol_list` object:
|
|
1717
|
+
|
|
1718
|
+
##### `disabled` (boolean)
|
|
1719
|
+
|
|
1720
|
+
Indicates if the plugin is disabled or not
|
|
1721
|
+
|
|
1722
|
+
#### `redo` (object)
|
|
1723
|
+
|
|
1724
|
+
Properties of the `redo` object:
|
|
1725
|
+
|
|
1726
|
+
##### `disabled` (boolean)
|
|
1727
|
+
|
|
1728
|
+
Indicates if the plugin is disabled or not
|
|
1729
|
+
|
|
1730
|
+
#### `strikethrough` (object)
|
|
1731
|
+
|
|
1732
|
+
Properties of the `strikethrough` object:
|
|
1733
|
+
|
|
1734
|
+
##### `disabled` (boolean)
|
|
1735
|
+
|
|
1736
|
+
Indicates if the plugin is disabled or not
|
|
1737
|
+
|
|
1738
|
+
#### `sub` (object)
|
|
1739
|
+
|
|
1740
|
+
Properties of the `sub` object:
|
|
1741
|
+
|
|
1742
|
+
##### `disabled` (boolean)
|
|
1743
|
+
|
|
1744
|
+
Indicates if the plugin is disabled or not
|
|
1745
|
+
|
|
1746
|
+
#### `sup` (object)
|
|
1747
|
+
|
|
1748
|
+
Properties of the `sup` object:
|
|
1749
|
+
|
|
1750
|
+
##### `disabled` (boolean)
|
|
1751
|
+
|
|
1752
|
+
Indicates if the plugin is disabled or not
|
|
1753
|
+
|
|
1754
|
+
#### `table` (object)
|
|
1755
|
+
|
|
1756
|
+
Properties of the `table` object:
|
|
1757
|
+
|
|
1758
|
+
##### `disabled` (boolean)
|
|
1759
|
+
|
|
1760
|
+
Indicates if the plugin is disabled or not
|
|
1761
|
+
|
|
1762
|
+
#### `ul_list` (object)
|
|
1763
|
+
|
|
1764
|
+
Properties of the `ul_list` object:
|
|
1765
|
+
|
|
1766
|
+
##### `disabled` (boolean)
|
|
1767
|
+
|
|
1768
|
+
Indicates if the plugin is disabled or not
|
|
1769
|
+
|
|
1770
|
+
#### `underline` (object)
|
|
1771
|
+
|
|
1772
|
+
Properties of the `underline` object:
|
|
1773
|
+
|
|
1774
|
+
##### `disabled` (boolean)
|
|
1775
|
+
|
|
1776
|
+
Indicates if the plugin is disabled or not
|
|
1777
|
+
|
|
1778
|
+
#### `undo` (object)
|
|
1779
|
+
|
|
1780
|
+
Properties of the `undo` object:
|
|
1781
|
+
|
|
1782
|
+
##### `disabled` (boolean)
|
|
1783
|
+
|
|
1784
|
+
Indicates if the plugin is disabled or not
|
|
1785
|
+
|
|
954
1786
|
### `settings` (boolean)
|
|
955
1787
|
|
|
956
1788
|
Indicates if the item has to be displayed in the Settings Panel
|