@pie-element/graphing 5.24.3-next.17 → 5.24.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 +1100 -242
- package/docs/config-schema.json.md +624 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -0
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -109,6 +109,149 @@
|
|
|
109
109
|
"title": "disabled"
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
+
},
|
|
113
|
+
"languageCharacters": {
|
|
114
|
+
"title": "EditableHtmlButtonConfigure",
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"disabled": {
|
|
118
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"title": "disabled"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"bold": {
|
|
125
|
+
"title": "EditableHtmlButtonConfigure",
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"disabled": {
|
|
129
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"title": "disabled"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"html": {
|
|
136
|
+
"title": "EditableHtmlButtonConfigure",
|
|
137
|
+
"type": "object",
|
|
138
|
+
"properties": {
|
|
139
|
+
"disabled": {
|
|
140
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"title": "disabled"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"italic": {
|
|
147
|
+
"title": "EditableHtmlButtonConfigure",
|
|
148
|
+
"type": "object",
|
|
149
|
+
"properties": {
|
|
150
|
+
"disabled": {
|
|
151
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
152
|
+
"type": "boolean",
|
|
153
|
+
"title": "disabled"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"ol_list": {
|
|
158
|
+
"title": "EditableHtmlButtonConfigure",
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"disabled": {
|
|
162
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
163
|
+
"type": "boolean",
|
|
164
|
+
"title": "disabled"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"redo": {
|
|
169
|
+
"title": "EditableHtmlButtonConfigure",
|
|
170
|
+
"type": "object",
|
|
171
|
+
"properties": {
|
|
172
|
+
"disabled": {
|
|
173
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
174
|
+
"type": "boolean",
|
|
175
|
+
"title": "disabled"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"strikethrough": {
|
|
180
|
+
"title": "EditableHtmlButtonConfigure",
|
|
181
|
+
"type": "object",
|
|
182
|
+
"properties": {
|
|
183
|
+
"disabled": {
|
|
184
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
185
|
+
"type": "boolean",
|
|
186
|
+
"title": "disabled"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"sub": {
|
|
191
|
+
"title": "EditableHtmlButtonConfigure",
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"disabled": {
|
|
195
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
196
|
+
"type": "boolean",
|
|
197
|
+
"title": "disabled"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"sup": {
|
|
202
|
+
"title": "EditableHtmlButtonConfigure",
|
|
203
|
+
"type": "object",
|
|
204
|
+
"properties": {
|
|
205
|
+
"disabled": {
|
|
206
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
207
|
+
"type": "boolean",
|
|
208
|
+
"title": "disabled"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"table": {
|
|
213
|
+
"title": "EditableHtmlButtonConfigure",
|
|
214
|
+
"type": "object",
|
|
215
|
+
"properties": {
|
|
216
|
+
"disabled": {
|
|
217
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
218
|
+
"type": "boolean",
|
|
219
|
+
"title": "disabled"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"ul_list": {
|
|
224
|
+
"title": "EditableHtmlButtonConfigure",
|
|
225
|
+
"type": "object",
|
|
226
|
+
"properties": {
|
|
227
|
+
"disabled": {
|
|
228
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
229
|
+
"type": "boolean",
|
|
230
|
+
"title": "disabled"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"underline": {
|
|
235
|
+
"title": "EditableHtmlButtonConfigure",
|
|
236
|
+
"type": "object",
|
|
237
|
+
"properties": {
|
|
238
|
+
"disabled": {
|
|
239
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
240
|
+
"type": "boolean",
|
|
241
|
+
"title": "disabled"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"undo": {
|
|
246
|
+
"title": "EditableHtmlButtonConfigure",
|
|
247
|
+
"type": "object",
|
|
248
|
+
"properties": {
|
|
249
|
+
"disabled": {
|
|
250
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
251
|
+
"type": "boolean",
|
|
252
|
+
"title": "disabled"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
112
255
|
}
|
|
113
256
|
}
|
|
114
257
|
},
|
|
@@ -783,56 +926,8 @@
|
|
|
783
926
|
"title": "disabled"
|
|
784
927
|
}
|
|
785
928
|
}
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
},
|
|
789
|
-
"required": {
|
|
790
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
791
|
-
"type": "boolean",
|
|
792
|
-
"title": "required"
|
|
793
|
-
},
|
|
794
|
-
"settings": {
|
|
795
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
796
|
-
"type": "boolean",
|
|
797
|
-
"title": "settings"
|
|
798
|
-
},
|
|
799
|
-
"label": {
|
|
800
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
801
|
-
"type": "string",
|
|
802
|
-
"title": "label"
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"settingsPanelDisabled": {
|
|
807
|
-
"description": "Indicates if the settings panel is not available",
|
|
808
|
-
"type": "boolean",
|
|
809
|
-
"title": "settingsPanelDisabled"
|
|
810
|
-
},
|
|
811
|
-
"spellCheck": {
|
|
812
|
-
"title": "ConfigureProp",
|
|
813
|
-
"type": "object",
|
|
814
|
-
"properties": {
|
|
815
|
-
"settings": {
|
|
816
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
817
|
-
"type": "boolean",
|
|
818
|
-
"title": "settings"
|
|
819
|
-
},
|
|
820
|
-
"label": {
|
|
821
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
822
|
-
"type": "string",
|
|
823
|
-
"title": "label"
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
"rationale": {
|
|
828
|
-
"title": "EditableHtmlPluginConfigureRequired",
|
|
829
|
-
"type": "object",
|
|
830
|
-
"properties": {
|
|
831
|
-
"inputConfiguration": {
|
|
832
|
-
"title": "EditableHtmlConfigureProp",
|
|
833
|
-
"type": "object",
|
|
834
|
-
"properties": {
|
|
835
|
-
"math": {
|
|
929
|
+
},
|
|
930
|
+
"languageCharacters": {
|
|
836
931
|
"title": "EditableHtmlButtonConfigure",
|
|
837
932
|
"type": "object",
|
|
838
933
|
"properties": {
|
|
@@ -843,7 +938,7 @@
|
|
|
843
938
|
}
|
|
844
939
|
}
|
|
845
940
|
},
|
|
846
|
-
"
|
|
941
|
+
"bold": {
|
|
847
942
|
"title": "EditableHtmlButtonConfigure",
|
|
848
943
|
"type": "object",
|
|
849
944
|
"properties": {
|
|
@@ -854,7 +949,7 @@
|
|
|
854
949
|
}
|
|
855
950
|
}
|
|
856
951
|
},
|
|
857
|
-
"
|
|
952
|
+
"html": {
|
|
858
953
|
"title": "EditableHtmlButtonConfigure",
|
|
859
954
|
"type": "object",
|
|
860
955
|
"properties": {
|
|
@@ -865,7 +960,7 @@
|
|
|
865
960
|
}
|
|
866
961
|
}
|
|
867
962
|
},
|
|
868
|
-
"
|
|
963
|
+
"italic": {
|
|
869
964
|
"title": "EditableHtmlButtonConfigure",
|
|
870
965
|
"type": "object",
|
|
871
966
|
"properties": {
|
|
@@ -876,44 +971,18 @@
|
|
|
876
971
|
}
|
|
877
972
|
}
|
|
878
973
|
},
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
"type": "
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
"
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
"title": "event"
|
|
890
|
-
},
|
|
891
|
-
"iconAlt": {
|
|
892
|
-
"description": "The alt for the custom button icon",
|
|
893
|
-
"type": "string",
|
|
894
|
-
"title": "iconAlt"
|
|
895
|
-
},
|
|
896
|
-
"iconType": {
|
|
897
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
898
|
-
"type": "string",
|
|
899
|
-
"title": "iconType"
|
|
900
|
-
},
|
|
901
|
-
"icon": {
|
|
902
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
903
|
-
"type": "string",
|
|
904
|
-
"title": "icon"
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
"required": [
|
|
908
|
-
"event",
|
|
909
|
-
"icon",
|
|
910
|
-
"iconAlt",
|
|
911
|
-
"iconType"
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
"title": "customPlugins"
|
|
974
|
+
"ol_list": {
|
|
975
|
+
"title": "EditableHtmlButtonConfigure",
|
|
976
|
+
"type": "object",
|
|
977
|
+
"properties": {
|
|
978
|
+
"disabled": {
|
|
979
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"title": "disabled"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
915
984
|
},
|
|
916
|
-
"
|
|
985
|
+
"redo": {
|
|
917
986
|
"title": "EditableHtmlButtonConfigure",
|
|
918
987
|
"type": "object",
|
|
919
988
|
"properties": {
|
|
@@ -924,7 +993,7 @@
|
|
|
924
993
|
}
|
|
925
994
|
}
|
|
926
995
|
},
|
|
927
|
-
"
|
|
996
|
+
"strikethrough": {
|
|
928
997
|
"title": "EditableHtmlButtonConfigure",
|
|
929
998
|
"type": "object",
|
|
930
999
|
"properties": {
|
|
@@ -934,31 +1003,391 @@
|
|
|
934
1003
|
"title": "disabled"
|
|
935
1004
|
}
|
|
936
1005
|
}
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
1006
|
+
},
|
|
1007
|
+
"sub": {
|
|
1008
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"disabled": {
|
|
1012
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1013
|
+
"type": "boolean",
|
|
1014
|
+
"title": "disabled"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"sup": {
|
|
1019
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1020
|
+
"type": "object",
|
|
1021
|
+
"properties": {
|
|
1022
|
+
"disabled": {
|
|
1023
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1024
|
+
"type": "boolean",
|
|
1025
|
+
"title": "disabled"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"table": {
|
|
1030
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1031
|
+
"type": "object",
|
|
1032
|
+
"properties": {
|
|
1033
|
+
"disabled": {
|
|
1034
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1035
|
+
"type": "boolean",
|
|
1036
|
+
"title": "disabled"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"ul_list": {
|
|
1041
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1042
|
+
"type": "object",
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"disabled": {
|
|
1045
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1046
|
+
"type": "boolean",
|
|
1047
|
+
"title": "disabled"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"underline": {
|
|
1052
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1053
|
+
"type": "object",
|
|
1054
|
+
"properties": {
|
|
1055
|
+
"disabled": {
|
|
1056
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1057
|
+
"type": "boolean",
|
|
1058
|
+
"title": "disabled"
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"undo": {
|
|
1063
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1064
|
+
"type": "object",
|
|
1065
|
+
"properties": {
|
|
1066
|
+
"disabled": {
|
|
1067
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1068
|
+
"type": "boolean",
|
|
1069
|
+
"title": "disabled"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"required": {
|
|
1076
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1077
|
+
"type": "boolean",
|
|
1078
|
+
"title": "required"
|
|
1079
|
+
},
|
|
1080
|
+
"settings": {
|
|
1081
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1082
|
+
"type": "boolean",
|
|
1083
|
+
"title": "settings"
|
|
1084
|
+
},
|
|
1085
|
+
"label": {
|
|
1086
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1087
|
+
"type": "string",
|
|
1088
|
+
"title": "label"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"settingsPanelDisabled": {
|
|
1093
|
+
"description": "Indicates if the settings panel is not available",
|
|
1094
|
+
"type": "boolean",
|
|
1095
|
+
"title": "settingsPanelDisabled"
|
|
1096
|
+
},
|
|
1097
|
+
"spellCheck": {
|
|
1098
|
+
"title": "ConfigureProp",
|
|
1099
|
+
"type": "object",
|
|
1100
|
+
"properties": {
|
|
1101
|
+
"settings": {
|
|
1102
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1103
|
+
"type": "boolean",
|
|
1104
|
+
"title": "settings"
|
|
1105
|
+
},
|
|
1106
|
+
"label": {
|
|
1107
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1108
|
+
"type": "string",
|
|
1109
|
+
"title": "label"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"rationale": {
|
|
1114
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1115
|
+
"type": "object",
|
|
1116
|
+
"properties": {
|
|
1117
|
+
"inputConfiguration": {
|
|
1118
|
+
"title": "EditableHtmlConfigureProp",
|
|
1119
|
+
"type": "object",
|
|
1120
|
+
"properties": {
|
|
1121
|
+
"math": {
|
|
1122
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1123
|
+
"type": "object",
|
|
1124
|
+
"properties": {
|
|
1125
|
+
"disabled": {
|
|
1126
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1127
|
+
"type": "boolean",
|
|
1128
|
+
"title": "disabled"
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"audio": {
|
|
1133
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1134
|
+
"type": "object",
|
|
1135
|
+
"properties": {
|
|
1136
|
+
"disabled": {
|
|
1137
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1138
|
+
"type": "boolean",
|
|
1139
|
+
"title": "disabled"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"video": {
|
|
1144
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1145
|
+
"type": "object",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"disabled": {
|
|
1148
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1149
|
+
"type": "boolean",
|
|
1150
|
+
"title": "disabled"
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
"image": {
|
|
1155
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1156
|
+
"type": "object",
|
|
1157
|
+
"properties": {
|
|
1158
|
+
"disabled": {
|
|
1159
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1160
|
+
"type": "boolean",
|
|
1161
|
+
"title": "disabled"
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"customPlugins": {
|
|
1166
|
+
"description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1167
|
+
"type": "array",
|
|
1168
|
+
"items": {
|
|
1169
|
+
"title": "CustomPlugin",
|
|
1170
|
+
"type": "object",
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"event": {
|
|
1173
|
+
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1174
|
+
"type": "string",
|
|
1175
|
+
"title": "event"
|
|
1176
|
+
},
|
|
1177
|
+
"iconAlt": {
|
|
1178
|
+
"description": "The alt for the custom button icon",
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"title": "iconAlt"
|
|
1181
|
+
},
|
|
1182
|
+
"iconType": {
|
|
1183
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1184
|
+
"type": "string",
|
|
1185
|
+
"title": "iconType"
|
|
1186
|
+
},
|
|
1187
|
+
"icon": {
|
|
1188
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"title": "icon"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"required": [
|
|
1194
|
+
"event",
|
|
1195
|
+
"icon",
|
|
1196
|
+
"iconAlt",
|
|
1197
|
+
"iconType"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"title": "customPlugins"
|
|
1201
|
+
},
|
|
1202
|
+
"blockquote": {
|
|
1203
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1204
|
+
"type": "object",
|
|
1205
|
+
"properties": {
|
|
1206
|
+
"disabled": {
|
|
1207
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1208
|
+
"type": "boolean",
|
|
1209
|
+
"title": "disabled"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"h3": {
|
|
1214
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1215
|
+
"type": "object",
|
|
1216
|
+
"properties": {
|
|
1217
|
+
"disabled": {
|
|
1218
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1219
|
+
"type": "boolean",
|
|
1220
|
+
"title": "disabled"
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"languageCharacters": {
|
|
1225
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1226
|
+
"type": "object",
|
|
1227
|
+
"properties": {
|
|
1228
|
+
"disabled": {
|
|
1229
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1230
|
+
"type": "boolean",
|
|
1231
|
+
"title": "disabled"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"bold": {
|
|
1236
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1237
|
+
"type": "object",
|
|
1238
|
+
"properties": {
|
|
1239
|
+
"disabled": {
|
|
1240
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1241
|
+
"type": "boolean",
|
|
1242
|
+
"title": "disabled"
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"html": {
|
|
1247
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1248
|
+
"type": "object",
|
|
1249
|
+
"properties": {
|
|
1250
|
+
"disabled": {
|
|
1251
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1252
|
+
"type": "boolean",
|
|
1253
|
+
"title": "disabled"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"italic": {
|
|
1258
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1259
|
+
"type": "object",
|
|
1260
|
+
"properties": {
|
|
1261
|
+
"disabled": {
|
|
1262
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1263
|
+
"type": "boolean",
|
|
1264
|
+
"title": "disabled"
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"ol_list": {
|
|
1269
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1270
|
+
"type": "object",
|
|
1271
|
+
"properties": {
|
|
1272
|
+
"disabled": {
|
|
1273
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1274
|
+
"type": "boolean",
|
|
1275
|
+
"title": "disabled"
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"redo": {
|
|
1280
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1281
|
+
"type": "object",
|
|
1282
|
+
"properties": {
|
|
1283
|
+
"disabled": {
|
|
1284
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1285
|
+
"type": "boolean",
|
|
1286
|
+
"title": "disabled"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
"strikethrough": {
|
|
1291
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1292
|
+
"type": "object",
|
|
1293
|
+
"properties": {
|
|
1294
|
+
"disabled": {
|
|
1295
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1296
|
+
"type": "boolean",
|
|
1297
|
+
"title": "disabled"
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"sub": {
|
|
1302
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1303
|
+
"type": "object",
|
|
1304
|
+
"properties": {
|
|
1305
|
+
"disabled": {
|
|
1306
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1307
|
+
"type": "boolean",
|
|
1308
|
+
"title": "disabled"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"sup": {
|
|
1313
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1314
|
+
"type": "object",
|
|
1315
|
+
"properties": {
|
|
1316
|
+
"disabled": {
|
|
1317
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1318
|
+
"type": "boolean",
|
|
1319
|
+
"title": "disabled"
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
"table": {
|
|
1324
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1325
|
+
"type": "object",
|
|
1326
|
+
"properties": {
|
|
1327
|
+
"disabled": {
|
|
1328
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1329
|
+
"type": "boolean",
|
|
1330
|
+
"title": "disabled"
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"ul_list": {
|
|
1335
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1336
|
+
"type": "object",
|
|
1337
|
+
"properties": {
|
|
1338
|
+
"disabled": {
|
|
1339
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1340
|
+
"type": "boolean",
|
|
1341
|
+
"title": "disabled"
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
"underline": {
|
|
1346
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1347
|
+
"type": "object",
|
|
1348
|
+
"properties": {
|
|
1349
|
+
"disabled": {
|
|
1350
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1351
|
+
"type": "boolean",
|
|
1352
|
+
"title": "disabled"
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
"undo": {
|
|
1357
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1358
|
+
"type": "object",
|
|
1359
|
+
"properties": {
|
|
1360
|
+
"disabled": {
|
|
1361
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1362
|
+
"type": "boolean",
|
|
1363
|
+
"title": "disabled"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"required": {
|
|
1370
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1371
|
+
"type": "boolean",
|
|
1372
|
+
"title": "required"
|
|
1373
|
+
},
|
|
1374
|
+
"settings": {
|
|
1375
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1376
|
+
"type": "boolean",
|
|
1377
|
+
"title": "settings"
|
|
1378
|
+
},
|
|
1379
|
+
"label": {
|
|
1380
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1381
|
+
"type": "string",
|
|
1382
|
+
"title": "label"
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"scoringType": {
|
|
1387
|
+
"title": "ConfigureProp",
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"properties": {
|
|
1390
|
+
"settings": {
|
|
962
1391
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
963
1392
|
"type": "boolean",
|
|
964
1393
|
"title": "settings"
|
|
@@ -1005,7 +1434,143 @@
|
|
|
1005
1434
|
}
|
|
1006
1435
|
}
|
|
1007
1436
|
},
|
|
1008
|
-
"audio": {
|
|
1437
|
+
"audio": {
|
|
1438
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1439
|
+
"type": "object",
|
|
1440
|
+
"properties": {
|
|
1441
|
+
"disabled": {
|
|
1442
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1443
|
+
"type": "boolean",
|
|
1444
|
+
"title": "disabled"
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"video": {
|
|
1449
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1450
|
+
"type": "object",
|
|
1451
|
+
"properties": {
|
|
1452
|
+
"disabled": {
|
|
1453
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1454
|
+
"type": "boolean",
|
|
1455
|
+
"title": "disabled"
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"image": {
|
|
1460
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1461
|
+
"type": "object",
|
|
1462
|
+
"properties": {
|
|
1463
|
+
"disabled": {
|
|
1464
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1465
|
+
"type": "boolean",
|
|
1466
|
+
"title": "disabled"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"customPlugins": {
|
|
1471
|
+
"description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1472
|
+
"type": "array",
|
|
1473
|
+
"items": {
|
|
1474
|
+
"title": "CustomPlugin",
|
|
1475
|
+
"type": "object",
|
|
1476
|
+
"properties": {
|
|
1477
|
+
"event": {
|
|
1478
|
+
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1479
|
+
"type": "string",
|
|
1480
|
+
"title": "event"
|
|
1481
|
+
},
|
|
1482
|
+
"iconAlt": {
|
|
1483
|
+
"description": "The alt for the custom button icon",
|
|
1484
|
+
"type": "string",
|
|
1485
|
+
"title": "iconAlt"
|
|
1486
|
+
},
|
|
1487
|
+
"iconType": {
|
|
1488
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1489
|
+
"type": "string",
|
|
1490
|
+
"title": "iconType"
|
|
1491
|
+
},
|
|
1492
|
+
"icon": {
|
|
1493
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1494
|
+
"type": "string",
|
|
1495
|
+
"title": "icon"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"required": [
|
|
1499
|
+
"event",
|
|
1500
|
+
"icon",
|
|
1501
|
+
"iconAlt",
|
|
1502
|
+
"iconType"
|
|
1503
|
+
]
|
|
1504
|
+
},
|
|
1505
|
+
"title": "customPlugins"
|
|
1506
|
+
},
|
|
1507
|
+
"blockquote": {
|
|
1508
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1509
|
+
"type": "object",
|
|
1510
|
+
"properties": {
|
|
1511
|
+
"disabled": {
|
|
1512
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1513
|
+
"type": "boolean",
|
|
1514
|
+
"title": "disabled"
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"h3": {
|
|
1519
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1520
|
+
"type": "object",
|
|
1521
|
+
"properties": {
|
|
1522
|
+
"disabled": {
|
|
1523
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1524
|
+
"type": "boolean",
|
|
1525
|
+
"title": "disabled"
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"languageCharacters": {
|
|
1530
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1531
|
+
"type": "object",
|
|
1532
|
+
"properties": {
|
|
1533
|
+
"disabled": {
|
|
1534
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1535
|
+
"type": "boolean",
|
|
1536
|
+
"title": "disabled"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"bold": {
|
|
1541
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1542
|
+
"type": "object",
|
|
1543
|
+
"properties": {
|
|
1544
|
+
"disabled": {
|
|
1545
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1546
|
+
"type": "boolean",
|
|
1547
|
+
"title": "disabled"
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"html": {
|
|
1552
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1553
|
+
"type": "object",
|
|
1554
|
+
"properties": {
|
|
1555
|
+
"disabled": {
|
|
1556
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1557
|
+
"type": "boolean",
|
|
1558
|
+
"title": "disabled"
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
"italic": {
|
|
1563
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1564
|
+
"type": "object",
|
|
1565
|
+
"properties": {
|
|
1566
|
+
"disabled": {
|
|
1567
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1568
|
+
"type": "boolean",
|
|
1569
|
+
"title": "disabled"
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"ol_list": {
|
|
1009
1574
|
"title": "EditableHtmlButtonConfigure",
|
|
1010
1575
|
"type": "object",
|
|
1011
1576
|
"properties": {
|
|
@@ -1016,7 +1581,7 @@
|
|
|
1016
1581
|
}
|
|
1017
1582
|
}
|
|
1018
1583
|
},
|
|
1019
|
-
"
|
|
1584
|
+
"redo": {
|
|
1020
1585
|
"title": "EditableHtmlButtonConfigure",
|
|
1021
1586
|
"type": "object",
|
|
1022
1587
|
"properties": {
|
|
@@ -1027,7 +1592,7 @@
|
|
|
1027
1592
|
}
|
|
1028
1593
|
}
|
|
1029
1594
|
},
|
|
1030
|
-
"
|
|
1595
|
+
"strikethrough": {
|
|
1031
1596
|
"title": "EditableHtmlButtonConfigure",
|
|
1032
1597
|
"type": "object",
|
|
1033
1598
|
"properties": {
|
|
@@ -1038,44 +1603,18 @@
|
|
|
1038
1603
|
}
|
|
1039
1604
|
}
|
|
1040
1605
|
},
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1043
|
-
"type": "
|
|
1044
|
-
"
|
|
1045
|
-
"
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
"
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
"title": "event"
|
|
1052
|
-
},
|
|
1053
|
-
"iconAlt": {
|
|
1054
|
-
"description": "The alt for the custom button icon",
|
|
1055
|
-
"type": "string",
|
|
1056
|
-
"title": "iconAlt"
|
|
1057
|
-
},
|
|
1058
|
-
"iconType": {
|
|
1059
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1060
|
-
"type": "string",
|
|
1061
|
-
"title": "iconType"
|
|
1062
|
-
},
|
|
1063
|
-
"icon": {
|
|
1064
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1065
|
-
"type": "string",
|
|
1066
|
-
"title": "icon"
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
"required": [
|
|
1070
|
-
"event",
|
|
1071
|
-
"icon",
|
|
1072
|
-
"iconAlt",
|
|
1073
|
-
"iconType"
|
|
1074
|
-
]
|
|
1075
|
-
},
|
|
1076
|
-
"title": "customPlugins"
|
|
1606
|
+
"sub": {
|
|
1607
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"disabled": {
|
|
1611
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1612
|
+
"type": "boolean",
|
|
1613
|
+
"title": "disabled"
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1077
1616
|
},
|
|
1078
|
-
"
|
|
1617
|
+
"sup": {
|
|
1079
1618
|
"title": "EditableHtmlButtonConfigure",
|
|
1080
1619
|
"type": "object",
|
|
1081
1620
|
"properties": {
|
|
@@ -1086,7 +1625,40 @@
|
|
|
1086
1625
|
}
|
|
1087
1626
|
}
|
|
1088
1627
|
},
|
|
1089
|
-
"
|
|
1628
|
+
"table": {
|
|
1629
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1630
|
+
"type": "object",
|
|
1631
|
+
"properties": {
|
|
1632
|
+
"disabled": {
|
|
1633
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1634
|
+
"type": "boolean",
|
|
1635
|
+
"title": "disabled"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"ul_list": {
|
|
1640
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1641
|
+
"type": "object",
|
|
1642
|
+
"properties": {
|
|
1643
|
+
"disabled": {
|
|
1644
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1645
|
+
"type": "boolean",
|
|
1646
|
+
"title": "disabled"
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
"underline": {
|
|
1651
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1652
|
+
"type": "object",
|
|
1653
|
+
"properties": {
|
|
1654
|
+
"disabled": {
|
|
1655
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1656
|
+
"type": "boolean",
|
|
1657
|
+
"title": "disabled"
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"undo": {
|
|
1090
1662
|
"title": "EditableHtmlButtonConfigure",
|
|
1091
1663
|
"type": "object",
|
|
1092
1664
|
"properties": {
|
|
@@ -1247,52 +1819,210 @@
|
|
|
1247
1819
|
],
|
|
1248
1820
|
"title": "maxHeight"
|
|
1249
1821
|
},
|
|
1250
|
-
"maxWidth": {
|
|
1251
|
-
"description": "Indicates the max width of the authoring container",
|
|
1252
|
-
"default": "undefined",
|
|
1253
|
-
"type": [
|
|
1254
|
-
"string",
|
|
1255
|
-
"number"
|
|
1256
|
-
],
|
|
1257
|
-
"title": "maxWidth"
|
|
1822
|
+
"maxWidth": {
|
|
1823
|
+
"description": "Indicates the max width of the authoring container",
|
|
1824
|
+
"default": "undefined",
|
|
1825
|
+
"type": [
|
|
1826
|
+
"string",
|
|
1827
|
+
"number"
|
|
1828
|
+
],
|
|
1829
|
+
"title": "maxWidth"
|
|
1830
|
+
},
|
|
1831
|
+
"minHeight": {
|
|
1832
|
+
"description": "Indicates the min height of the authoring container",
|
|
1833
|
+
"default": "undefined",
|
|
1834
|
+
"type": [
|
|
1835
|
+
"string",
|
|
1836
|
+
"number"
|
|
1837
|
+
],
|
|
1838
|
+
"title": "minHeight"
|
|
1839
|
+
},
|
|
1840
|
+
"minWidth": {
|
|
1841
|
+
"description": "Indicates the min width of the authoring container",
|
|
1842
|
+
"default": "undefined",
|
|
1843
|
+
"type": [
|
|
1844
|
+
"string",
|
|
1845
|
+
"number"
|
|
1846
|
+
],
|
|
1847
|
+
"title": "minWidth"
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
"title": "contentDimensions"
|
|
1851
|
+
},
|
|
1852
|
+
"settingsPartialScoring": {
|
|
1853
|
+
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
1854
|
+
"default": true,
|
|
1855
|
+
"type": "boolean",
|
|
1856
|
+
"title": "settingsPartialScoring"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"required": [
|
|
1860
|
+
"gridConfigurations"
|
|
1861
|
+
],
|
|
1862
|
+
"definitions": {
|
|
1863
|
+
"EditableHtmlConfigureProp": {
|
|
1864
|
+
"title": "EditableHtmlConfigureProp",
|
|
1865
|
+
"type": "object",
|
|
1866
|
+
"properties": {
|
|
1867
|
+
"math": {
|
|
1868
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1869
|
+
"type": "object",
|
|
1870
|
+
"properties": {
|
|
1871
|
+
"disabled": {
|
|
1872
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1873
|
+
"type": "boolean",
|
|
1874
|
+
"title": "disabled"
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"audio": {
|
|
1879
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1880
|
+
"type": "object",
|
|
1881
|
+
"properties": {
|
|
1882
|
+
"disabled": {
|
|
1883
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1884
|
+
"type": "boolean",
|
|
1885
|
+
"title": "disabled"
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"video": {
|
|
1890
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1891
|
+
"type": "object",
|
|
1892
|
+
"properties": {
|
|
1893
|
+
"disabled": {
|
|
1894
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1895
|
+
"type": "boolean",
|
|
1896
|
+
"title": "disabled"
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"image": {
|
|
1901
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1902
|
+
"type": "object",
|
|
1903
|
+
"properties": {
|
|
1904
|
+
"disabled": {
|
|
1905
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1906
|
+
"type": "boolean",
|
|
1907
|
+
"title": "disabled"
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
"customPlugins": {
|
|
1912
|
+
"description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
1913
|
+
"type": "array",
|
|
1914
|
+
"items": {
|
|
1915
|
+
"title": "CustomPlugin",
|
|
1916
|
+
"type": "object",
|
|
1917
|
+
"properties": {
|
|
1918
|
+
"event": {
|
|
1919
|
+
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
1920
|
+
"type": "string",
|
|
1921
|
+
"title": "event"
|
|
1922
|
+
},
|
|
1923
|
+
"iconAlt": {
|
|
1924
|
+
"description": "The alt for the custom button icon",
|
|
1925
|
+
"type": "string",
|
|
1926
|
+
"title": "iconAlt"
|
|
1927
|
+
},
|
|
1928
|
+
"iconType": {
|
|
1929
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1930
|
+
"type": "string",
|
|
1931
|
+
"title": "iconType"
|
|
1932
|
+
},
|
|
1933
|
+
"icon": {
|
|
1934
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1935
|
+
"type": "string",
|
|
1936
|
+
"title": "icon"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"required": [
|
|
1940
|
+
"event",
|
|
1941
|
+
"icon",
|
|
1942
|
+
"iconAlt",
|
|
1943
|
+
"iconType"
|
|
1944
|
+
]
|
|
1945
|
+
},
|
|
1946
|
+
"title": "customPlugins"
|
|
1947
|
+
},
|
|
1948
|
+
"blockquote": {
|
|
1949
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1950
|
+
"type": "object",
|
|
1951
|
+
"properties": {
|
|
1952
|
+
"disabled": {
|
|
1953
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1954
|
+
"type": "boolean",
|
|
1955
|
+
"title": "disabled"
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"h3": {
|
|
1960
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1961
|
+
"type": "object",
|
|
1962
|
+
"properties": {
|
|
1963
|
+
"disabled": {
|
|
1964
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1965
|
+
"type": "boolean",
|
|
1966
|
+
"title": "disabled"
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
"languageCharacters": {
|
|
1971
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1972
|
+
"type": "object",
|
|
1973
|
+
"properties": {
|
|
1974
|
+
"disabled": {
|
|
1975
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1976
|
+
"type": "boolean",
|
|
1977
|
+
"title": "disabled"
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
"bold": {
|
|
1982
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1983
|
+
"type": "object",
|
|
1984
|
+
"properties": {
|
|
1985
|
+
"disabled": {
|
|
1986
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1987
|
+
"type": "boolean",
|
|
1988
|
+
"title": "disabled"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"html": {
|
|
1993
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1994
|
+
"type": "object",
|
|
1995
|
+
"properties": {
|
|
1996
|
+
"disabled": {
|
|
1997
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1998
|
+
"type": "boolean",
|
|
1999
|
+
"title": "disabled"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"italic": {
|
|
2004
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2005
|
+
"type": "object",
|
|
2006
|
+
"properties": {
|
|
2007
|
+
"disabled": {
|
|
2008
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2009
|
+
"type": "boolean",
|
|
2010
|
+
"title": "disabled"
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
1258
2013
|
},
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
2014
|
+
"ol_list": {
|
|
2015
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2016
|
+
"type": "object",
|
|
2017
|
+
"properties": {
|
|
2018
|
+
"disabled": {
|
|
2019
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2020
|
+
"type": "boolean",
|
|
2021
|
+
"title": "disabled"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
1267
2024
|
},
|
|
1268
|
-
"
|
|
1269
|
-
"description": "Indicates the min width of the authoring container",
|
|
1270
|
-
"default": "undefined",
|
|
1271
|
-
"type": [
|
|
1272
|
-
"string",
|
|
1273
|
-
"number"
|
|
1274
|
-
],
|
|
1275
|
-
"title": "minWidth"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"title": "contentDimensions"
|
|
1279
|
-
},
|
|
1280
|
-
"settingsPartialScoring": {
|
|
1281
|
-
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
1282
|
-
"default": true,
|
|
1283
|
-
"type": "boolean",
|
|
1284
|
-
"title": "settingsPartialScoring"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
"required": [
|
|
1288
|
-
"gridConfigurations"
|
|
1289
|
-
],
|
|
1290
|
-
"definitions": {
|
|
1291
|
-
"EditableHtmlConfigureProp": {
|
|
1292
|
-
"title": "EditableHtmlConfigureProp",
|
|
1293
|
-
"type": "object",
|
|
1294
|
-
"properties": {
|
|
1295
|
-
"math": {
|
|
2025
|
+
"redo": {
|
|
1296
2026
|
"title": "EditableHtmlButtonConfigure",
|
|
1297
2027
|
"type": "object",
|
|
1298
2028
|
"properties": {
|
|
@@ -1303,7 +2033,7 @@
|
|
|
1303
2033
|
}
|
|
1304
2034
|
}
|
|
1305
2035
|
},
|
|
1306
|
-
"
|
|
2036
|
+
"strikethrough": {
|
|
1307
2037
|
"title": "EditableHtmlButtonConfigure",
|
|
1308
2038
|
"type": "object",
|
|
1309
2039
|
"properties": {
|
|
@@ -1314,7 +2044,7 @@
|
|
|
1314
2044
|
}
|
|
1315
2045
|
}
|
|
1316
2046
|
},
|
|
1317
|
-
"
|
|
2047
|
+
"sub": {
|
|
1318
2048
|
"title": "EditableHtmlButtonConfigure",
|
|
1319
2049
|
"type": "object",
|
|
1320
2050
|
"properties": {
|
|
@@ -1325,7 +2055,7 @@
|
|
|
1325
2055
|
}
|
|
1326
2056
|
}
|
|
1327
2057
|
},
|
|
1328
|
-
"
|
|
2058
|
+
"sup": {
|
|
1329
2059
|
"title": "EditableHtmlButtonConfigure",
|
|
1330
2060
|
"type": "object",
|
|
1331
2061
|
"properties": {
|
|
@@ -1336,44 +2066,18 @@
|
|
|
1336
2066
|
}
|
|
1337
2067
|
}
|
|
1338
2068
|
},
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"type": "
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
"
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
"title": "event"
|
|
1350
|
-
},
|
|
1351
|
-
"iconAlt": {
|
|
1352
|
-
"description": "The alt for the custom button icon",
|
|
1353
|
-
"type": "string",
|
|
1354
|
-
"title": "iconAlt"
|
|
1355
|
-
},
|
|
1356
|
-
"iconType": {
|
|
1357
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1358
|
-
"type": "string",
|
|
1359
|
-
"title": "iconType"
|
|
1360
|
-
},
|
|
1361
|
-
"icon": {
|
|
1362
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1363
|
-
"type": "string",
|
|
1364
|
-
"title": "icon"
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
|
-
"required": [
|
|
1368
|
-
"event",
|
|
1369
|
-
"icon",
|
|
1370
|
-
"iconAlt",
|
|
1371
|
-
"iconType"
|
|
1372
|
-
]
|
|
1373
|
-
},
|
|
1374
|
-
"title": "customPlugins"
|
|
2069
|
+
"table": {
|
|
2070
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2071
|
+
"type": "object",
|
|
2072
|
+
"properties": {
|
|
2073
|
+
"disabled": {
|
|
2074
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2075
|
+
"type": "boolean",
|
|
2076
|
+
"title": "disabled"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
1375
2079
|
},
|
|
1376
|
-
"
|
|
2080
|
+
"ul_list": {
|
|
1377
2081
|
"title": "EditableHtmlButtonConfigure",
|
|
1378
2082
|
"type": "object",
|
|
1379
2083
|
"properties": {
|
|
@@ -1384,7 +2088,18 @@
|
|
|
1384
2088
|
}
|
|
1385
2089
|
}
|
|
1386
2090
|
},
|
|
1387
|
-
"
|
|
2091
|
+
"underline": {
|
|
2092
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2093
|
+
"type": "object",
|
|
2094
|
+
"properties": {
|
|
2095
|
+
"disabled": {
|
|
2096
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2097
|
+
"type": "boolean",
|
|
2098
|
+
"title": "disabled"
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"undo": {
|
|
1388
2103
|
"title": "EditableHtmlButtonConfigure",
|
|
1389
2104
|
"type": "object",
|
|
1390
2105
|
"properties": {
|
|
@@ -2218,6 +2933,149 @@
|
|
|
2218
2933
|
"title": "disabled"
|
|
2219
2934
|
}
|
|
2220
2935
|
}
|
|
2936
|
+
},
|
|
2937
|
+
"languageCharacters": {
|
|
2938
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2939
|
+
"type": "object",
|
|
2940
|
+
"properties": {
|
|
2941
|
+
"disabled": {
|
|
2942
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2943
|
+
"type": "boolean",
|
|
2944
|
+
"title": "disabled"
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
"bold": {
|
|
2949
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2950
|
+
"type": "object",
|
|
2951
|
+
"properties": {
|
|
2952
|
+
"disabled": {
|
|
2953
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2954
|
+
"type": "boolean",
|
|
2955
|
+
"title": "disabled"
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
"html": {
|
|
2960
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2961
|
+
"type": "object",
|
|
2962
|
+
"properties": {
|
|
2963
|
+
"disabled": {
|
|
2964
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2965
|
+
"type": "boolean",
|
|
2966
|
+
"title": "disabled"
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
},
|
|
2970
|
+
"italic": {
|
|
2971
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2972
|
+
"type": "object",
|
|
2973
|
+
"properties": {
|
|
2974
|
+
"disabled": {
|
|
2975
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2976
|
+
"type": "boolean",
|
|
2977
|
+
"title": "disabled"
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"ol_list": {
|
|
2982
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2983
|
+
"type": "object",
|
|
2984
|
+
"properties": {
|
|
2985
|
+
"disabled": {
|
|
2986
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2987
|
+
"type": "boolean",
|
|
2988
|
+
"title": "disabled"
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
"redo": {
|
|
2993
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2994
|
+
"type": "object",
|
|
2995
|
+
"properties": {
|
|
2996
|
+
"disabled": {
|
|
2997
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2998
|
+
"type": "boolean",
|
|
2999
|
+
"title": "disabled"
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"strikethrough": {
|
|
3004
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3005
|
+
"type": "object",
|
|
3006
|
+
"properties": {
|
|
3007
|
+
"disabled": {
|
|
3008
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3009
|
+
"type": "boolean",
|
|
3010
|
+
"title": "disabled"
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
"sub": {
|
|
3015
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3016
|
+
"type": "object",
|
|
3017
|
+
"properties": {
|
|
3018
|
+
"disabled": {
|
|
3019
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3020
|
+
"type": "boolean",
|
|
3021
|
+
"title": "disabled"
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3025
|
+
"sup": {
|
|
3026
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3027
|
+
"type": "object",
|
|
3028
|
+
"properties": {
|
|
3029
|
+
"disabled": {
|
|
3030
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3031
|
+
"type": "boolean",
|
|
3032
|
+
"title": "disabled"
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
"table": {
|
|
3037
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3038
|
+
"type": "object",
|
|
3039
|
+
"properties": {
|
|
3040
|
+
"disabled": {
|
|
3041
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3042
|
+
"type": "boolean",
|
|
3043
|
+
"title": "disabled"
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"ul_list": {
|
|
3048
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3049
|
+
"type": "object",
|
|
3050
|
+
"properties": {
|
|
3051
|
+
"disabled": {
|
|
3052
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3053
|
+
"type": "boolean",
|
|
3054
|
+
"title": "disabled"
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3058
|
+
"underline": {
|
|
3059
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3060
|
+
"type": "object",
|
|
3061
|
+
"properties": {
|
|
3062
|
+
"disabled": {
|
|
3063
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3064
|
+
"type": "boolean",
|
|
3065
|
+
"title": "disabled"
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"undo": {
|
|
3070
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3071
|
+
"type": "object",
|
|
3072
|
+
"properties": {
|
|
3073
|
+
"disabled": {
|
|
3074
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3075
|
+
"type": "boolean",
|
|
3076
|
+
"title": "disabled"
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
2221
3079
|
}
|
|
2222
3080
|
}
|
|
2223
3081
|
},
|