@pie-element/inline-dropdown 5.22.3-next.8 → 5.23.0
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 +22 -0
- package/configure/CHANGELOG.md +21 -0
- package/configure/lib/defaults.js +22 -0
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/inline-dropdown-toolbar.js +12 -16
- package/configure/lib/inline-dropdown-toolbar.js.map +1 -1
- package/configure/lib/main.js +19 -11
- package/configure/lib/main.js.map +1 -1
- package/configure/lib/utils.js +17 -1
- package/configure/lib/utils.js.map +1 -1
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1694 -298
- package/docs/config-schema.json.md +1049 -32
- 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
|
# `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
|
|
@@ -301,6 +509,110 @@ Properties of the `h3` object:
|
|
|
301
509
|
|
|
302
510
|
Indicates if the plugin is disabled or not
|
|
303
511
|
|
|
512
|
+
### `languageCharacters` (object)
|
|
513
|
+
|
|
514
|
+
Properties of the `languageCharacters` object:
|
|
515
|
+
|
|
516
|
+
#### `disabled` (boolean)
|
|
517
|
+
|
|
518
|
+
Indicates if the plugin is disabled or not
|
|
519
|
+
|
|
520
|
+
### `bold` (object)
|
|
521
|
+
|
|
522
|
+
Properties of the `bold` object:
|
|
523
|
+
|
|
524
|
+
#### `disabled` (boolean)
|
|
525
|
+
|
|
526
|
+
Indicates if the plugin is disabled or not
|
|
527
|
+
|
|
528
|
+
### `html` (object)
|
|
529
|
+
|
|
530
|
+
Properties of the `html` object:
|
|
531
|
+
|
|
532
|
+
#### `disabled` (boolean)
|
|
533
|
+
|
|
534
|
+
Indicates if the plugin is disabled or not
|
|
535
|
+
|
|
536
|
+
### `italic` (object)
|
|
537
|
+
|
|
538
|
+
Properties of the `italic` object:
|
|
539
|
+
|
|
540
|
+
#### `disabled` (boolean)
|
|
541
|
+
|
|
542
|
+
Indicates if the plugin is disabled or not
|
|
543
|
+
|
|
544
|
+
### `ol_list` (object)
|
|
545
|
+
|
|
546
|
+
Properties of the `ol_list` object:
|
|
547
|
+
|
|
548
|
+
#### `disabled` (boolean)
|
|
549
|
+
|
|
550
|
+
Indicates if the plugin is disabled or not
|
|
551
|
+
|
|
552
|
+
### `redo` (object)
|
|
553
|
+
|
|
554
|
+
Properties of the `redo` object:
|
|
555
|
+
|
|
556
|
+
#### `disabled` (boolean)
|
|
557
|
+
|
|
558
|
+
Indicates if the plugin is disabled or not
|
|
559
|
+
|
|
560
|
+
### `strikethrough` (object)
|
|
561
|
+
|
|
562
|
+
Properties of the `strikethrough` object:
|
|
563
|
+
|
|
564
|
+
#### `disabled` (boolean)
|
|
565
|
+
|
|
566
|
+
Indicates if the plugin is disabled or not
|
|
567
|
+
|
|
568
|
+
### `sub` (object)
|
|
569
|
+
|
|
570
|
+
Properties of the `sub` object:
|
|
571
|
+
|
|
572
|
+
#### `disabled` (boolean)
|
|
573
|
+
|
|
574
|
+
Indicates if the plugin is disabled or not
|
|
575
|
+
|
|
576
|
+
### `sup` (object)
|
|
577
|
+
|
|
578
|
+
Properties of the `sup` object:
|
|
579
|
+
|
|
580
|
+
#### `disabled` (boolean)
|
|
581
|
+
|
|
582
|
+
Indicates if the plugin is disabled or not
|
|
583
|
+
|
|
584
|
+
### `table` (object)
|
|
585
|
+
|
|
586
|
+
Properties of the `table` object:
|
|
587
|
+
|
|
588
|
+
#### `disabled` (boolean)
|
|
589
|
+
|
|
590
|
+
Indicates if the plugin is disabled or not
|
|
591
|
+
|
|
592
|
+
### `ul_list` (object)
|
|
593
|
+
|
|
594
|
+
Properties of the `ul_list` object:
|
|
595
|
+
|
|
596
|
+
#### `disabled` (boolean)
|
|
597
|
+
|
|
598
|
+
Indicates if the plugin is disabled or not
|
|
599
|
+
|
|
600
|
+
### `underline` (object)
|
|
601
|
+
|
|
602
|
+
Properties of the `underline` object:
|
|
603
|
+
|
|
604
|
+
#### `disabled` (boolean)
|
|
605
|
+
|
|
606
|
+
Indicates if the plugin is disabled or not
|
|
607
|
+
|
|
608
|
+
### `undo` (object)
|
|
609
|
+
|
|
610
|
+
Properties of the `undo` object:
|
|
611
|
+
|
|
612
|
+
#### `disabled` (boolean)
|
|
613
|
+
|
|
614
|
+
Indicates if the plugin is disabled or not
|
|
615
|
+
|
|
304
616
|
## `required` (boolean)
|
|
305
617
|
|
|
306
618
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -450,45 +762,149 @@ Properties of the `h3` object:
|
|
|
450
762
|
|
|
451
763
|
Indicates if the plugin is disabled or not
|
|
452
764
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
Indicates if the item is required and the value cannot be empty
|
|
456
|
-
|
|
457
|
-
## `settings` (boolean)
|
|
765
|
+
### `languageCharacters` (object)
|
|
458
766
|
|
|
459
|
-
|
|
767
|
+
Properties of the `languageCharacters` object:
|
|
460
768
|
|
|
461
|
-
|
|
769
|
+
#### `disabled` (boolean)
|
|
462
770
|
|
|
463
|
-
Indicates
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
464
772
|
|
|
465
|
-
|
|
773
|
+
### `bold` (object)
|
|
466
774
|
|
|
467
|
-
Properties of the `
|
|
775
|
+
Properties of the `bold` object:
|
|
468
776
|
|
|
469
|
-
|
|
777
|
+
#### `disabled` (boolean)
|
|
470
778
|
|
|
471
|
-
|
|
779
|
+
Indicates if the plugin is disabled or not
|
|
472
780
|
|
|
473
|
-
### `
|
|
781
|
+
### `html` (object)
|
|
474
782
|
|
|
475
|
-
Properties of the `
|
|
783
|
+
Properties of the `html` object:
|
|
476
784
|
|
|
477
785
|
#### `disabled` (boolean)
|
|
478
786
|
|
|
479
787
|
Indicates if the plugin is disabled or not
|
|
480
788
|
|
|
481
|
-
### `
|
|
789
|
+
### `italic` (object)
|
|
482
790
|
|
|
483
|
-
Properties of the `
|
|
791
|
+
Properties of the `italic` object:
|
|
484
792
|
|
|
485
793
|
#### `disabled` (boolean)
|
|
486
794
|
|
|
487
795
|
Indicates if the plugin is disabled or not
|
|
488
796
|
|
|
489
|
-
### `
|
|
797
|
+
### `ol_list` (object)
|
|
490
798
|
|
|
491
|
-
Properties of the `
|
|
799
|
+
Properties of the `ol_list` object:
|
|
800
|
+
|
|
801
|
+
#### `disabled` (boolean)
|
|
802
|
+
|
|
803
|
+
Indicates if the plugin is disabled or not
|
|
804
|
+
|
|
805
|
+
### `redo` (object)
|
|
806
|
+
|
|
807
|
+
Properties of the `redo` object:
|
|
808
|
+
|
|
809
|
+
#### `disabled` (boolean)
|
|
810
|
+
|
|
811
|
+
Indicates if the plugin is disabled or not
|
|
812
|
+
|
|
813
|
+
### `strikethrough` (object)
|
|
814
|
+
|
|
815
|
+
Properties of the `strikethrough` object:
|
|
816
|
+
|
|
817
|
+
#### `disabled` (boolean)
|
|
818
|
+
|
|
819
|
+
Indicates if the plugin is disabled or not
|
|
820
|
+
|
|
821
|
+
### `sub` (object)
|
|
822
|
+
|
|
823
|
+
Properties of the `sub` object:
|
|
824
|
+
|
|
825
|
+
#### `disabled` (boolean)
|
|
826
|
+
|
|
827
|
+
Indicates if the plugin is disabled or not
|
|
828
|
+
|
|
829
|
+
### `sup` (object)
|
|
830
|
+
|
|
831
|
+
Properties of the `sup` object:
|
|
832
|
+
|
|
833
|
+
#### `disabled` (boolean)
|
|
834
|
+
|
|
835
|
+
Indicates if the plugin is disabled or not
|
|
836
|
+
|
|
837
|
+
### `table` (object)
|
|
838
|
+
|
|
839
|
+
Properties of the `table` object:
|
|
840
|
+
|
|
841
|
+
#### `disabled` (boolean)
|
|
842
|
+
|
|
843
|
+
Indicates if the plugin is disabled or not
|
|
844
|
+
|
|
845
|
+
### `ul_list` (object)
|
|
846
|
+
|
|
847
|
+
Properties of the `ul_list` object:
|
|
848
|
+
|
|
849
|
+
#### `disabled` (boolean)
|
|
850
|
+
|
|
851
|
+
Indicates if the plugin is disabled or not
|
|
852
|
+
|
|
853
|
+
### `underline` (object)
|
|
854
|
+
|
|
855
|
+
Properties of the `underline` object:
|
|
856
|
+
|
|
857
|
+
#### `disabled` (boolean)
|
|
858
|
+
|
|
859
|
+
Indicates if the plugin is disabled or not
|
|
860
|
+
|
|
861
|
+
### `undo` (object)
|
|
862
|
+
|
|
863
|
+
Properties of the `undo` object:
|
|
864
|
+
|
|
865
|
+
#### `disabled` (boolean)
|
|
866
|
+
|
|
867
|
+
Indicates if the plugin is disabled or not
|
|
868
|
+
|
|
869
|
+
## `required` (boolean)
|
|
870
|
+
|
|
871
|
+
Indicates if the item is required and the value cannot be empty
|
|
872
|
+
|
|
873
|
+
## `settings` (boolean)
|
|
874
|
+
|
|
875
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
876
|
+
|
|
877
|
+
## `label` (string)
|
|
878
|
+
|
|
879
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
880
|
+
|
|
881
|
+
# `template` (object)
|
|
882
|
+
|
|
883
|
+
Properties of the `template` object:
|
|
884
|
+
|
|
885
|
+
## `inputConfiguration` (object)
|
|
886
|
+
|
|
887
|
+
Properties of the `inputConfiguration` object:
|
|
888
|
+
|
|
889
|
+
### `math` (object)
|
|
890
|
+
|
|
891
|
+
Properties of the `math` object:
|
|
892
|
+
|
|
893
|
+
#### `disabled` (boolean)
|
|
894
|
+
|
|
895
|
+
Indicates if the plugin is disabled or not
|
|
896
|
+
|
|
897
|
+
### `audio` (object)
|
|
898
|
+
|
|
899
|
+
Properties of the `audio` object:
|
|
900
|
+
|
|
901
|
+
#### `disabled` (boolean)
|
|
902
|
+
|
|
903
|
+
Indicates if the plugin is disabled or not
|
|
904
|
+
|
|
905
|
+
### `video` (object)
|
|
906
|
+
|
|
907
|
+
Properties of the `video` object:
|
|
492
908
|
|
|
493
909
|
#### `disabled` (boolean)
|
|
494
910
|
|
|
@@ -547,6 +963,110 @@ Properties of the `h3` object:
|
|
|
547
963
|
|
|
548
964
|
Indicates if the plugin is disabled or not
|
|
549
965
|
|
|
966
|
+
### `languageCharacters` (object)
|
|
967
|
+
|
|
968
|
+
Properties of the `languageCharacters` object:
|
|
969
|
+
|
|
970
|
+
#### `disabled` (boolean)
|
|
971
|
+
|
|
972
|
+
Indicates if the plugin is disabled or not
|
|
973
|
+
|
|
974
|
+
### `bold` (object)
|
|
975
|
+
|
|
976
|
+
Properties of the `bold` object:
|
|
977
|
+
|
|
978
|
+
#### `disabled` (boolean)
|
|
979
|
+
|
|
980
|
+
Indicates if the plugin is disabled or not
|
|
981
|
+
|
|
982
|
+
### `html` (object)
|
|
983
|
+
|
|
984
|
+
Properties of the `html` object:
|
|
985
|
+
|
|
986
|
+
#### `disabled` (boolean)
|
|
987
|
+
|
|
988
|
+
Indicates if the plugin is disabled or not
|
|
989
|
+
|
|
990
|
+
### `italic` (object)
|
|
991
|
+
|
|
992
|
+
Properties of the `italic` object:
|
|
993
|
+
|
|
994
|
+
#### `disabled` (boolean)
|
|
995
|
+
|
|
996
|
+
Indicates if the plugin is disabled or not
|
|
997
|
+
|
|
998
|
+
### `ol_list` (object)
|
|
999
|
+
|
|
1000
|
+
Properties of the `ol_list` object:
|
|
1001
|
+
|
|
1002
|
+
#### `disabled` (boolean)
|
|
1003
|
+
|
|
1004
|
+
Indicates if the plugin is disabled or not
|
|
1005
|
+
|
|
1006
|
+
### `redo` (object)
|
|
1007
|
+
|
|
1008
|
+
Properties of the `redo` object:
|
|
1009
|
+
|
|
1010
|
+
#### `disabled` (boolean)
|
|
1011
|
+
|
|
1012
|
+
Indicates if the plugin is disabled or not
|
|
1013
|
+
|
|
1014
|
+
### `strikethrough` (object)
|
|
1015
|
+
|
|
1016
|
+
Properties of the `strikethrough` object:
|
|
1017
|
+
|
|
1018
|
+
#### `disabled` (boolean)
|
|
1019
|
+
|
|
1020
|
+
Indicates if the plugin is disabled or not
|
|
1021
|
+
|
|
1022
|
+
### `sub` (object)
|
|
1023
|
+
|
|
1024
|
+
Properties of the `sub` object:
|
|
1025
|
+
|
|
1026
|
+
#### `disabled` (boolean)
|
|
1027
|
+
|
|
1028
|
+
Indicates if the plugin is disabled or not
|
|
1029
|
+
|
|
1030
|
+
### `sup` (object)
|
|
1031
|
+
|
|
1032
|
+
Properties of the `sup` object:
|
|
1033
|
+
|
|
1034
|
+
#### `disabled` (boolean)
|
|
1035
|
+
|
|
1036
|
+
Indicates if the plugin is disabled or not
|
|
1037
|
+
|
|
1038
|
+
### `table` (object)
|
|
1039
|
+
|
|
1040
|
+
Properties of the `table` object:
|
|
1041
|
+
|
|
1042
|
+
#### `disabled` (boolean)
|
|
1043
|
+
|
|
1044
|
+
Indicates if the plugin is disabled or not
|
|
1045
|
+
|
|
1046
|
+
### `ul_list` (object)
|
|
1047
|
+
|
|
1048
|
+
Properties of the `ul_list` object:
|
|
1049
|
+
|
|
1050
|
+
#### `disabled` (boolean)
|
|
1051
|
+
|
|
1052
|
+
Indicates if the plugin is disabled or not
|
|
1053
|
+
|
|
1054
|
+
### `underline` (object)
|
|
1055
|
+
|
|
1056
|
+
Properties of the `underline` object:
|
|
1057
|
+
|
|
1058
|
+
#### `disabled` (boolean)
|
|
1059
|
+
|
|
1060
|
+
Indicates if the plugin is disabled or not
|
|
1061
|
+
|
|
1062
|
+
### `undo` (object)
|
|
1063
|
+
|
|
1064
|
+
Properties of the `undo` object:
|
|
1065
|
+
|
|
1066
|
+
#### `disabled` (boolean)
|
|
1067
|
+
|
|
1068
|
+
Indicates if the plugin is disabled or not
|
|
1069
|
+
|
|
550
1070
|
## `settings` (boolean)
|
|
551
1071
|
|
|
552
1072
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -632,32 +1152,217 @@ Indicates the value of the item if it affects config-ui
|
|
|
632
1152
|
|
|
633
1153
|
Indicates if the item has to be displayed in the Settings Panel
|
|
634
1154
|
|
|
635
|
-
## `label` (string)
|
|
1155
|
+
## `label` (string)
|
|
1156
|
+
|
|
1157
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1158
|
+
|
|
1159
|
+
# `languageChoices` (object)
|
|
1160
|
+
|
|
1161
|
+
Language choices configuration
|
|
1162
|
+
Only available if language is enabled
|
|
1163
|
+
|
|
1164
|
+
Properties of the `languageChoices` object:
|
|
1165
|
+
|
|
1166
|
+
## `label` (string, required)
|
|
1167
|
+
|
|
1168
|
+
## `options` (array, required)
|
|
1169
|
+
|
|
1170
|
+
The object is an array with all elements of the type `object`.
|
|
1171
|
+
|
|
1172
|
+
The array object has the following properties:
|
|
1173
|
+
|
|
1174
|
+
### `value` (string, required)
|
|
1175
|
+
|
|
1176
|
+
Value of the language option
|
|
1177
|
+
|
|
1178
|
+
### `label` (string, required)
|
|
1179
|
+
|
|
1180
|
+
Label of the language option
|
|
1181
|
+
|
|
1182
|
+
# `responseAreaInputConfiguration` (object)
|
|
1183
|
+
|
|
1184
|
+
Properties of the `responseAreaInputConfiguration` object:
|
|
1185
|
+
|
|
1186
|
+
## `math` (object)
|
|
1187
|
+
|
|
1188
|
+
Properties of the `math` object:
|
|
1189
|
+
|
|
1190
|
+
### `disabled` (boolean)
|
|
1191
|
+
|
|
1192
|
+
Indicates if the plugin is disabled or not
|
|
1193
|
+
|
|
1194
|
+
## `audio` (object)
|
|
1195
|
+
|
|
1196
|
+
Properties of the `audio` object:
|
|
1197
|
+
|
|
1198
|
+
### `disabled` (boolean)
|
|
1199
|
+
|
|
1200
|
+
Indicates if the plugin is disabled or not
|
|
1201
|
+
|
|
1202
|
+
## `video` (object)
|
|
1203
|
+
|
|
1204
|
+
Properties of the `video` object:
|
|
1205
|
+
|
|
1206
|
+
### `disabled` (boolean)
|
|
1207
|
+
|
|
1208
|
+
Indicates if the plugin is disabled or not
|
|
1209
|
+
|
|
1210
|
+
## `image` (object)
|
|
1211
|
+
|
|
1212
|
+
Properties of the `image` object:
|
|
1213
|
+
|
|
1214
|
+
### `disabled` (boolean)
|
|
1215
|
+
|
|
1216
|
+
Indicates if the plugin is disabled or not
|
|
1217
|
+
|
|
1218
|
+
## `customPlugins` (array)
|
|
1219
|
+
|
|
1220
|
+
An array of objects that determine custom plugins.
|
|
1221
|
+
A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
|
|
1222
|
+
Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
|
|
1223
|
+
|
|
1224
|
+
The object is an array with all elements of the type `object`.
|
|
1225
|
+
|
|
1226
|
+
The array object has the following properties:
|
|
1227
|
+
|
|
1228
|
+
### `event` (string, required)
|
|
1229
|
+
|
|
1230
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
1231
|
+
PIE will emit the event prefixed with "PIE-".
|
|
1232
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1233
|
+
|
|
1234
|
+
### `iconAlt` (string, required)
|
|
1235
|
+
|
|
1236
|
+
The alt for the custom button icon
|
|
1237
|
+
|
|
1238
|
+
### `iconType` (string, required)
|
|
1239
|
+
|
|
1240
|
+
The icon type.
|
|
1241
|
+
Currently, only "SVG" is supported.
|
|
1242
|
+
|
|
1243
|
+
### `icon` (string, required)
|
|
1244
|
+
|
|
1245
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1246
|
+
|
|
1247
|
+
## `blockquote` (object)
|
|
1248
|
+
|
|
1249
|
+
Properties of the `blockquote` object:
|
|
1250
|
+
|
|
1251
|
+
### `disabled` (boolean)
|
|
1252
|
+
|
|
1253
|
+
Indicates if the plugin is disabled or not
|
|
1254
|
+
|
|
1255
|
+
## `h3` (object)
|
|
1256
|
+
|
|
1257
|
+
Properties of the `h3` object:
|
|
1258
|
+
|
|
1259
|
+
### `disabled` (boolean)
|
|
1260
|
+
|
|
1261
|
+
Indicates if the plugin is disabled or not
|
|
1262
|
+
|
|
1263
|
+
## `languageCharacters` (object)
|
|
1264
|
+
|
|
1265
|
+
Properties of the `languageCharacters` object:
|
|
1266
|
+
|
|
1267
|
+
### `disabled` (boolean)
|
|
1268
|
+
|
|
1269
|
+
Indicates if the plugin is disabled or not
|
|
1270
|
+
|
|
1271
|
+
## `bold` (object)
|
|
1272
|
+
|
|
1273
|
+
Properties of the `bold` object:
|
|
1274
|
+
|
|
1275
|
+
### `disabled` (boolean)
|
|
1276
|
+
|
|
1277
|
+
Indicates if the plugin is disabled or not
|
|
1278
|
+
|
|
1279
|
+
## `html` (object)
|
|
1280
|
+
|
|
1281
|
+
Properties of the `html` object:
|
|
1282
|
+
|
|
1283
|
+
### `disabled` (boolean)
|
|
1284
|
+
|
|
1285
|
+
Indicates if the plugin is disabled or not
|
|
1286
|
+
|
|
1287
|
+
## `italic` (object)
|
|
1288
|
+
|
|
1289
|
+
Properties of the `italic` object:
|
|
1290
|
+
|
|
1291
|
+
### `disabled` (boolean)
|
|
1292
|
+
|
|
1293
|
+
Indicates if the plugin is disabled or not
|
|
1294
|
+
|
|
1295
|
+
## `ol_list` (object)
|
|
1296
|
+
|
|
1297
|
+
Properties of the `ol_list` object:
|
|
1298
|
+
|
|
1299
|
+
### `disabled` (boolean)
|
|
1300
|
+
|
|
1301
|
+
Indicates if the plugin is disabled or not
|
|
1302
|
+
|
|
1303
|
+
## `redo` (object)
|
|
1304
|
+
|
|
1305
|
+
Properties of the `redo` object:
|
|
1306
|
+
|
|
1307
|
+
### `disabled` (boolean)
|
|
1308
|
+
|
|
1309
|
+
Indicates if the plugin is disabled or not
|
|
1310
|
+
|
|
1311
|
+
## `strikethrough` (object)
|
|
1312
|
+
|
|
1313
|
+
Properties of the `strikethrough` object:
|
|
1314
|
+
|
|
1315
|
+
### `disabled` (boolean)
|
|
1316
|
+
|
|
1317
|
+
Indicates if the plugin is disabled or not
|
|
1318
|
+
|
|
1319
|
+
## `sub` (object)
|
|
1320
|
+
|
|
1321
|
+
Properties of the `sub` object:
|
|
1322
|
+
|
|
1323
|
+
### `disabled` (boolean)
|
|
1324
|
+
|
|
1325
|
+
Indicates if the plugin is disabled or not
|
|
1326
|
+
|
|
1327
|
+
## `sup` (object)
|
|
1328
|
+
|
|
1329
|
+
Properties of the `sup` object:
|
|
1330
|
+
|
|
1331
|
+
### `disabled` (boolean)
|
|
1332
|
+
|
|
1333
|
+
Indicates if the plugin is disabled or not
|
|
1334
|
+
|
|
1335
|
+
## `table` (object)
|
|
1336
|
+
|
|
1337
|
+
Properties of the `table` object:
|
|
1338
|
+
|
|
1339
|
+
### `disabled` (boolean)
|
|
1340
|
+
|
|
1341
|
+
Indicates if the plugin is disabled or not
|
|
636
1342
|
|
|
637
|
-
|
|
1343
|
+
## `ul_list` (object)
|
|
638
1344
|
|
|
639
|
-
|
|
1345
|
+
Properties of the `ul_list` object:
|
|
640
1346
|
|
|
641
|
-
|
|
642
|
-
Only available if language is enabled
|
|
1347
|
+
### `disabled` (boolean)
|
|
643
1348
|
|
|
644
|
-
|
|
1349
|
+
Indicates if the plugin is disabled or not
|
|
645
1350
|
|
|
646
|
-
## `
|
|
1351
|
+
## `underline` (object)
|
|
647
1352
|
|
|
648
|
-
|
|
1353
|
+
Properties of the `underline` object:
|
|
649
1354
|
|
|
650
|
-
|
|
1355
|
+
### `disabled` (boolean)
|
|
651
1356
|
|
|
652
|
-
|
|
1357
|
+
Indicates if the plugin is disabled or not
|
|
653
1358
|
|
|
654
|
-
|
|
1359
|
+
## `undo` (object)
|
|
655
1360
|
|
|
656
|
-
|
|
1361
|
+
Properties of the `undo` object:
|
|
657
1362
|
|
|
658
|
-
### `
|
|
1363
|
+
### `disabled` (boolean)
|
|
659
1364
|
|
|
660
|
-
|
|
1365
|
+
Indicates if the plugin is disabled or not
|
|
661
1366
|
|
|
662
1367
|
# `showPrompt` (boolean)
|
|
663
1368
|
|
|
@@ -798,6 +1503,110 @@ Properties of the `h3` object:
|
|
|
798
1503
|
|
|
799
1504
|
Indicates if the plugin is disabled or not
|
|
800
1505
|
|
|
1506
|
+
### `languageCharacters` (object)
|
|
1507
|
+
|
|
1508
|
+
Properties of the `languageCharacters` object:
|
|
1509
|
+
|
|
1510
|
+
#### `disabled` (boolean)
|
|
1511
|
+
|
|
1512
|
+
Indicates if the plugin is disabled or not
|
|
1513
|
+
|
|
1514
|
+
### `bold` (object)
|
|
1515
|
+
|
|
1516
|
+
Properties of the `bold` object:
|
|
1517
|
+
|
|
1518
|
+
#### `disabled` (boolean)
|
|
1519
|
+
|
|
1520
|
+
Indicates if the plugin is disabled or not
|
|
1521
|
+
|
|
1522
|
+
### `html` (object)
|
|
1523
|
+
|
|
1524
|
+
Properties of the `html` object:
|
|
1525
|
+
|
|
1526
|
+
#### `disabled` (boolean)
|
|
1527
|
+
|
|
1528
|
+
Indicates if the plugin is disabled or not
|
|
1529
|
+
|
|
1530
|
+
### `italic` (object)
|
|
1531
|
+
|
|
1532
|
+
Properties of the `italic` object:
|
|
1533
|
+
|
|
1534
|
+
#### `disabled` (boolean)
|
|
1535
|
+
|
|
1536
|
+
Indicates if the plugin is disabled or not
|
|
1537
|
+
|
|
1538
|
+
### `ol_list` (object)
|
|
1539
|
+
|
|
1540
|
+
Properties of the `ol_list` object:
|
|
1541
|
+
|
|
1542
|
+
#### `disabled` (boolean)
|
|
1543
|
+
|
|
1544
|
+
Indicates if the plugin is disabled or not
|
|
1545
|
+
|
|
1546
|
+
### `redo` (object)
|
|
1547
|
+
|
|
1548
|
+
Properties of the `redo` object:
|
|
1549
|
+
|
|
1550
|
+
#### `disabled` (boolean)
|
|
1551
|
+
|
|
1552
|
+
Indicates if the plugin is disabled or not
|
|
1553
|
+
|
|
1554
|
+
### `strikethrough` (object)
|
|
1555
|
+
|
|
1556
|
+
Properties of the `strikethrough` object:
|
|
1557
|
+
|
|
1558
|
+
#### `disabled` (boolean)
|
|
1559
|
+
|
|
1560
|
+
Indicates if the plugin is disabled or not
|
|
1561
|
+
|
|
1562
|
+
### `sub` (object)
|
|
1563
|
+
|
|
1564
|
+
Properties of the `sub` object:
|
|
1565
|
+
|
|
1566
|
+
#### `disabled` (boolean)
|
|
1567
|
+
|
|
1568
|
+
Indicates if the plugin is disabled or not
|
|
1569
|
+
|
|
1570
|
+
### `sup` (object)
|
|
1571
|
+
|
|
1572
|
+
Properties of the `sup` object:
|
|
1573
|
+
|
|
1574
|
+
#### `disabled` (boolean)
|
|
1575
|
+
|
|
1576
|
+
Indicates if the plugin is disabled or not
|
|
1577
|
+
|
|
1578
|
+
### `table` (object)
|
|
1579
|
+
|
|
1580
|
+
Properties of the `table` object:
|
|
1581
|
+
|
|
1582
|
+
#### `disabled` (boolean)
|
|
1583
|
+
|
|
1584
|
+
Indicates if the plugin is disabled or not
|
|
1585
|
+
|
|
1586
|
+
### `ul_list` (object)
|
|
1587
|
+
|
|
1588
|
+
Properties of the `ul_list` object:
|
|
1589
|
+
|
|
1590
|
+
#### `disabled` (boolean)
|
|
1591
|
+
|
|
1592
|
+
Indicates if the plugin is disabled or not
|
|
1593
|
+
|
|
1594
|
+
### `underline` (object)
|
|
1595
|
+
|
|
1596
|
+
Properties of the `underline` object:
|
|
1597
|
+
|
|
1598
|
+
#### `disabled` (boolean)
|
|
1599
|
+
|
|
1600
|
+
Indicates if the plugin is disabled or not
|
|
1601
|
+
|
|
1602
|
+
### `undo` (object)
|
|
1603
|
+
|
|
1604
|
+
Properties of the `undo` object:
|
|
1605
|
+
|
|
1606
|
+
#### `disabled` (boolean)
|
|
1607
|
+
|
|
1608
|
+
Indicates if the plugin is disabled or not
|
|
1609
|
+
|
|
801
1610
|
## `EditableHtmlButtonConfigure` (object)
|
|
802
1611
|
|
|
803
1612
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -926,6 +1735,110 @@ Properties of the `h3` object:
|
|
|
926
1735
|
|
|
927
1736
|
Indicates if the plugin is disabled or not
|
|
928
1737
|
|
|
1738
|
+
#### `languageCharacters` (object)
|
|
1739
|
+
|
|
1740
|
+
Properties of the `languageCharacters` object:
|
|
1741
|
+
|
|
1742
|
+
##### `disabled` (boolean)
|
|
1743
|
+
|
|
1744
|
+
Indicates if the plugin is disabled or not
|
|
1745
|
+
|
|
1746
|
+
#### `bold` (object)
|
|
1747
|
+
|
|
1748
|
+
Properties of the `bold` object:
|
|
1749
|
+
|
|
1750
|
+
##### `disabled` (boolean)
|
|
1751
|
+
|
|
1752
|
+
Indicates if the plugin is disabled or not
|
|
1753
|
+
|
|
1754
|
+
#### `html` (object)
|
|
1755
|
+
|
|
1756
|
+
Properties of the `html` object:
|
|
1757
|
+
|
|
1758
|
+
##### `disabled` (boolean)
|
|
1759
|
+
|
|
1760
|
+
Indicates if the plugin is disabled or not
|
|
1761
|
+
|
|
1762
|
+
#### `italic` (object)
|
|
1763
|
+
|
|
1764
|
+
Properties of the `italic` object:
|
|
1765
|
+
|
|
1766
|
+
##### `disabled` (boolean)
|
|
1767
|
+
|
|
1768
|
+
Indicates if the plugin is disabled or not
|
|
1769
|
+
|
|
1770
|
+
#### `ol_list` (object)
|
|
1771
|
+
|
|
1772
|
+
Properties of the `ol_list` object:
|
|
1773
|
+
|
|
1774
|
+
##### `disabled` (boolean)
|
|
1775
|
+
|
|
1776
|
+
Indicates if the plugin is disabled or not
|
|
1777
|
+
|
|
1778
|
+
#### `redo` (object)
|
|
1779
|
+
|
|
1780
|
+
Properties of the `redo` object:
|
|
1781
|
+
|
|
1782
|
+
##### `disabled` (boolean)
|
|
1783
|
+
|
|
1784
|
+
Indicates if the plugin is disabled or not
|
|
1785
|
+
|
|
1786
|
+
#### `strikethrough` (object)
|
|
1787
|
+
|
|
1788
|
+
Properties of the `strikethrough` object:
|
|
1789
|
+
|
|
1790
|
+
##### `disabled` (boolean)
|
|
1791
|
+
|
|
1792
|
+
Indicates if the plugin is disabled or not
|
|
1793
|
+
|
|
1794
|
+
#### `sub` (object)
|
|
1795
|
+
|
|
1796
|
+
Properties of the `sub` object:
|
|
1797
|
+
|
|
1798
|
+
##### `disabled` (boolean)
|
|
1799
|
+
|
|
1800
|
+
Indicates if the plugin is disabled or not
|
|
1801
|
+
|
|
1802
|
+
#### `sup` (object)
|
|
1803
|
+
|
|
1804
|
+
Properties of the `sup` object:
|
|
1805
|
+
|
|
1806
|
+
##### `disabled` (boolean)
|
|
1807
|
+
|
|
1808
|
+
Indicates if the plugin is disabled or not
|
|
1809
|
+
|
|
1810
|
+
#### `table` (object)
|
|
1811
|
+
|
|
1812
|
+
Properties of the `table` object:
|
|
1813
|
+
|
|
1814
|
+
##### `disabled` (boolean)
|
|
1815
|
+
|
|
1816
|
+
Indicates if the plugin is disabled or not
|
|
1817
|
+
|
|
1818
|
+
#### `ul_list` (object)
|
|
1819
|
+
|
|
1820
|
+
Properties of the `ul_list` object:
|
|
1821
|
+
|
|
1822
|
+
##### `disabled` (boolean)
|
|
1823
|
+
|
|
1824
|
+
Indicates if the plugin is disabled or not
|
|
1825
|
+
|
|
1826
|
+
#### `underline` (object)
|
|
1827
|
+
|
|
1828
|
+
Properties of the `underline` object:
|
|
1829
|
+
|
|
1830
|
+
##### `disabled` (boolean)
|
|
1831
|
+
|
|
1832
|
+
Indicates if the plugin is disabled or not
|
|
1833
|
+
|
|
1834
|
+
#### `undo` (object)
|
|
1835
|
+
|
|
1836
|
+
Properties of the `undo` object:
|
|
1837
|
+
|
|
1838
|
+
##### `disabled` (boolean)
|
|
1839
|
+
|
|
1840
|
+
Indicates if the plugin is disabled or not
|
|
1841
|
+
|
|
929
1842
|
### `required` (boolean)
|
|
930
1843
|
|
|
931
1844
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1023,6 +1936,110 @@ Properties of the `h3` object:
|
|
|
1023
1936
|
|
|
1024
1937
|
Indicates if the plugin is disabled or not
|
|
1025
1938
|
|
|
1939
|
+
#### `languageCharacters` (object)
|
|
1940
|
+
|
|
1941
|
+
Properties of the `languageCharacters` object:
|
|
1942
|
+
|
|
1943
|
+
##### `disabled` (boolean)
|
|
1944
|
+
|
|
1945
|
+
Indicates if the plugin is disabled or not
|
|
1946
|
+
|
|
1947
|
+
#### `bold` (object)
|
|
1948
|
+
|
|
1949
|
+
Properties of the `bold` object:
|
|
1950
|
+
|
|
1951
|
+
##### `disabled` (boolean)
|
|
1952
|
+
|
|
1953
|
+
Indicates if the plugin is disabled or not
|
|
1954
|
+
|
|
1955
|
+
#### `html` (object)
|
|
1956
|
+
|
|
1957
|
+
Properties of the `html` object:
|
|
1958
|
+
|
|
1959
|
+
##### `disabled` (boolean)
|
|
1960
|
+
|
|
1961
|
+
Indicates if the plugin is disabled or not
|
|
1962
|
+
|
|
1963
|
+
#### `italic` (object)
|
|
1964
|
+
|
|
1965
|
+
Properties of the `italic` object:
|
|
1966
|
+
|
|
1967
|
+
##### `disabled` (boolean)
|
|
1968
|
+
|
|
1969
|
+
Indicates if the plugin is disabled or not
|
|
1970
|
+
|
|
1971
|
+
#### `ol_list` (object)
|
|
1972
|
+
|
|
1973
|
+
Properties of the `ol_list` object:
|
|
1974
|
+
|
|
1975
|
+
##### `disabled` (boolean)
|
|
1976
|
+
|
|
1977
|
+
Indicates if the plugin is disabled or not
|
|
1978
|
+
|
|
1979
|
+
#### `redo` (object)
|
|
1980
|
+
|
|
1981
|
+
Properties of the `redo` object:
|
|
1982
|
+
|
|
1983
|
+
##### `disabled` (boolean)
|
|
1984
|
+
|
|
1985
|
+
Indicates if the plugin is disabled or not
|
|
1986
|
+
|
|
1987
|
+
#### `strikethrough` (object)
|
|
1988
|
+
|
|
1989
|
+
Properties of the `strikethrough` object:
|
|
1990
|
+
|
|
1991
|
+
##### `disabled` (boolean)
|
|
1992
|
+
|
|
1993
|
+
Indicates if the plugin is disabled or not
|
|
1994
|
+
|
|
1995
|
+
#### `sub` (object)
|
|
1996
|
+
|
|
1997
|
+
Properties of the `sub` object:
|
|
1998
|
+
|
|
1999
|
+
##### `disabled` (boolean)
|
|
2000
|
+
|
|
2001
|
+
Indicates if the plugin is disabled or not
|
|
2002
|
+
|
|
2003
|
+
#### `sup` (object)
|
|
2004
|
+
|
|
2005
|
+
Properties of the `sup` object:
|
|
2006
|
+
|
|
2007
|
+
##### `disabled` (boolean)
|
|
2008
|
+
|
|
2009
|
+
Indicates if the plugin is disabled or not
|
|
2010
|
+
|
|
2011
|
+
#### `table` (object)
|
|
2012
|
+
|
|
2013
|
+
Properties of the `table` object:
|
|
2014
|
+
|
|
2015
|
+
##### `disabled` (boolean)
|
|
2016
|
+
|
|
2017
|
+
Indicates if the plugin is disabled or not
|
|
2018
|
+
|
|
2019
|
+
#### `ul_list` (object)
|
|
2020
|
+
|
|
2021
|
+
Properties of the `ul_list` object:
|
|
2022
|
+
|
|
2023
|
+
##### `disabled` (boolean)
|
|
2024
|
+
|
|
2025
|
+
Indicates if the plugin is disabled or not
|
|
2026
|
+
|
|
2027
|
+
#### `underline` (object)
|
|
2028
|
+
|
|
2029
|
+
Properties of the `underline` object:
|
|
2030
|
+
|
|
2031
|
+
##### `disabled` (boolean)
|
|
2032
|
+
|
|
2033
|
+
Indicates if the plugin is disabled or not
|
|
2034
|
+
|
|
2035
|
+
#### `undo` (object)
|
|
2036
|
+
|
|
2037
|
+
Properties of the `undo` object:
|
|
2038
|
+
|
|
2039
|
+
##### `disabled` (boolean)
|
|
2040
|
+
|
|
2041
|
+
Indicates if the plugin is disabled or not
|
|
2042
|
+
|
|
1026
2043
|
### `settings` (boolean)
|
|
1027
2044
|
|
|
1028
2045
|
Indicates if the item has to be displayed in the Settings Panel
|