@pie-element/ebsr 9.7.1-next.2 → 9.7.1-next.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/configure/lib/defaults.js +71 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/package.json +1 -1
- package/configure/src/defaults.js +32 -0
- package/controller/package.json +1 -1
- package/docs/config-schema.json +934 -9
- package/docs/config-schema.json.md +668 -0
- package/docs/pie-schema.json +396 -3
- package/docs/pie-schema.json.md +284 -0
- package/module/configure.js +72 -4
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +3 -3
package/docs/pie-schema.json
CHANGED
|
@@ -384,9 +384,59 @@
|
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"prompt": {
|
|
387
|
-
"title": "
|
|
387
|
+
"title": "EditableHtmlPluginConfigure",
|
|
388
388
|
"type": "object",
|
|
389
389
|
"properties": {
|
|
390
|
+
"inputConfiguration": {
|
|
391
|
+
"title": "EditableHtmlConfigureProp",
|
|
392
|
+
"type": "object",
|
|
393
|
+
"properties": {
|
|
394
|
+
"math": {
|
|
395
|
+
"title": "EditableHtmlButtonConfigure",
|
|
396
|
+
"type": "object",
|
|
397
|
+
"properties": {
|
|
398
|
+
"disabled": {
|
|
399
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
400
|
+
"type": "boolean",
|
|
401
|
+
"title": "disabled"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"audio": {
|
|
406
|
+
"title": "EditableHtmlButtonConfigure",
|
|
407
|
+
"type": "object",
|
|
408
|
+
"properties": {
|
|
409
|
+
"disabled": {
|
|
410
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"title": "disabled"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"video": {
|
|
417
|
+
"title": "EditableHtmlButtonConfigure",
|
|
418
|
+
"type": "object",
|
|
419
|
+
"properties": {
|
|
420
|
+
"disabled": {
|
|
421
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
422
|
+
"type": "boolean",
|
|
423
|
+
"title": "disabled"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"image": {
|
|
428
|
+
"title": "EditableHtmlButtonConfigure",
|
|
429
|
+
"type": "object",
|
|
430
|
+
"properties": {
|
|
431
|
+
"disabled": {
|
|
432
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
433
|
+
"type": "boolean",
|
|
434
|
+
"title": "disabled"
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
390
440
|
"settings": {
|
|
391
441
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
392
442
|
"type": "boolean",
|
|
@@ -421,9 +471,59 @@
|
|
|
421
471
|
}
|
|
422
472
|
},
|
|
423
473
|
"rationale": {
|
|
424
|
-
"title": "
|
|
474
|
+
"title": "EditableHtmlPluginConfigure",
|
|
425
475
|
"type": "object",
|
|
426
476
|
"properties": {
|
|
477
|
+
"inputConfiguration": {
|
|
478
|
+
"title": "EditableHtmlConfigureProp",
|
|
479
|
+
"type": "object",
|
|
480
|
+
"properties": {
|
|
481
|
+
"math": {
|
|
482
|
+
"title": "EditableHtmlButtonConfigure",
|
|
483
|
+
"type": "object",
|
|
484
|
+
"properties": {
|
|
485
|
+
"disabled": {
|
|
486
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
487
|
+
"type": "boolean",
|
|
488
|
+
"title": "disabled"
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"audio": {
|
|
493
|
+
"title": "EditableHtmlButtonConfigure",
|
|
494
|
+
"type": "object",
|
|
495
|
+
"properties": {
|
|
496
|
+
"disabled": {
|
|
497
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
498
|
+
"type": "boolean",
|
|
499
|
+
"title": "disabled"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"video": {
|
|
504
|
+
"title": "EditableHtmlButtonConfigure",
|
|
505
|
+
"type": "object",
|
|
506
|
+
"properties": {
|
|
507
|
+
"disabled": {
|
|
508
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
509
|
+
"type": "boolean",
|
|
510
|
+
"title": "disabled"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"image": {
|
|
515
|
+
"title": "EditableHtmlButtonConfigure",
|
|
516
|
+
"type": "object",
|
|
517
|
+
"properties": {
|
|
518
|
+
"disabled": {
|
|
519
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
520
|
+
"type": "boolean",
|
|
521
|
+
"title": "disabled"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
427
527
|
"settings": {
|
|
428
528
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
429
529
|
"type": "boolean",
|
|
@@ -453,9 +553,59 @@
|
|
|
453
553
|
}
|
|
454
554
|
},
|
|
455
555
|
"teacherInstructions": {
|
|
456
|
-
"title": "
|
|
556
|
+
"title": "EditableHtmlPluginConfigure",
|
|
457
557
|
"type": "object",
|
|
458
558
|
"properties": {
|
|
559
|
+
"inputConfiguration": {
|
|
560
|
+
"title": "EditableHtmlConfigureProp",
|
|
561
|
+
"type": "object",
|
|
562
|
+
"properties": {
|
|
563
|
+
"math": {
|
|
564
|
+
"title": "EditableHtmlButtonConfigure",
|
|
565
|
+
"type": "object",
|
|
566
|
+
"properties": {
|
|
567
|
+
"disabled": {
|
|
568
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
569
|
+
"type": "boolean",
|
|
570
|
+
"title": "disabled"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"audio": {
|
|
575
|
+
"title": "EditableHtmlButtonConfigure",
|
|
576
|
+
"type": "object",
|
|
577
|
+
"properties": {
|
|
578
|
+
"disabled": {
|
|
579
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
580
|
+
"type": "boolean",
|
|
581
|
+
"title": "disabled"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"video": {
|
|
586
|
+
"title": "EditableHtmlButtonConfigure",
|
|
587
|
+
"type": "object",
|
|
588
|
+
"properties": {
|
|
589
|
+
"disabled": {
|
|
590
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
591
|
+
"type": "boolean",
|
|
592
|
+
"title": "disabled"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"image": {
|
|
597
|
+
"title": "EditableHtmlButtonConfigure",
|
|
598
|
+
"type": "object",
|
|
599
|
+
"properties": {
|
|
600
|
+
"disabled": {
|
|
601
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
602
|
+
"type": "boolean",
|
|
603
|
+
"title": "disabled"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
459
609
|
"settings": {
|
|
460
610
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
461
611
|
"type": "boolean",
|
|
@@ -577,6 +727,122 @@
|
|
|
577
727
|
"title": "mmlEditing"
|
|
578
728
|
}
|
|
579
729
|
}
|
|
730
|
+
},
|
|
731
|
+
"baseInputConfiguration": {
|
|
732
|
+
"title": "EditableHtmlConfigureProp",
|
|
733
|
+
"type": "object",
|
|
734
|
+
"properties": {
|
|
735
|
+
"math": {
|
|
736
|
+
"title": "EditableHtmlButtonConfigure",
|
|
737
|
+
"type": "object",
|
|
738
|
+
"properties": {
|
|
739
|
+
"disabled": {
|
|
740
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
741
|
+
"type": "boolean",
|
|
742
|
+
"title": "disabled"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"audio": {
|
|
747
|
+
"title": "EditableHtmlButtonConfigure",
|
|
748
|
+
"type": "object",
|
|
749
|
+
"properties": {
|
|
750
|
+
"disabled": {
|
|
751
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
752
|
+
"type": "boolean",
|
|
753
|
+
"title": "disabled"
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"video": {
|
|
758
|
+
"title": "EditableHtmlButtonConfigure",
|
|
759
|
+
"type": "object",
|
|
760
|
+
"properties": {
|
|
761
|
+
"disabled": {
|
|
762
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
763
|
+
"type": "boolean",
|
|
764
|
+
"title": "disabled"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"image": {
|
|
769
|
+
"title": "EditableHtmlButtonConfigure",
|
|
770
|
+
"type": "object",
|
|
771
|
+
"properties": {
|
|
772
|
+
"disabled": {
|
|
773
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
774
|
+
"type": "boolean",
|
|
775
|
+
"title": "disabled"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"choices": {
|
|
782
|
+
"title": "EditableHtmlPluginConfigure",
|
|
783
|
+
"type": "object",
|
|
784
|
+
"properties": {
|
|
785
|
+
"inputConfiguration": {
|
|
786
|
+
"title": "EditableHtmlConfigureProp",
|
|
787
|
+
"type": "object",
|
|
788
|
+
"properties": {
|
|
789
|
+
"math": {
|
|
790
|
+
"title": "EditableHtmlButtonConfigure",
|
|
791
|
+
"type": "object",
|
|
792
|
+
"properties": {
|
|
793
|
+
"disabled": {
|
|
794
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
795
|
+
"type": "boolean",
|
|
796
|
+
"title": "disabled"
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"audio": {
|
|
801
|
+
"title": "EditableHtmlButtonConfigure",
|
|
802
|
+
"type": "object",
|
|
803
|
+
"properties": {
|
|
804
|
+
"disabled": {
|
|
805
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
806
|
+
"type": "boolean",
|
|
807
|
+
"title": "disabled"
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"video": {
|
|
812
|
+
"title": "EditableHtmlButtonConfigure",
|
|
813
|
+
"type": "object",
|
|
814
|
+
"properties": {
|
|
815
|
+
"disabled": {
|
|
816
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
817
|
+
"type": "boolean",
|
|
818
|
+
"title": "disabled"
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"image": {
|
|
823
|
+
"title": "EditableHtmlButtonConfigure",
|
|
824
|
+
"type": "object",
|
|
825
|
+
"properties": {
|
|
826
|
+
"disabled": {
|
|
827
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
828
|
+
"type": "boolean",
|
|
829
|
+
"title": "disabled"
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"settings": {
|
|
836
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
837
|
+
"type": "boolean",
|
|
838
|
+
"title": "settings"
|
|
839
|
+
},
|
|
840
|
+
"label": {
|
|
841
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
842
|
+
"type": "string",
|
|
843
|
+
"title": "label"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
580
846
|
}
|
|
581
847
|
}
|
|
582
848
|
},
|
|
@@ -596,6 +862,133 @@
|
|
|
596
862
|
}
|
|
597
863
|
}
|
|
598
864
|
},
|
|
865
|
+
"EditableHtmlPluginConfigure": {
|
|
866
|
+
"title": "EditableHtmlPluginConfigure",
|
|
867
|
+
"type": "object",
|
|
868
|
+
"properties": {
|
|
869
|
+
"inputConfiguration": {
|
|
870
|
+
"title": "EditableHtmlConfigureProp",
|
|
871
|
+
"type": "object",
|
|
872
|
+
"properties": {
|
|
873
|
+
"math": {
|
|
874
|
+
"title": "EditableHtmlButtonConfigure",
|
|
875
|
+
"type": "object",
|
|
876
|
+
"properties": {
|
|
877
|
+
"disabled": {
|
|
878
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
879
|
+
"type": "boolean",
|
|
880
|
+
"title": "disabled"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"audio": {
|
|
885
|
+
"title": "EditableHtmlButtonConfigure",
|
|
886
|
+
"type": "object",
|
|
887
|
+
"properties": {
|
|
888
|
+
"disabled": {
|
|
889
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
890
|
+
"type": "boolean",
|
|
891
|
+
"title": "disabled"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"video": {
|
|
896
|
+
"title": "EditableHtmlButtonConfigure",
|
|
897
|
+
"type": "object",
|
|
898
|
+
"properties": {
|
|
899
|
+
"disabled": {
|
|
900
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
901
|
+
"type": "boolean",
|
|
902
|
+
"title": "disabled"
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"image": {
|
|
907
|
+
"title": "EditableHtmlButtonConfigure",
|
|
908
|
+
"type": "object",
|
|
909
|
+
"properties": {
|
|
910
|
+
"disabled": {
|
|
911
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
912
|
+
"type": "boolean",
|
|
913
|
+
"title": "disabled"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"settings": {
|
|
920
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
921
|
+
"type": "boolean",
|
|
922
|
+
"title": "settings"
|
|
923
|
+
},
|
|
924
|
+
"label": {
|
|
925
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
926
|
+
"type": "string",
|
|
927
|
+
"title": "label"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"EditableHtmlConfigureProp": {
|
|
932
|
+
"title": "EditableHtmlConfigureProp",
|
|
933
|
+
"type": "object",
|
|
934
|
+
"properties": {
|
|
935
|
+
"math": {
|
|
936
|
+
"title": "EditableHtmlButtonConfigure",
|
|
937
|
+
"type": "object",
|
|
938
|
+
"properties": {
|
|
939
|
+
"disabled": {
|
|
940
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
941
|
+
"type": "boolean",
|
|
942
|
+
"title": "disabled"
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"audio": {
|
|
947
|
+
"title": "EditableHtmlButtonConfigure",
|
|
948
|
+
"type": "object",
|
|
949
|
+
"properties": {
|
|
950
|
+
"disabled": {
|
|
951
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
952
|
+
"type": "boolean",
|
|
953
|
+
"title": "disabled"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"video": {
|
|
958
|
+
"title": "EditableHtmlButtonConfigure",
|
|
959
|
+
"type": "object",
|
|
960
|
+
"properties": {
|
|
961
|
+
"disabled": {
|
|
962
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
963
|
+
"type": "boolean",
|
|
964
|
+
"title": "disabled"
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"image": {
|
|
969
|
+
"title": "EditableHtmlButtonConfigure",
|
|
970
|
+
"type": "object",
|
|
971
|
+
"properties": {
|
|
972
|
+
"disabled": {
|
|
973
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
974
|
+
"type": "boolean",
|
|
975
|
+
"title": "disabled"
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"EditableHtmlButtonConfigure": {
|
|
982
|
+
"title": "EditableHtmlButtonConfigure",
|
|
983
|
+
"type": "object",
|
|
984
|
+
"properties": {
|
|
985
|
+
"disabled": {
|
|
986
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
987
|
+
"type": "boolean",
|
|
988
|
+
"title": "disabled"
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
599
992
|
"ConfigureMaxImageDimensionsProp": {
|
|
600
993
|
"title": "ConfigureMaxImageDimensionsProp",
|
|
601
994
|
"type": "object",
|