@pie-element/complex-rubric 2.19.3-next.8 → 2.19.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 +8 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +2159 -443
- package/docs/config-schema.json.md +1640 -392
- package/docs/pie-schema.json +1274 -273
- package/docs/pie-schema.json.md +792 -64
- package/module/configure.js +93 -154
- package/module/element.js +93 -154
- package/module/manifest.json +1 -1
- package/module/print.js +93 -154
- package/package.json +4 -4
package/docs/pie-schema.json.md
CHANGED
|
@@ -267,6 +267,110 @@ Properties of the `h3` object:
|
|
|
267
267
|
|
|
268
268
|
Indicates if the plugin is disabled or not
|
|
269
269
|
|
|
270
|
+
#### `languageCharacters` (object)
|
|
271
|
+
|
|
272
|
+
Properties of the `languageCharacters` object:
|
|
273
|
+
|
|
274
|
+
##### `disabled` (boolean)
|
|
275
|
+
|
|
276
|
+
Indicates if the plugin is disabled or not
|
|
277
|
+
|
|
278
|
+
#### `bold` (object)
|
|
279
|
+
|
|
280
|
+
Properties of the `bold` object:
|
|
281
|
+
|
|
282
|
+
##### `disabled` (boolean)
|
|
283
|
+
|
|
284
|
+
Indicates if the plugin is disabled or not
|
|
285
|
+
|
|
286
|
+
#### `html` (object)
|
|
287
|
+
|
|
288
|
+
Properties of the `html` object:
|
|
289
|
+
|
|
290
|
+
##### `disabled` (boolean)
|
|
291
|
+
|
|
292
|
+
Indicates if the plugin is disabled or not
|
|
293
|
+
|
|
294
|
+
#### `italic` (object)
|
|
295
|
+
|
|
296
|
+
Properties of the `italic` object:
|
|
297
|
+
|
|
298
|
+
##### `disabled` (boolean)
|
|
299
|
+
|
|
300
|
+
Indicates if the plugin is disabled or not
|
|
301
|
+
|
|
302
|
+
#### `ol_list` (object)
|
|
303
|
+
|
|
304
|
+
Properties of the `ol_list` object:
|
|
305
|
+
|
|
306
|
+
##### `disabled` (boolean)
|
|
307
|
+
|
|
308
|
+
Indicates if the plugin is disabled or not
|
|
309
|
+
|
|
310
|
+
#### `redo` (object)
|
|
311
|
+
|
|
312
|
+
Properties of the `redo` object:
|
|
313
|
+
|
|
314
|
+
##### `disabled` (boolean)
|
|
315
|
+
|
|
316
|
+
Indicates if the plugin is disabled or not
|
|
317
|
+
|
|
318
|
+
#### `strikethrough` (object)
|
|
319
|
+
|
|
320
|
+
Properties of the `strikethrough` object:
|
|
321
|
+
|
|
322
|
+
##### `disabled` (boolean)
|
|
323
|
+
|
|
324
|
+
Indicates if the plugin is disabled or not
|
|
325
|
+
|
|
326
|
+
#### `sub` (object)
|
|
327
|
+
|
|
328
|
+
Properties of the `sub` object:
|
|
329
|
+
|
|
330
|
+
##### `disabled` (boolean)
|
|
331
|
+
|
|
332
|
+
Indicates if the plugin is disabled or not
|
|
333
|
+
|
|
334
|
+
#### `sup` (object)
|
|
335
|
+
|
|
336
|
+
Properties of the `sup` object:
|
|
337
|
+
|
|
338
|
+
##### `disabled` (boolean)
|
|
339
|
+
|
|
340
|
+
Indicates if the plugin is disabled or not
|
|
341
|
+
|
|
342
|
+
#### `table` (object)
|
|
343
|
+
|
|
344
|
+
Properties of the `table` object:
|
|
345
|
+
|
|
346
|
+
##### `disabled` (boolean)
|
|
347
|
+
|
|
348
|
+
Indicates if the plugin is disabled or not
|
|
349
|
+
|
|
350
|
+
#### `ul_list` (object)
|
|
351
|
+
|
|
352
|
+
Properties of the `ul_list` object:
|
|
353
|
+
|
|
354
|
+
##### `disabled` (boolean)
|
|
355
|
+
|
|
356
|
+
Indicates if the plugin is disabled or not
|
|
357
|
+
|
|
358
|
+
#### `underline` (object)
|
|
359
|
+
|
|
360
|
+
Properties of the `underline` object:
|
|
361
|
+
|
|
362
|
+
##### `disabled` (boolean)
|
|
363
|
+
|
|
364
|
+
Indicates if the plugin is disabled or not
|
|
365
|
+
|
|
366
|
+
#### `undo` (object)
|
|
367
|
+
|
|
368
|
+
Properties of the `undo` object:
|
|
369
|
+
|
|
370
|
+
##### `disabled` (boolean)
|
|
371
|
+
|
|
372
|
+
Indicates if the plugin is disabled or not
|
|
373
|
+
|
|
270
374
|
### `settingsPanelDisabled` (boolean)
|
|
271
375
|
|
|
272
376
|
Indicates if the settings panel is not available
|
|
@@ -448,6 +552,110 @@ Properties of the `h3` object:
|
|
|
448
552
|
|
|
449
553
|
Indicates if the plugin is disabled or not
|
|
450
554
|
|
|
555
|
+
### `languageCharacters` (object)
|
|
556
|
+
|
|
557
|
+
Properties of the `languageCharacters` object:
|
|
558
|
+
|
|
559
|
+
#### `disabled` (boolean)
|
|
560
|
+
|
|
561
|
+
Indicates if the plugin is disabled or not
|
|
562
|
+
|
|
563
|
+
### `bold` (object)
|
|
564
|
+
|
|
565
|
+
Properties of the `bold` object:
|
|
566
|
+
|
|
567
|
+
#### `disabled` (boolean)
|
|
568
|
+
|
|
569
|
+
Indicates if the plugin is disabled or not
|
|
570
|
+
|
|
571
|
+
### `html` (object)
|
|
572
|
+
|
|
573
|
+
Properties of the `html` object:
|
|
574
|
+
|
|
575
|
+
#### `disabled` (boolean)
|
|
576
|
+
|
|
577
|
+
Indicates if the plugin is disabled or not
|
|
578
|
+
|
|
579
|
+
### `italic` (object)
|
|
580
|
+
|
|
581
|
+
Properties of the `italic` object:
|
|
582
|
+
|
|
583
|
+
#### `disabled` (boolean)
|
|
584
|
+
|
|
585
|
+
Indicates if the plugin is disabled or not
|
|
586
|
+
|
|
587
|
+
### `ol_list` (object)
|
|
588
|
+
|
|
589
|
+
Properties of the `ol_list` object:
|
|
590
|
+
|
|
591
|
+
#### `disabled` (boolean)
|
|
592
|
+
|
|
593
|
+
Indicates if the plugin is disabled or not
|
|
594
|
+
|
|
595
|
+
### `redo` (object)
|
|
596
|
+
|
|
597
|
+
Properties of the `redo` object:
|
|
598
|
+
|
|
599
|
+
#### `disabled` (boolean)
|
|
600
|
+
|
|
601
|
+
Indicates if the plugin is disabled or not
|
|
602
|
+
|
|
603
|
+
### `strikethrough` (object)
|
|
604
|
+
|
|
605
|
+
Properties of the `strikethrough` object:
|
|
606
|
+
|
|
607
|
+
#### `disabled` (boolean)
|
|
608
|
+
|
|
609
|
+
Indicates if the plugin is disabled or not
|
|
610
|
+
|
|
611
|
+
### `sub` (object)
|
|
612
|
+
|
|
613
|
+
Properties of the `sub` object:
|
|
614
|
+
|
|
615
|
+
#### `disabled` (boolean)
|
|
616
|
+
|
|
617
|
+
Indicates if the plugin is disabled or not
|
|
618
|
+
|
|
619
|
+
### `sup` (object)
|
|
620
|
+
|
|
621
|
+
Properties of the `sup` object:
|
|
622
|
+
|
|
623
|
+
#### `disabled` (boolean)
|
|
624
|
+
|
|
625
|
+
Indicates if the plugin is disabled or not
|
|
626
|
+
|
|
627
|
+
### `table` (object)
|
|
628
|
+
|
|
629
|
+
Properties of the `table` object:
|
|
630
|
+
|
|
631
|
+
#### `disabled` (boolean)
|
|
632
|
+
|
|
633
|
+
Indicates if the plugin is disabled or not
|
|
634
|
+
|
|
635
|
+
### `ul_list` (object)
|
|
636
|
+
|
|
637
|
+
Properties of the `ul_list` object:
|
|
638
|
+
|
|
639
|
+
#### `disabled` (boolean)
|
|
640
|
+
|
|
641
|
+
Indicates if the plugin is disabled or not
|
|
642
|
+
|
|
643
|
+
### `underline` (object)
|
|
644
|
+
|
|
645
|
+
Properties of the `underline` object:
|
|
646
|
+
|
|
647
|
+
#### `disabled` (boolean)
|
|
648
|
+
|
|
649
|
+
Indicates if the plugin is disabled or not
|
|
650
|
+
|
|
651
|
+
### `undo` (object)
|
|
652
|
+
|
|
653
|
+
Properties of the `undo` object:
|
|
654
|
+
|
|
655
|
+
#### `disabled` (boolean)
|
|
656
|
+
|
|
657
|
+
Indicates if the plugin is disabled or not
|
|
658
|
+
|
|
451
659
|
## `EditableHtmlButtonConfigure` (object)
|
|
452
660
|
|
|
453
661
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -541,58 +749,359 @@ Indicates if the plugin is disabled or not
|
|
|
541
749
|
|
|
542
750
|
Properties of the `image` object:
|
|
543
751
|
|
|
544
|
-
##### `disabled` (boolean)
|
|
752
|
+
##### `disabled` (boolean)
|
|
753
|
+
|
|
754
|
+
Indicates if the plugin is disabled or not
|
|
755
|
+
|
|
756
|
+
#### `customPlugins` (array)
|
|
757
|
+
|
|
758
|
+
An array of objects that determine custom plugins.
|
|
759
|
+
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).
|
|
760
|
+
Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
|
|
761
|
+
|
|
762
|
+
The object is an array with all elements of the type `object`.
|
|
763
|
+
|
|
764
|
+
The array object has the following properties:
|
|
765
|
+
|
|
766
|
+
##### `event` (string, required)
|
|
767
|
+
|
|
768
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
769
|
+
PIE will emit the event prefixed with "PIE-".
|
|
770
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
771
|
+
|
|
772
|
+
##### `iconAlt` (string, required)
|
|
773
|
+
|
|
774
|
+
The alt for the custom button icon
|
|
775
|
+
|
|
776
|
+
##### `iconType` (string, required)
|
|
777
|
+
|
|
778
|
+
The icon type.
|
|
779
|
+
Currently, only "SVG" is supported.
|
|
780
|
+
|
|
781
|
+
##### `icon` (string, required)
|
|
782
|
+
|
|
783
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
784
|
+
|
|
785
|
+
#### `blockquote` (object)
|
|
786
|
+
|
|
787
|
+
Properties of the `blockquote` object:
|
|
788
|
+
|
|
789
|
+
##### `disabled` (boolean)
|
|
790
|
+
|
|
791
|
+
Indicates if the plugin is disabled or not
|
|
792
|
+
|
|
793
|
+
#### `h3` (object)
|
|
794
|
+
|
|
795
|
+
Properties of the `h3` object:
|
|
796
|
+
|
|
797
|
+
##### `disabled` (boolean)
|
|
798
|
+
|
|
799
|
+
Indicates if the plugin is disabled or not
|
|
800
|
+
|
|
801
|
+
#### `languageCharacters` (object)
|
|
802
|
+
|
|
803
|
+
Properties of the `languageCharacters` object:
|
|
804
|
+
|
|
805
|
+
##### `disabled` (boolean)
|
|
806
|
+
|
|
807
|
+
Indicates if the plugin is disabled or not
|
|
808
|
+
|
|
809
|
+
#### `bold` (object)
|
|
810
|
+
|
|
811
|
+
Properties of the `bold` object:
|
|
812
|
+
|
|
813
|
+
##### `disabled` (boolean)
|
|
814
|
+
|
|
815
|
+
Indicates if the plugin is disabled or not
|
|
816
|
+
|
|
817
|
+
#### `html` (object)
|
|
818
|
+
|
|
819
|
+
Properties of the `html` object:
|
|
820
|
+
|
|
821
|
+
##### `disabled` (boolean)
|
|
822
|
+
|
|
823
|
+
Indicates if the plugin is disabled or not
|
|
824
|
+
|
|
825
|
+
#### `italic` (object)
|
|
826
|
+
|
|
827
|
+
Properties of the `italic` object:
|
|
828
|
+
|
|
829
|
+
##### `disabled` (boolean)
|
|
830
|
+
|
|
831
|
+
Indicates if the plugin is disabled or not
|
|
832
|
+
|
|
833
|
+
#### `ol_list` (object)
|
|
834
|
+
|
|
835
|
+
Properties of the `ol_list` object:
|
|
836
|
+
|
|
837
|
+
##### `disabled` (boolean)
|
|
838
|
+
|
|
839
|
+
Indicates if the plugin is disabled or not
|
|
840
|
+
|
|
841
|
+
#### `redo` (object)
|
|
842
|
+
|
|
843
|
+
Properties of the `redo` object:
|
|
844
|
+
|
|
845
|
+
##### `disabled` (boolean)
|
|
846
|
+
|
|
847
|
+
Indicates if the plugin is disabled or not
|
|
848
|
+
|
|
849
|
+
#### `strikethrough` (object)
|
|
850
|
+
|
|
851
|
+
Properties of the `strikethrough` object:
|
|
852
|
+
|
|
853
|
+
##### `disabled` (boolean)
|
|
854
|
+
|
|
855
|
+
Indicates if the plugin is disabled or not
|
|
856
|
+
|
|
857
|
+
#### `sub` (object)
|
|
858
|
+
|
|
859
|
+
Properties of the `sub` object:
|
|
860
|
+
|
|
861
|
+
##### `disabled` (boolean)
|
|
862
|
+
|
|
863
|
+
Indicates if the plugin is disabled or not
|
|
864
|
+
|
|
865
|
+
#### `sup` (object)
|
|
866
|
+
|
|
867
|
+
Properties of the `sup` object:
|
|
868
|
+
|
|
869
|
+
##### `disabled` (boolean)
|
|
870
|
+
|
|
871
|
+
Indicates if the plugin is disabled or not
|
|
872
|
+
|
|
873
|
+
#### `table` (object)
|
|
874
|
+
|
|
875
|
+
Properties of the `table` object:
|
|
876
|
+
|
|
877
|
+
##### `disabled` (boolean)
|
|
878
|
+
|
|
879
|
+
Indicates if the plugin is disabled or not
|
|
880
|
+
|
|
881
|
+
#### `ul_list` (object)
|
|
882
|
+
|
|
883
|
+
Properties of the `ul_list` object:
|
|
884
|
+
|
|
885
|
+
##### `disabled` (boolean)
|
|
886
|
+
|
|
887
|
+
Indicates if the plugin is disabled or not
|
|
888
|
+
|
|
889
|
+
#### `underline` (object)
|
|
890
|
+
|
|
891
|
+
Properties of the `underline` object:
|
|
892
|
+
|
|
893
|
+
##### `disabled` (boolean)
|
|
894
|
+
|
|
895
|
+
Indicates if the plugin is disabled or not
|
|
896
|
+
|
|
897
|
+
#### `undo` (object)
|
|
898
|
+
|
|
899
|
+
Properties of the `undo` object:
|
|
900
|
+
|
|
901
|
+
##### `disabled` (boolean)
|
|
902
|
+
|
|
903
|
+
Indicates if the plugin is disabled or not
|
|
904
|
+
|
|
905
|
+
### `expandedInput` (object)
|
|
906
|
+
|
|
907
|
+
Properties of the `expandedInput` object:
|
|
908
|
+
|
|
909
|
+
#### `inputConfiguration` (object)
|
|
910
|
+
|
|
911
|
+
Properties of the `inputConfiguration` object:
|
|
912
|
+
|
|
913
|
+
##### `math` (object)
|
|
914
|
+
|
|
915
|
+
Properties of the `math` object:
|
|
916
|
+
|
|
917
|
+
###### `disabled` (boolean)
|
|
918
|
+
|
|
919
|
+
Indicates if the plugin is disabled or not
|
|
920
|
+
|
|
921
|
+
##### `audio` (object)
|
|
922
|
+
|
|
923
|
+
Properties of the `audio` object:
|
|
924
|
+
|
|
925
|
+
###### `disabled` (boolean)
|
|
926
|
+
|
|
927
|
+
Indicates if the plugin is disabled or not
|
|
928
|
+
|
|
929
|
+
##### `video` (object)
|
|
930
|
+
|
|
931
|
+
Properties of the `video` object:
|
|
932
|
+
|
|
933
|
+
###### `disabled` (boolean)
|
|
934
|
+
|
|
935
|
+
Indicates if the plugin is disabled or not
|
|
936
|
+
|
|
937
|
+
##### `image` (object)
|
|
938
|
+
|
|
939
|
+
Properties of the `image` object:
|
|
940
|
+
|
|
941
|
+
###### `disabled` (boolean)
|
|
942
|
+
|
|
943
|
+
Indicates if the plugin is disabled or not
|
|
944
|
+
|
|
945
|
+
##### `customPlugins` (array)
|
|
946
|
+
|
|
947
|
+
An array of objects that determine custom plugins.
|
|
948
|
+
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).
|
|
949
|
+
Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
|
|
950
|
+
|
|
951
|
+
The object is an array with all elements of the type `object`.
|
|
952
|
+
|
|
953
|
+
The array object has the following properties:
|
|
954
|
+
|
|
955
|
+
###### `event` (string, required)
|
|
956
|
+
|
|
957
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
958
|
+
PIE will emit the event prefixed with "PIE-".
|
|
959
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
960
|
+
|
|
961
|
+
###### `iconAlt` (string, required)
|
|
962
|
+
|
|
963
|
+
The alt for the custom button icon
|
|
964
|
+
|
|
965
|
+
###### `iconType` (string, required)
|
|
966
|
+
|
|
967
|
+
The icon type.
|
|
968
|
+
Currently, only "SVG" is supported.
|
|
969
|
+
|
|
970
|
+
###### `icon` (string, required)
|
|
971
|
+
|
|
972
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
973
|
+
|
|
974
|
+
##### `blockquote` (object)
|
|
975
|
+
|
|
976
|
+
Properties of the `blockquote` object:
|
|
977
|
+
|
|
978
|
+
###### `disabled` (boolean)
|
|
979
|
+
|
|
980
|
+
Indicates if the plugin is disabled or not
|
|
981
|
+
|
|
982
|
+
##### `h3` (object)
|
|
983
|
+
|
|
984
|
+
Properties of the `h3` object:
|
|
985
|
+
|
|
986
|
+
###### `disabled` (boolean)
|
|
987
|
+
|
|
988
|
+
Indicates if the plugin is disabled or not
|
|
989
|
+
|
|
990
|
+
##### `languageCharacters` (object)
|
|
991
|
+
|
|
992
|
+
Properties of the `languageCharacters` object:
|
|
993
|
+
|
|
994
|
+
###### `disabled` (boolean)
|
|
995
|
+
|
|
996
|
+
Indicates if the plugin is disabled or not
|
|
997
|
+
|
|
998
|
+
##### `bold` (object)
|
|
999
|
+
|
|
1000
|
+
Properties of the `bold` object:
|
|
1001
|
+
|
|
1002
|
+
###### `disabled` (boolean)
|
|
1003
|
+
|
|
1004
|
+
Indicates if the plugin is disabled or not
|
|
1005
|
+
|
|
1006
|
+
##### `html` (object)
|
|
1007
|
+
|
|
1008
|
+
Properties of the `html` object:
|
|
1009
|
+
|
|
1010
|
+
###### `disabled` (boolean)
|
|
1011
|
+
|
|
1012
|
+
Indicates if the plugin is disabled or not
|
|
1013
|
+
|
|
1014
|
+
##### `italic` (object)
|
|
1015
|
+
|
|
1016
|
+
Properties of the `italic` object:
|
|
1017
|
+
|
|
1018
|
+
###### `disabled` (boolean)
|
|
1019
|
+
|
|
1020
|
+
Indicates if the plugin is disabled or not
|
|
1021
|
+
|
|
1022
|
+
##### `ol_list` (object)
|
|
1023
|
+
|
|
1024
|
+
Properties of the `ol_list` object:
|
|
1025
|
+
|
|
1026
|
+
###### `disabled` (boolean)
|
|
1027
|
+
|
|
1028
|
+
Indicates if the plugin is disabled or not
|
|
1029
|
+
|
|
1030
|
+
##### `redo` (object)
|
|
1031
|
+
|
|
1032
|
+
Properties of the `redo` object:
|
|
1033
|
+
|
|
1034
|
+
###### `disabled` (boolean)
|
|
1035
|
+
|
|
1036
|
+
Indicates if the plugin is disabled or not
|
|
1037
|
+
|
|
1038
|
+
##### `strikethrough` (object)
|
|
1039
|
+
|
|
1040
|
+
Properties of the `strikethrough` object:
|
|
1041
|
+
|
|
1042
|
+
###### `disabled` (boolean)
|
|
1043
|
+
|
|
1044
|
+
Indicates if the plugin is disabled or not
|
|
1045
|
+
|
|
1046
|
+
##### `sub` (object)
|
|
1047
|
+
|
|
1048
|
+
Properties of the `sub` object:
|
|
1049
|
+
|
|
1050
|
+
###### `disabled` (boolean)
|
|
1051
|
+
|
|
1052
|
+
Indicates if the plugin is disabled or not
|
|
1053
|
+
|
|
1054
|
+
##### `sup` (object)
|
|
1055
|
+
|
|
1056
|
+
Properties of the `sup` object:
|
|
1057
|
+
|
|
1058
|
+
###### `disabled` (boolean)
|
|
545
1059
|
|
|
546
1060
|
Indicates if the plugin is disabled or not
|
|
547
1061
|
|
|
548
|
-
|
|
1062
|
+
##### `table` (object)
|
|
549
1063
|
|
|
550
|
-
|
|
551
|
-
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).
|
|
552
|
-
Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
|
|
1064
|
+
Properties of the `table` object:
|
|
553
1065
|
|
|
554
|
-
|
|
1066
|
+
###### `disabled` (boolean)
|
|
555
1067
|
|
|
556
|
-
|
|
1068
|
+
Indicates if the plugin is disabled or not
|
|
557
1069
|
|
|
558
|
-
##### `
|
|
1070
|
+
##### `ul_list` (object)
|
|
559
1071
|
|
|
560
|
-
|
|
561
|
-
PIE will emit the event prefixed with "PIE-".
|
|
562
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1072
|
+
Properties of the `ul_list` object:
|
|
563
1073
|
|
|
564
|
-
|
|
1074
|
+
###### `disabled` (boolean)
|
|
565
1075
|
|
|
566
|
-
|
|
1076
|
+
Indicates if the plugin is disabled or not
|
|
567
1077
|
|
|
568
|
-
##### `
|
|
1078
|
+
##### `underline` (object)
|
|
569
1079
|
|
|
570
|
-
|
|
571
|
-
Currently, only "SVG" is supported.
|
|
1080
|
+
Properties of the `underline` object:
|
|
572
1081
|
|
|
573
|
-
|
|
1082
|
+
###### `disabled` (boolean)
|
|
574
1083
|
|
|
575
|
-
|
|
1084
|
+
Indicates if the plugin is disabled or not
|
|
576
1085
|
|
|
577
|
-
|
|
1086
|
+
##### `undo` (object)
|
|
578
1087
|
|
|
579
|
-
Properties of the `
|
|
1088
|
+
Properties of the `undo` object:
|
|
580
1089
|
|
|
581
|
-
|
|
1090
|
+
###### `disabled` (boolean)
|
|
582
1091
|
|
|
583
1092
|
Indicates if the plugin is disabled or not
|
|
584
1093
|
|
|
585
|
-
#### `
|
|
1094
|
+
#### `settings` (boolean)
|
|
586
1095
|
|
|
587
|
-
|
|
1096
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
588
1097
|
|
|
589
|
-
|
|
1098
|
+
#### `label` (string)
|
|
590
1099
|
|
|
591
|
-
Indicates
|
|
1100
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
592
1101
|
|
|
593
|
-
### `
|
|
1102
|
+
### `labelInput` (object)
|
|
594
1103
|
|
|
595
|
-
Properties of the `
|
|
1104
|
+
Properties of the `labelInput` object:
|
|
596
1105
|
|
|
597
1106
|
#### `inputConfiguration` (object)
|
|
598
1107
|
|
|
@@ -675,94 +1184,105 @@ Properties of the `h3` object:
|
|
|
675
1184
|
|
|
676
1185
|
Indicates if the plugin is disabled or not
|
|
677
1186
|
|
|
678
|
-
|
|
1187
|
+
##### `languageCharacters` (object)
|
|
679
1188
|
|
|
680
|
-
|
|
1189
|
+
Properties of the `languageCharacters` object:
|
|
681
1190
|
|
|
682
|
-
|
|
1191
|
+
###### `disabled` (boolean)
|
|
683
1192
|
|
|
684
|
-
Indicates
|
|
1193
|
+
Indicates if the plugin is disabled or not
|
|
685
1194
|
|
|
686
|
-
|
|
1195
|
+
##### `bold` (object)
|
|
687
1196
|
|
|
688
|
-
Properties of the `
|
|
1197
|
+
Properties of the `bold` object:
|
|
689
1198
|
|
|
690
|
-
|
|
1199
|
+
###### `disabled` (boolean)
|
|
691
1200
|
|
|
692
|
-
|
|
1201
|
+
Indicates if the plugin is disabled or not
|
|
693
1202
|
|
|
694
|
-
##### `
|
|
1203
|
+
##### `html` (object)
|
|
695
1204
|
|
|
696
|
-
Properties of the `
|
|
1205
|
+
Properties of the `html` object:
|
|
697
1206
|
|
|
698
1207
|
###### `disabled` (boolean)
|
|
699
1208
|
|
|
700
1209
|
Indicates if the plugin is disabled or not
|
|
701
1210
|
|
|
702
|
-
##### `
|
|
1211
|
+
##### `italic` (object)
|
|
703
1212
|
|
|
704
|
-
Properties of the `
|
|
1213
|
+
Properties of the `italic` object:
|
|
705
1214
|
|
|
706
1215
|
###### `disabled` (boolean)
|
|
707
1216
|
|
|
708
1217
|
Indicates if the plugin is disabled or not
|
|
709
1218
|
|
|
710
|
-
##### `
|
|
1219
|
+
##### `ol_list` (object)
|
|
711
1220
|
|
|
712
|
-
Properties of the `
|
|
1221
|
+
Properties of the `ol_list` object:
|
|
713
1222
|
|
|
714
1223
|
###### `disabled` (boolean)
|
|
715
1224
|
|
|
716
1225
|
Indicates if the plugin is disabled or not
|
|
717
1226
|
|
|
718
|
-
##### `
|
|
1227
|
+
##### `redo` (object)
|
|
719
1228
|
|
|
720
|
-
Properties of the `
|
|
1229
|
+
Properties of the `redo` object:
|
|
721
1230
|
|
|
722
1231
|
###### `disabled` (boolean)
|
|
723
1232
|
|
|
724
1233
|
Indicates if the plugin is disabled or not
|
|
725
1234
|
|
|
726
|
-
##### `
|
|
1235
|
+
##### `strikethrough` (object)
|
|
727
1236
|
|
|
728
|
-
|
|
729
|
-
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).
|
|
730
|
-
Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
|
|
1237
|
+
Properties of the `strikethrough` object:
|
|
731
1238
|
|
|
732
|
-
|
|
1239
|
+
###### `disabled` (boolean)
|
|
733
1240
|
|
|
734
|
-
|
|
1241
|
+
Indicates if the plugin is disabled or not
|
|
735
1242
|
|
|
736
|
-
|
|
1243
|
+
##### `sub` (object)
|
|
737
1244
|
|
|
738
|
-
|
|
739
|
-
PIE will emit the event prefixed with "PIE-".
|
|
740
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
1245
|
+
Properties of the `sub` object:
|
|
741
1246
|
|
|
742
|
-
###### `
|
|
1247
|
+
###### `disabled` (boolean)
|
|
743
1248
|
|
|
744
|
-
|
|
1249
|
+
Indicates if the plugin is disabled or not
|
|
745
1250
|
|
|
746
|
-
|
|
1251
|
+
##### `sup` (object)
|
|
747
1252
|
|
|
748
|
-
|
|
749
|
-
Currently, only "SVG" is supported.
|
|
1253
|
+
Properties of the `sup` object:
|
|
750
1254
|
|
|
751
|
-
###### `
|
|
1255
|
+
###### `disabled` (boolean)
|
|
752
1256
|
|
|
753
|
-
|
|
1257
|
+
Indicates if the plugin is disabled or not
|
|
754
1258
|
|
|
755
|
-
##### `
|
|
1259
|
+
##### `table` (object)
|
|
756
1260
|
|
|
757
|
-
Properties of the `
|
|
1261
|
+
Properties of the `table` object:
|
|
758
1262
|
|
|
759
1263
|
###### `disabled` (boolean)
|
|
760
1264
|
|
|
761
1265
|
Indicates if the plugin is disabled or not
|
|
762
1266
|
|
|
763
|
-
##### `
|
|
1267
|
+
##### `ul_list` (object)
|
|
764
1268
|
|
|
765
|
-
Properties of the `
|
|
1269
|
+
Properties of the `ul_list` object:
|
|
1270
|
+
|
|
1271
|
+
###### `disabled` (boolean)
|
|
1272
|
+
|
|
1273
|
+
Indicates if the plugin is disabled or not
|
|
1274
|
+
|
|
1275
|
+
##### `underline` (object)
|
|
1276
|
+
|
|
1277
|
+
Properties of the `underline` object:
|
|
1278
|
+
|
|
1279
|
+
###### `disabled` (boolean)
|
|
1280
|
+
|
|
1281
|
+
Indicates if the plugin is disabled or not
|
|
1282
|
+
|
|
1283
|
+
##### `undo` (object)
|
|
1284
|
+
|
|
1285
|
+
Properties of the `undo` object:
|
|
766
1286
|
|
|
767
1287
|
###### `disabled` (boolean)
|
|
768
1288
|
|
|
@@ -1026,6 +1546,110 @@ Properties of the `h3` object:
|
|
|
1026
1546
|
|
|
1027
1547
|
Indicates if the plugin is disabled or not
|
|
1028
1548
|
|
|
1549
|
+
#### `languageCharacters` (object)
|
|
1550
|
+
|
|
1551
|
+
Properties of the `languageCharacters` object:
|
|
1552
|
+
|
|
1553
|
+
##### `disabled` (boolean)
|
|
1554
|
+
|
|
1555
|
+
Indicates if the plugin is disabled or not
|
|
1556
|
+
|
|
1557
|
+
#### `bold` (object)
|
|
1558
|
+
|
|
1559
|
+
Properties of the `bold` object:
|
|
1560
|
+
|
|
1561
|
+
##### `disabled` (boolean)
|
|
1562
|
+
|
|
1563
|
+
Indicates if the plugin is disabled or not
|
|
1564
|
+
|
|
1565
|
+
#### `html` (object)
|
|
1566
|
+
|
|
1567
|
+
Properties of the `html` object:
|
|
1568
|
+
|
|
1569
|
+
##### `disabled` (boolean)
|
|
1570
|
+
|
|
1571
|
+
Indicates if the plugin is disabled or not
|
|
1572
|
+
|
|
1573
|
+
#### `italic` (object)
|
|
1574
|
+
|
|
1575
|
+
Properties of the `italic` object:
|
|
1576
|
+
|
|
1577
|
+
##### `disabled` (boolean)
|
|
1578
|
+
|
|
1579
|
+
Indicates if the plugin is disabled or not
|
|
1580
|
+
|
|
1581
|
+
#### `ol_list` (object)
|
|
1582
|
+
|
|
1583
|
+
Properties of the `ol_list` object:
|
|
1584
|
+
|
|
1585
|
+
##### `disabled` (boolean)
|
|
1586
|
+
|
|
1587
|
+
Indicates if the plugin is disabled or not
|
|
1588
|
+
|
|
1589
|
+
#### `redo` (object)
|
|
1590
|
+
|
|
1591
|
+
Properties of the `redo` object:
|
|
1592
|
+
|
|
1593
|
+
##### `disabled` (boolean)
|
|
1594
|
+
|
|
1595
|
+
Indicates if the plugin is disabled or not
|
|
1596
|
+
|
|
1597
|
+
#### `strikethrough` (object)
|
|
1598
|
+
|
|
1599
|
+
Properties of the `strikethrough` object:
|
|
1600
|
+
|
|
1601
|
+
##### `disabled` (boolean)
|
|
1602
|
+
|
|
1603
|
+
Indicates if the plugin is disabled or not
|
|
1604
|
+
|
|
1605
|
+
#### `sub` (object)
|
|
1606
|
+
|
|
1607
|
+
Properties of the `sub` object:
|
|
1608
|
+
|
|
1609
|
+
##### `disabled` (boolean)
|
|
1610
|
+
|
|
1611
|
+
Indicates if the plugin is disabled or not
|
|
1612
|
+
|
|
1613
|
+
#### `sup` (object)
|
|
1614
|
+
|
|
1615
|
+
Properties of the `sup` object:
|
|
1616
|
+
|
|
1617
|
+
##### `disabled` (boolean)
|
|
1618
|
+
|
|
1619
|
+
Indicates if the plugin is disabled or not
|
|
1620
|
+
|
|
1621
|
+
#### `table` (object)
|
|
1622
|
+
|
|
1623
|
+
Properties of the `table` object:
|
|
1624
|
+
|
|
1625
|
+
##### `disabled` (boolean)
|
|
1626
|
+
|
|
1627
|
+
Indicates if the plugin is disabled or not
|
|
1628
|
+
|
|
1629
|
+
#### `ul_list` (object)
|
|
1630
|
+
|
|
1631
|
+
Properties of the `ul_list` object:
|
|
1632
|
+
|
|
1633
|
+
##### `disabled` (boolean)
|
|
1634
|
+
|
|
1635
|
+
Indicates if the plugin is disabled or not
|
|
1636
|
+
|
|
1637
|
+
#### `underline` (object)
|
|
1638
|
+
|
|
1639
|
+
Properties of the `underline` object:
|
|
1640
|
+
|
|
1641
|
+
##### `disabled` (boolean)
|
|
1642
|
+
|
|
1643
|
+
Indicates if the plugin is disabled or not
|
|
1644
|
+
|
|
1645
|
+
#### `undo` (object)
|
|
1646
|
+
|
|
1647
|
+
Properties of the `undo` object:
|
|
1648
|
+
|
|
1649
|
+
##### `disabled` (boolean)
|
|
1650
|
+
|
|
1651
|
+
Indicates if the plugin is disabled or not
|
|
1652
|
+
|
|
1029
1653
|
### `settings` (boolean)
|
|
1030
1654
|
|
|
1031
1655
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1191,6 +1815,110 @@ Properties of the `h3` object:
|
|
|
1191
1815
|
|
|
1192
1816
|
Indicates if the plugin is disabled or not
|
|
1193
1817
|
|
|
1818
|
+
##### `languageCharacters` (object)
|
|
1819
|
+
|
|
1820
|
+
Properties of the `languageCharacters` object:
|
|
1821
|
+
|
|
1822
|
+
###### `disabled` (boolean)
|
|
1823
|
+
|
|
1824
|
+
Indicates if the plugin is disabled or not
|
|
1825
|
+
|
|
1826
|
+
##### `bold` (object)
|
|
1827
|
+
|
|
1828
|
+
Properties of the `bold` object:
|
|
1829
|
+
|
|
1830
|
+
###### `disabled` (boolean)
|
|
1831
|
+
|
|
1832
|
+
Indicates if the plugin is disabled or not
|
|
1833
|
+
|
|
1834
|
+
##### `html` (object)
|
|
1835
|
+
|
|
1836
|
+
Properties of the `html` object:
|
|
1837
|
+
|
|
1838
|
+
###### `disabled` (boolean)
|
|
1839
|
+
|
|
1840
|
+
Indicates if the plugin is disabled or not
|
|
1841
|
+
|
|
1842
|
+
##### `italic` (object)
|
|
1843
|
+
|
|
1844
|
+
Properties of the `italic` object:
|
|
1845
|
+
|
|
1846
|
+
###### `disabled` (boolean)
|
|
1847
|
+
|
|
1848
|
+
Indicates if the plugin is disabled or not
|
|
1849
|
+
|
|
1850
|
+
##### `ol_list` (object)
|
|
1851
|
+
|
|
1852
|
+
Properties of the `ol_list` object:
|
|
1853
|
+
|
|
1854
|
+
###### `disabled` (boolean)
|
|
1855
|
+
|
|
1856
|
+
Indicates if the plugin is disabled or not
|
|
1857
|
+
|
|
1858
|
+
##### `redo` (object)
|
|
1859
|
+
|
|
1860
|
+
Properties of the `redo` object:
|
|
1861
|
+
|
|
1862
|
+
###### `disabled` (boolean)
|
|
1863
|
+
|
|
1864
|
+
Indicates if the plugin is disabled or not
|
|
1865
|
+
|
|
1866
|
+
##### `strikethrough` (object)
|
|
1867
|
+
|
|
1868
|
+
Properties of the `strikethrough` object:
|
|
1869
|
+
|
|
1870
|
+
###### `disabled` (boolean)
|
|
1871
|
+
|
|
1872
|
+
Indicates if the plugin is disabled or not
|
|
1873
|
+
|
|
1874
|
+
##### `sub` (object)
|
|
1875
|
+
|
|
1876
|
+
Properties of the `sub` object:
|
|
1877
|
+
|
|
1878
|
+
###### `disabled` (boolean)
|
|
1879
|
+
|
|
1880
|
+
Indicates if the plugin is disabled or not
|
|
1881
|
+
|
|
1882
|
+
##### `sup` (object)
|
|
1883
|
+
|
|
1884
|
+
Properties of the `sup` object:
|
|
1885
|
+
|
|
1886
|
+
###### `disabled` (boolean)
|
|
1887
|
+
|
|
1888
|
+
Indicates if the plugin is disabled or not
|
|
1889
|
+
|
|
1890
|
+
##### `table` (object)
|
|
1891
|
+
|
|
1892
|
+
Properties of the `table` object:
|
|
1893
|
+
|
|
1894
|
+
###### `disabled` (boolean)
|
|
1895
|
+
|
|
1896
|
+
Indicates if the plugin is disabled or not
|
|
1897
|
+
|
|
1898
|
+
##### `ul_list` (object)
|
|
1899
|
+
|
|
1900
|
+
Properties of the `ul_list` object:
|
|
1901
|
+
|
|
1902
|
+
###### `disabled` (boolean)
|
|
1903
|
+
|
|
1904
|
+
Indicates if the plugin is disabled or not
|
|
1905
|
+
|
|
1906
|
+
##### `underline` (object)
|
|
1907
|
+
|
|
1908
|
+
Properties of the `underline` object:
|
|
1909
|
+
|
|
1910
|
+
###### `disabled` (boolean)
|
|
1911
|
+
|
|
1912
|
+
Indicates if the plugin is disabled or not
|
|
1913
|
+
|
|
1914
|
+
##### `undo` (object)
|
|
1915
|
+
|
|
1916
|
+
Properties of the `undo` object:
|
|
1917
|
+
|
|
1918
|
+
###### `disabled` (boolean)
|
|
1919
|
+
|
|
1920
|
+
Indicates if the plugin is disabled or not
|
|
1921
|
+
|
|
1194
1922
|
#### `settings` (boolean)
|
|
1195
1923
|
|
|
1196
1924
|
Indicates if the item has to be displayed in the Settings Panel
|