@pie-element/hotspot 6.26.3-next.17 → 6.26.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 +1057 -199
- 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
|
},
|
|
@@ -254,35 +397,8 @@
|
|
|
254
397
|
"title": "disabled"
|
|
255
398
|
}
|
|
256
399
|
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
},
|
|
260
|
-
"required": {
|
|
261
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
262
|
-
"type": "boolean",
|
|
263
|
-
"title": "required"
|
|
264
|
-
},
|
|
265
|
-
"settings": {
|
|
266
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
267
|
-
"type": "boolean",
|
|
268
|
-
"title": "settings"
|
|
269
|
-
},
|
|
270
|
-
"label": {
|
|
271
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
272
|
-
"type": "string",
|
|
273
|
-
"title": "label"
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
"prompt": {
|
|
278
|
-
"title": "EditableHtmlPluginConfigureRequired",
|
|
279
|
-
"type": "object",
|
|
280
|
-
"properties": {
|
|
281
|
-
"inputConfiguration": {
|
|
282
|
-
"title": "EditableHtmlConfigureProp",
|
|
283
|
-
"type": "object",
|
|
284
|
-
"properties": {
|
|
285
|
-
"math": {
|
|
400
|
+
},
|
|
401
|
+
"languageCharacters": {
|
|
286
402
|
"title": "EditableHtmlButtonConfigure",
|
|
287
403
|
"type": "object",
|
|
288
404
|
"properties": {
|
|
@@ -293,7 +409,7 @@
|
|
|
293
409
|
}
|
|
294
410
|
}
|
|
295
411
|
},
|
|
296
|
-
"
|
|
412
|
+
"bold": {
|
|
297
413
|
"title": "EditableHtmlButtonConfigure",
|
|
298
414
|
"type": "object",
|
|
299
415
|
"properties": {
|
|
@@ -304,7 +420,7 @@
|
|
|
304
420
|
}
|
|
305
421
|
}
|
|
306
422
|
},
|
|
307
|
-
"
|
|
423
|
+
"html": {
|
|
308
424
|
"title": "EditableHtmlButtonConfigure",
|
|
309
425
|
"type": "object",
|
|
310
426
|
"properties": {
|
|
@@ -315,7 +431,7 @@
|
|
|
315
431
|
}
|
|
316
432
|
}
|
|
317
433
|
},
|
|
318
|
-
"
|
|
434
|
+
"italic": {
|
|
319
435
|
"title": "EditableHtmlButtonConfigure",
|
|
320
436
|
"type": "object",
|
|
321
437
|
"properties": {
|
|
@@ -326,44 +442,18 @@
|
|
|
326
442
|
}
|
|
327
443
|
}
|
|
328
444
|
},
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"type": "
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
"title": "event"
|
|
340
|
-
},
|
|
341
|
-
"iconAlt": {
|
|
342
|
-
"description": "The alt for the custom button icon",
|
|
343
|
-
"type": "string",
|
|
344
|
-
"title": "iconAlt"
|
|
345
|
-
},
|
|
346
|
-
"iconType": {
|
|
347
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
348
|
-
"type": "string",
|
|
349
|
-
"title": "iconType"
|
|
350
|
-
},
|
|
351
|
-
"icon": {
|
|
352
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
353
|
-
"type": "string",
|
|
354
|
-
"title": "icon"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"required": [
|
|
358
|
-
"event",
|
|
359
|
-
"icon",
|
|
360
|
-
"iconAlt",
|
|
361
|
-
"iconType"
|
|
362
|
-
]
|
|
363
|
-
},
|
|
364
|
-
"title": "customPlugins"
|
|
445
|
+
"ol_list": {
|
|
446
|
+
"title": "EditableHtmlButtonConfigure",
|
|
447
|
+
"type": "object",
|
|
448
|
+
"properties": {
|
|
449
|
+
"disabled": {
|
|
450
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"title": "disabled"
|
|
453
|
+
}
|
|
454
|
+
}
|
|
365
455
|
},
|
|
366
|
-
"
|
|
456
|
+
"redo": {
|
|
367
457
|
"title": "EditableHtmlButtonConfigure",
|
|
368
458
|
"type": "object",
|
|
369
459
|
"properties": {
|
|
@@ -374,7 +464,7 @@
|
|
|
374
464
|
}
|
|
375
465
|
}
|
|
376
466
|
},
|
|
377
|
-
"
|
|
467
|
+
"strikethrough": {
|
|
378
468
|
"title": "EditableHtmlButtonConfigure",
|
|
379
469
|
"type": "object",
|
|
380
470
|
"properties": {
|
|
@@ -384,35 +474,8 @@
|
|
|
384
474
|
"title": "disabled"
|
|
385
475
|
}
|
|
386
476
|
}
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
},
|
|
390
|
-
"required": {
|
|
391
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
392
|
-
"type": "boolean",
|
|
393
|
-
"title": "required"
|
|
394
|
-
},
|
|
395
|
-
"settings": {
|
|
396
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
397
|
-
"type": "boolean",
|
|
398
|
-
"title": "settings"
|
|
399
|
-
},
|
|
400
|
-
"label": {
|
|
401
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
402
|
-
"type": "string",
|
|
403
|
-
"title": "label"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
"teacherInstructions": {
|
|
408
|
-
"title": "EditableHtmlPluginConfigureRequired",
|
|
409
|
-
"type": "object",
|
|
410
|
-
"properties": {
|
|
411
|
-
"inputConfiguration": {
|
|
412
|
-
"title": "EditableHtmlConfigureProp",
|
|
413
|
-
"type": "object",
|
|
414
|
-
"properties": {
|
|
415
|
-
"math": {
|
|
477
|
+
},
|
|
478
|
+
"sub": {
|
|
416
479
|
"title": "EditableHtmlButtonConfigure",
|
|
417
480
|
"type": "object",
|
|
418
481
|
"properties": {
|
|
@@ -423,7 +486,7 @@
|
|
|
423
486
|
}
|
|
424
487
|
}
|
|
425
488
|
},
|
|
426
|
-
"
|
|
489
|
+
"sup": {
|
|
427
490
|
"title": "EditableHtmlButtonConfigure",
|
|
428
491
|
"type": "object",
|
|
429
492
|
"properties": {
|
|
@@ -434,7 +497,7 @@
|
|
|
434
497
|
}
|
|
435
498
|
}
|
|
436
499
|
},
|
|
437
|
-
"
|
|
500
|
+
"table": {
|
|
438
501
|
"title": "EditableHtmlButtonConfigure",
|
|
439
502
|
"type": "object",
|
|
440
503
|
"properties": {
|
|
@@ -445,7 +508,7 @@
|
|
|
445
508
|
}
|
|
446
509
|
}
|
|
447
510
|
},
|
|
448
|
-
"
|
|
511
|
+
"ul_list": {
|
|
449
512
|
"title": "EditableHtmlButtonConfigure",
|
|
450
513
|
"type": "object",
|
|
451
514
|
"properties": {
|
|
@@ -456,19 +519,385 @@
|
|
|
456
519
|
}
|
|
457
520
|
}
|
|
458
521
|
},
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"type": "
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
"
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
522
|
+
"underline": {
|
|
523
|
+
"title": "EditableHtmlButtonConfigure",
|
|
524
|
+
"type": "object",
|
|
525
|
+
"properties": {
|
|
526
|
+
"disabled": {
|
|
527
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
528
|
+
"type": "boolean",
|
|
529
|
+
"title": "disabled"
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"undo": {
|
|
534
|
+
"title": "EditableHtmlButtonConfigure",
|
|
535
|
+
"type": "object",
|
|
536
|
+
"properties": {
|
|
537
|
+
"disabled": {
|
|
538
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
539
|
+
"type": "boolean",
|
|
540
|
+
"title": "disabled"
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"required": {
|
|
547
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
548
|
+
"type": "boolean",
|
|
549
|
+
"title": "required"
|
|
550
|
+
},
|
|
551
|
+
"settings": {
|
|
552
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
553
|
+
"type": "boolean",
|
|
554
|
+
"title": "settings"
|
|
555
|
+
},
|
|
556
|
+
"label": {
|
|
557
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
558
|
+
"type": "string",
|
|
559
|
+
"title": "label"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"prompt": {
|
|
564
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
565
|
+
"type": "object",
|
|
566
|
+
"properties": {
|
|
567
|
+
"inputConfiguration": {
|
|
568
|
+
"title": "EditableHtmlConfigureProp",
|
|
569
|
+
"type": "object",
|
|
570
|
+
"properties": {
|
|
571
|
+
"math": {
|
|
572
|
+
"title": "EditableHtmlButtonConfigure",
|
|
573
|
+
"type": "object",
|
|
574
|
+
"properties": {
|
|
575
|
+
"disabled": {
|
|
576
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
577
|
+
"type": "boolean",
|
|
578
|
+
"title": "disabled"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"audio": {
|
|
583
|
+
"title": "EditableHtmlButtonConfigure",
|
|
584
|
+
"type": "object",
|
|
585
|
+
"properties": {
|
|
586
|
+
"disabled": {
|
|
587
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"title": "disabled"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"video": {
|
|
594
|
+
"title": "EditableHtmlButtonConfigure",
|
|
595
|
+
"type": "object",
|
|
596
|
+
"properties": {
|
|
597
|
+
"disabled": {
|
|
598
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
599
|
+
"type": "boolean",
|
|
600
|
+
"title": "disabled"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"image": {
|
|
605
|
+
"title": "EditableHtmlButtonConfigure",
|
|
606
|
+
"type": "object",
|
|
607
|
+
"properties": {
|
|
608
|
+
"disabled": {
|
|
609
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
610
|
+
"type": "boolean",
|
|
611
|
+
"title": "disabled"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"customPlugins": {
|
|
616
|
+
"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.",
|
|
617
|
+
"type": "array",
|
|
618
|
+
"items": {
|
|
619
|
+
"title": "CustomPlugin",
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": {
|
|
622
|
+
"event": {
|
|
623
|
+
"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\"",
|
|
624
|
+
"type": "string",
|
|
625
|
+
"title": "event"
|
|
626
|
+
},
|
|
627
|
+
"iconAlt": {
|
|
628
|
+
"description": "The alt for the custom button icon",
|
|
629
|
+
"type": "string",
|
|
630
|
+
"title": "iconAlt"
|
|
631
|
+
},
|
|
632
|
+
"iconType": {
|
|
633
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
634
|
+
"type": "string",
|
|
635
|
+
"title": "iconType"
|
|
636
|
+
},
|
|
637
|
+
"icon": {
|
|
638
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
639
|
+
"type": "string",
|
|
640
|
+
"title": "icon"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"required": [
|
|
644
|
+
"event",
|
|
645
|
+
"icon",
|
|
646
|
+
"iconAlt",
|
|
647
|
+
"iconType"
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
"title": "customPlugins"
|
|
651
|
+
},
|
|
652
|
+
"blockquote": {
|
|
653
|
+
"title": "EditableHtmlButtonConfigure",
|
|
654
|
+
"type": "object",
|
|
655
|
+
"properties": {
|
|
656
|
+
"disabled": {
|
|
657
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
658
|
+
"type": "boolean",
|
|
659
|
+
"title": "disabled"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"h3": {
|
|
664
|
+
"title": "EditableHtmlButtonConfigure",
|
|
665
|
+
"type": "object",
|
|
666
|
+
"properties": {
|
|
667
|
+
"disabled": {
|
|
668
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
669
|
+
"type": "boolean",
|
|
670
|
+
"title": "disabled"
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"languageCharacters": {
|
|
675
|
+
"title": "EditableHtmlButtonConfigure",
|
|
676
|
+
"type": "object",
|
|
677
|
+
"properties": {
|
|
678
|
+
"disabled": {
|
|
679
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
680
|
+
"type": "boolean",
|
|
681
|
+
"title": "disabled"
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"bold": {
|
|
686
|
+
"title": "EditableHtmlButtonConfigure",
|
|
687
|
+
"type": "object",
|
|
688
|
+
"properties": {
|
|
689
|
+
"disabled": {
|
|
690
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
691
|
+
"type": "boolean",
|
|
692
|
+
"title": "disabled"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"html": {
|
|
697
|
+
"title": "EditableHtmlButtonConfigure",
|
|
698
|
+
"type": "object",
|
|
699
|
+
"properties": {
|
|
700
|
+
"disabled": {
|
|
701
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
702
|
+
"type": "boolean",
|
|
703
|
+
"title": "disabled"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"italic": {
|
|
708
|
+
"title": "EditableHtmlButtonConfigure",
|
|
709
|
+
"type": "object",
|
|
710
|
+
"properties": {
|
|
711
|
+
"disabled": {
|
|
712
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
713
|
+
"type": "boolean",
|
|
714
|
+
"title": "disabled"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"ol_list": {
|
|
719
|
+
"title": "EditableHtmlButtonConfigure",
|
|
720
|
+
"type": "object",
|
|
721
|
+
"properties": {
|
|
722
|
+
"disabled": {
|
|
723
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
724
|
+
"type": "boolean",
|
|
725
|
+
"title": "disabled"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"redo": {
|
|
730
|
+
"title": "EditableHtmlButtonConfigure",
|
|
731
|
+
"type": "object",
|
|
732
|
+
"properties": {
|
|
733
|
+
"disabled": {
|
|
734
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
735
|
+
"type": "boolean",
|
|
736
|
+
"title": "disabled"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"strikethrough": {
|
|
741
|
+
"title": "EditableHtmlButtonConfigure",
|
|
742
|
+
"type": "object",
|
|
743
|
+
"properties": {
|
|
744
|
+
"disabled": {
|
|
745
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
746
|
+
"type": "boolean",
|
|
747
|
+
"title": "disabled"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"sub": {
|
|
752
|
+
"title": "EditableHtmlButtonConfigure",
|
|
753
|
+
"type": "object",
|
|
754
|
+
"properties": {
|
|
755
|
+
"disabled": {
|
|
756
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
757
|
+
"type": "boolean",
|
|
758
|
+
"title": "disabled"
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
"sup": {
|
|
763
|
+
"title": "EditableHtmlButtonConfigure",
|
|
764
|
+
"type": "object",
|
|
765
|
+
"properties": {
|
|
766
|
+
"disabled": {
|
|
767
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
768
|
+
"type": "boolean",
|
|
769
|
+
"title": "disabled"
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"table": {
|
|
774
|
+
"title": "EditableHtmlButtonConfigure",
|
|
775
|
+
"type": "object",
|
|
776
|
+
"properties": {
|
|
777
|
+
"disabled": {
|
|
778
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
779
|
+
"type": "boolean",
|
|
780
|
+
"title": "disabled"
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"ul_list": {
|
|
785
|
+
"title": "EditableHtmlButtonConfigure",
|
|
786
|
+
"type": "object",
|
|
787
|
+
"properties": {
|
|
788
|
+
"disabled": {
|
|
789
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
790
|
+
"type": "boolean",
|
|
791
|
+
"title": "disabled"
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"underline": {
|
|
796
|
+
"title": "EditableHtmlButtonConfigure",
|
|
797
|
+
"type": "object",
|
|
798
|
+
"properties": {
|
|
799
|
+
"disabled": {
|
|
800
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
801
|
+
"type": "boolean",
|
|
802
|
+
"title": "disabled"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"undo": {
|
|
807
|
+
"title": "EditableHtmlButtonConfigure",
|
|
808
|
+
"type": "object",
|
|
809
|
+
"properties": {
|
|
810
|
+
"disabled": {
|
|
811
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
812
|
+
"type": "boolean",
|
|
813
|
+
"title": "disabled"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"required": {
|
|
820
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
821
|
+
"type": "boolean",
|
|
822
|
+
"title": "required"
|
|
823
|
+
},
|
|
824
|
+
"settings": {
|
|
825
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
826
|
+
"type": "boolean",
|
|
827
|
+
"title": "settings"
|
|
828
|
+
},
|
|
829
|
+
"label": {
|
|
830
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
831
|
+
"type": "string",
|
|
832
|
+
"title": "label"
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"teacherInstructions": {
|
|
837
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
838
|
+
"type": "object",
|
|
839
|
+
"properties": {
|
|
840
|
+
"inputConfiguration": {
|
|
841
|
+
"title": "EditableHtmlConfigureProp",
|
|
842
|
+
"type": "object",
|
|
843
|
+
"properties": {
|
|
844
|
+
"math": {
|
|
845
|
+
"title": "EditableHtmlButtonConfigure",
|
|
846
|
+
"type": "object",
|
|
847
|
+
"properties": {
|
|
848
|
+
"disabled": {
|
|
849
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
850
|
+
"type": "boolean",
|
|
851
|
+
"title": "disabled"
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"audio": {
|
|
856
|
+
"title": "EditableHtmlButtonConfigure",
|
|
857
|
+
"type": "object",
|
|
858
|
+
"properties": {
|
|
859
|
+
"disabled": {
|
|
860
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
861
|
+
"type": "boolean",
|
|
862
|
+
"title": "disabled"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"video": {
|
|
867
|
+
"title": "EditableHtmlButtonConfigure",
|
|
868
|
+
"type": "object",
|
|
869
|
+
"properties": {
|
|
870
|
+
"disabled": {
|
|
871
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
872
|
+
"type": "boolean",
|
|
873
|
+
"title": "disabled"
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"image": {
|
|
878
|
+
"title": "EditableHtmlButtonConfigure",
|
|
879
|
+
"type": "object",
|
|
880
|
+
"properties": {
|
|
881
|
+
"disabled": {
|
|
882
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
883
|
+
"type": "boolean",
|
|
884
|
+
"title": "disabled"
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"customPlugins": {
|
|
889
|
+
"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.",
|
|
890
|
+
"type": "array",
|
|
891
|
+
"items": {
|
|
892
|
+
"title": "CustomPlugin",
|
|
893
|
+
"type": "object",
|
|
894
|
+
"properties": {
|
|
895
|
+
"event": {
|
|
896
|
+
"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\"",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"title": "event"
|
|
899
|
+
},
|
|
900
|
+
"iconAlt": {
|
|
472
901
|
"description": "The alt for the custom button icon",
|
|
473
902
|
"type": "string",
|
|
474
903
|
"title": "iconAlt"
|
|
@@ -493,7 +922,62 @@
|
|
|
493
922
|
},
|
|
494
923
|
"title": "customPlugins"
|
|
495
924
|
},
|
|
496
|
-
"blockquote": {
|
|
925
|
+
"blockquote": {
|
|
926
|
+
"title": "EditableHtmlButtonConfigure",
|
|
927
|
+
"type": "object",
|
|
928
|
+
"properties": {
|
|
929
|
+
"disabled": {
|
|
930
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
931
|
+
"type": "boolean",
|
|
932
|
+
"title": "disabled"
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"h3": {
|
|
937
|
+
"title": "EditableHtmlButtonConfigure",
|
|
938
|
+
"type": "object",
|
|
939
|
+
"properties": {
|
|
940
|
+
"disabled": {
|
|
941
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
942
|
+
"type": "boolean",
|
|
943
|
+
"title": "disabled"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"languageCharacters": {
|
|
948
|
+
"title": "EditableHtmlButtonConfigure",
|
|
949
|
+
"type": "object",
|
|
950
|
+
"properties": {
|
|
951
|
+
"disabled": {
|
|
952
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
953
|
+
"type": "boolean",
|
|
954
|
+
"title": "disabled"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"bold": {
|
|
959
|
+
"title": "EditableHtmlButtonConfigure",
|
|
960
|
+
"type": "object",
|
|
961
|
+
"properties": {
|
|
962
|
+
"disabled": {
|
|
963
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
964
|
+
"type": "boolean",
|
|
965
|
+
"title": "disabled"
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"html": {
|
|
970
|
+
"title": "EditableHtmlButtonConfigure",
|
|
971
|
+
"type": "object",
|
|
972
|
+
"properties": {
|
|
973
|
+
"disabled": {
|
|
974
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
975
|
+
"type": "boolean",
|
|
976
|
+
"title": "disabled"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"italic": {
|
|
497
981
|
"title": "EditableHtmlButtonConfigure",
|
|
498
982
|
"type": "object",
|
|
499
983
|
"properties": {
|
|
@@ -504,7 +988,95 @@
|
|
|
504
988
|
}
|
|
505
989
|
}
|
|
506
990
|
},
|
|
507
|
-
"
|
|
991
|
+
"ol_list": {
|
|
992
|
+
"title": "EditableHtmlButtonConfigure",
|
|
993
|
+
"type": "object",
|
|
994
|
+
"properties": {
|
|
995
|
+
"disabled": {
|
|
996
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
997
|
+
"type": "boolean",
|
|
998
|
+
"title": "disabled"
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"redo": {
|
|
1003
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1004
|
+
"type": "object",
|
|
1005
|
+
"properties": {
|
|
1006
|
+
"disabled": {
|
|
1007
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1008
|
+
"type": "boolean",
|
|
1009
|
+
"title": "disabled"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"strikethrough": {
|
|
1014
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1015
|
+
"type": "object",
|
|
1016
|
+
"properties": {
|
|
1017
|
+
"disabled": {
|
|
1018
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1019
|
+
"type": "boolean",
|
|
1020
|
+
"title": "disabled"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"sub": {
|
|
1025
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1026
|
+
"type": "object",
|
|
1027
|
+
"properties": {
|
|
1028
|
+
"disabled": {
|
|
1029
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1030
|
+
"type": "boolean",
|
|
1031
|
+
"title": "disabled"
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"sup": {
|
|
1036
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1037
|
+
"type": "object",
|
|
1038
|
+
"properties": {
|
|
1039
|
+
"disabled": {
|
|
1040
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1041
|
+
"type": "boolean",
|
|
1042
|
+
"title": "disabled"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"table": {
|
|
1047
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1048
|
+
"type": "object",
|
|
1049
|
+
"properties": {
|
|
1050
|
+
"disabled": {
|
|
1051
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1052
|
+
"type": "boolean",
|
|
1053
|
+
"title": "disabled"
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"ul_list": {
|
|
1058
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1059
|
+
"type": "object",
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"disabled": {
|
|
1062
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1063
|
+
"type": "boolean",
|
|
1064
|
+
"title": "disabled"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
"underline": {
|
|
1069
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1070
|
+
"type": "object",
|
|
1071
|
+
"properties": {
|
|
1072
|
+
"disabled": {
|
|
1073
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1074
|
+
"type": "boolean",
|
|
1075
|
+
"title": "disabled"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"undo": {
|
|
508
1080
|
"title": "EditableHtmlButtonConfigure",
|
|
509
1081
|
"type": "object",
|
|
510
1082
|
"properties": {
|
|
@@ -746,49 +1318,207 @@
|
|
|
746
1318
|
],
|
|
747
1319
|
"title": "maxHeight"
|
|
748
1320
|
},
|
|
749
|
-
"maxWidth": {
|
|
750
|
-
"description": "Indicates the max width of the authoring container",
|
|
751
|
-
"default": "undefined",
|
|
752
|
-
"type": [
|
|
753
|
-
"string",
|
|
754
|
-
"number"
|
|
755
|
-
],
|
|
756
|
-
"title": "maxWidth"
|
|
1321
|
+
"maxWidth": {
|
|
1322
|
+
"description": "Indicates the max width of the authoring container",
|
|
1323
|
+
"default": "undefined",
|
|
1324
|
+
"type": [
|
|
1325
|
+
"string",
|
|
1326
|
+
"number"
|
|
1327
|
+
],
|
|
1328
|
+
"title": "maxWidth"
|
|
1329
|
+
},
|
|
1330
|
+
"minHeight": {
|
|
1331
|
+
"description": "Indicates the min height of the authoring container",
|
|
1332
|
+
"default": "undefined",
|
|
1333
|
+
"type": [
|
|
1334
|
+
"string",
|
|
1335
|
+
"number"
|
|
1336
|
+
],
|
|
1337
|
+
"title": "minHeight"
|
|
1338
|
+
},
|
|
1339
|
+
"minWidth": {
|
|
1340
|
+
"description": "Indicates the min width of the authoring container",
|
|
1341
|
+
"default": "undefined",
|
|
1342
|
+
"type": [
|
|
1343
|
+
"string",
|
|
1344
|
+
"number"
|
|
1345
|
+
],
|
|
1346
|
+
"title": "minWidth"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
"title": "contentDimensions"
|
|
1350
|
+
},
|
|
1351
|
+
"settingsPartialScoring": {
|
|
1352
|
+
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
1353
|
+
"default": true,
|
|
1354
|
+
"type": "boolean",
|
|
1355
|
+
"title": "settingsPartialScoring"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"definitions": {
|
|
1359
|
+
"EditableHtmlConfigureProp": {
|
|
1360
|
+
"title": "EditableHtmlConfigureProp",
|
|
1361
|
+
"type": "object",
|
|
1362
|
+
"properties": {
|
|
1363
|
+
"math": {
|
|
1364
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1365
|
+
"type": "object",
|
|
1366
|
+
"properties": {
|
|
1367
|
+
"disabled": {
|
|
1368
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1369
|
+
"type": "boolean",
|
|
1370
|
+
"title": "disabled"
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"audio": {
|
|
1375
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1376
|
+
"type": "object",
|
|
1377
|
+
"properties": {
|
|
1378
|
+
"disabled": {
|
|
1379
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1380
|
+
"type": "boolean",
|
|
1381
|
+
"title": "disabled"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"video": {
|
|
1386
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1387
|
+
"type": "object",
|
|
1388
|
+
"properties": {
|
|
1389
|
+
"disabled": {
|
|
1390
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1391
|
+
"type": "boolean",
|
|
1392
|
+
"title": "disabled"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
"image": {
|
|
1397
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1398
|
+
"type": "object",
|
|
1399
|
+
"properties": {
|
|
1400
|
+
"disabled": {
|
|
1401
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1402
|
+
"type": "boolean",
|
|
1403
|
+
"title": "disabled"
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
"customPlugins": {
|
|
1408
|
+
"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.",
|
|
1409
|
+
"type": "array",
|
|
1410
|
+
"items": {
|
|
1411
|
+
"title": "CustomPlugin",
|
|
1412
|
+
"type": "object",
|
|
1413
|
+
"properties": {
|
|
1414
|
+
"event": {
|
|
1415
|
+
"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\"",
|
|
1416
|
+
"type": "string",
|
|
1417
|
+
"title": "event"
|
|
1418
|
+
},
|
|
1419
|
+
"iconAlt": {
|
|
1420
|
+
"description": "The alt for the custom button icon",
|
|
1421
|
+
"type": "string",
|
|
1422
|
+
"title": "iconAlt"
|
|
1423
|
+
},
|
|
1424
|
+
"iconType": {
|
|
1425
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1426
|
+
"type": "string",
|
|
1427
|
+
"title": "iconType"
|
|
1428
|
+
},
|
|
1429
|
+
"icon": {
|
|
1430
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1431
|
+
"type": "string",
|
|
1432
|
+
"title": "icon"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"required": [
|
|
1436
|
+
"event",
|
|
1437
|
+
"icon",
|
|
1438
|
+
"iconAlt",
|
|
1439
|
+
"iconType"
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1442
|
+
"title": "customPlugins"
|
|
1443
|
+
},
|
|
1444
|
+
"blockquote": {
|
|
1445
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1446
|
+
"type": "object",
|
|
1447
|
+
"properties": {
|
|
1448
|
+
"disabled": {
|
|
1449
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1450
|
+
"type": "boolean",
|
|
1451
|
+
"title": "disabled"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
"h3": {
|
|
1456
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1457
|
+
"type": "object",
|
|
1458
|
+
"properties": {
|
|
1459
|
+
"disabled": {
|
|
1460
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1461
|
+
"type": "boolean",
|
|
1462
|
+
"title": "disabled"
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"languageCharacters": {
|
|
1467
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1468
|
+
"type": "object",
|
|
1469
|
+
"properties": {
|
|
1470
|
+
"disabled": {
|
|
1471
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1472
|
+
"type": "boolean",
|
|
1473
|
+
"title": "disabled"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"bold": {
|
|
1478
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1479
|
+
"type": "object",
|
|
1480
|
+
"properties": {
|
|
1481
|
+
"disabled": {
|
|
1482
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1483
|
+
"type": "boolean",
|
|
1484
|
+
"title": "disabled"
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"html": {
|
|
1489
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1490
|
+
"type": "object",
|
|
1491
|
+
"properties": {
|
|
1492
|
+
"disabled": {
|
|
1493
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1494
|
+
"type": "boolean",
|
|
1495
|
+
"title": "disabled"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"italic": {
|
|
1500
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1501
|
+
"type": "object",
|
|
1502
|
+
"properties": {
|
|
1503
|
+
"disabled": {
|
|
1504
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1505
|
+
"type": "boolean",
|
|
1506
|
+
"title": "disabled"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
757
1509
|
},
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
1510
|
+
"ol_list": {
|
|
1511
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1512
|
+
"type": "object",
|
|
1513
|
+
"properties": {
|
|
1514
|
+
"disabled": {
|
|
1515
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1516
|
+
"type": "boolean",
|
|
1517
|
+
"title": "disabled"
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
766
1520
|
},
|
|
767
|
-
"
|
|
768
|
-
"description": "Indicates the min width of the authoring container",
|
|
769
|
-
"default": "undefined",
|
|
770
|
-
"type": [
|
|
771
|
-
"string",
|
|
772
|
-
"number"
|
|
773
|
-
],
|
|
774
|
-
"title": "minWidth"
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
"title": "contentDimensions"
|
|
778
|
-
},
|
|
779
|
-
"settingsPartialScoring": {
|
|
780
|
-
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
781
|
-
"default": true,
|
|
782
|
-
"type": "boolean",
|
|
783
|
-
"title": "settingsPartialScoring"
|
|
784
|
-
}
|
|
785
|
-
},
|
|
786
|
-
"definitions": {
|
|
787
|
-
"EditableHtmlConfigureProp": {
|
|
788
|
-
"title": "EditableHtmlConfigureProp",
|
|
789
|
-
"type": "object",
|
|
790
|
-
"properties": {
|
|
791
|
-
"math": {
|
|
1521
|
+
"redo": {
|
|
792
1522
|
"title": "EditableHtmlButtonConfigure",
|
|
793
1523
|
"type": "object",
|
|
794
1524
|
"properties": {
|
|
@@ -799,7 +1529,7 @@
|
|
|
799
1529
|
}
|
|
800
1530
|
}
|
|
801
1531
|
},
|
|
802
|
-
"
|
|
1532
|
+
"strikethrough": {
|
|
803
1533
|
"title": "EditableHtmlButtonConfigure",
|
|
804
1534
|
"type": "object",
|
|
805
1535
|
"properties": {
|
|
@@ -810,7 +1540,7 @@
|
|
|
810
1540
|
}
|
|
811
1541
|
}
|
|
812
1542
|
},
|
|
813
|
-
"
|
|
1543
|
+
"sub": {
|
|
814
1544
|
"title": "EditableHtmlButtonConfigure",
|
|
815
1545
|
"type": "object",
|
|
816
1546
|
"properties": {
|
|
@@ -821,7 +1551,7 @@
|
|
|
821
1551
|
}
|
|
822
1552
|
}
|
|
823
1553
|
},
|
|
824
|
-
"
|
|
1554
|
+
"sup": {
|
|
825
1555
|
"title": "EditableHtmlButtonConfigure",
|
|
826
1556
|
"type": "object",
|
|
827
1557
|
"properties": {
|
|
@@ -832,44 +1562,18 @@
|
|
|
832
1562
|
}
|
|
833
1563
|
}
|
|
834
1564
|
},
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
"type": "
|
|
838
|
-
"
|
|
839
|
-
"
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
"
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
"title": "event"
|
|
846
|
-
},
|
|
847
|
-
"iconAlt": {
|
|
848
|
-
"description": "The alt for the custom button icon",
|
|
849
|
-
"type": "string",
|
|
850
|
-
"title": "iconAlt"
|
|
851
|
-
},
|
|
852
|
-
"iconType": {
|
|
853
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
854
|
-
"type": "string",
|
|
855
|
-
"title": "iconType"
|
|
856
|
-
},
|
|
857
|
-
"icon": {
|
|
858
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
859
|
-
"type": "string",
|
|
860
|
-
"title": "icon"
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"required": [
|
|
864
|
-
"event",
|
|
865
|
-
"icon",
|
|
866
|
-
"iconAlt",
|
|
867
|
-
"iconType"
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
|
-
"title": "customPlugins"
|
|
1565
|
+
"table": {
|
|
1566
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1567
|
+
"type": "object",
|
|
1568
|
+
"properties": {
|
|
1569
|
+
"disabled": {
|
|
1570
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1571
|
+
"type": "boolean",
|
|
1572
|
+
"title": "disabled"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
871
1575
|
},
|
|
872
|
-
"
|
|
1576
|
+
"ul_list": {
|
|
873
1577
|
"title": "EditableHtmlButtonConfigure",
|
|
874
1578
|
"type": "object",
|
|
875
1579
|
"properties": {
|
|
@@ -880,7 +1584,18 @@
|
|
|
880
1584
|
}
|
|
881
1585
|
}
|
|
882
1586
|
},
|
|
883
|
-
"
|
|
1587
|
+
"underline": {
|
|
1588
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1589
|
+
"type": "object",
|
|
1590
|
+
"properties": {
|
|
1591
|
+
"disabled": {
|
|
1592
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1593
|
+
"type": "boolean",
|
|
1594
|
+
"title": "disabled"
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
"undo": {
|
|
884
1599
|
"title": "EditableHtmlButtonConfigure",
|
|
885
1600
|
"type": "object",
|
|
886
1601
|
"properties": {
|
|
@@ -1062,6 +1777,149 @@
|
|
|
1062
1777
|
"title": "disabled"
|
|
1063
1778
|
}
|
|
1064
1779
|
}
|
|
1780
|
+
},
|
|
1781
|
+
"languageCharacters": {
|
|
1782
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1783
|
+
"type": "object",
|
|
1784
|
+
"properties": {
|
|
1785
|
+
"disabled": {
|
|
1786
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1787
|
+
"type": "boolean",
|
|
1788
|
+
"title": "disabled"
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"bold": {
|
|
1793
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1794
|
+
"type": "object",
|
|
1795
|
+
"properties": {
|
|
1796
|
+
"disabled": {
|
|
1797
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1798
|
+
"type": "boolean",
|
|
1799
|
+
"title": "disabled"
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"html": {
|
|
1804
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {
|
|
1807
|
+
"disabled": {
|
|
1808
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1809
|
+
"type": "boolean",
|
|
1810
|
+
"title": "disabled"
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"italic": {
|
|
1815
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1816
|
+
"type": "object",
|
|
1817
|
+
"properties": {
|
|
1818
|
+
"disabled": {
|
|
1819
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1820
|
+
"type": "boolean",
|
|
1821
|
+
"title": "disabled"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"ol_list": {
|
|
1826
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1827
|
+
"type": "object",
|
|
1828
|
+
"properties": {
|
|
1829
|
+
"disabled": {
|
|
1830
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1831
|
+
"type": "boolean",
|
|
1832
|
+
"title": "disabled"
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
"redo": {
|
|
1837
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1838
|
+
"type": "object",
|
|
1839
|
+
"properties": {
|
|
1840
|
+
"disabled": {
|
|
1841
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1842
|
+
"type": "boolean",
|
|
1843
|
+
"title": "disabled"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"strikethrough": {
|
|
1848
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1849
|
+
"type": "object",
|
|
1850
|
+
"properties": {
|
|
1851
|
+
"disabled": {
|
|
1852
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1853
|
+
"type": "boolean",
|
|
1854
|
+
"title": "disabled"
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"sub": {
|
|
1859
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1860
|
+
"type": "object",
|
|
1861
|
+
"properties": {
|
|
1862
|
+
"disabled": {
|
|
1863
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1864
|
+
"type": "boolean",
|
|
1865
|
+
"title": "disabled"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
"sup": {
|
|
1870
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1871
|
+
"type": "object",
|
|
1872
|
+
"properties": {
|
|
1873
|
+
"disabled": {
|
|
1874
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1875
|
+
"type": "boolean",
|
|
1876
|
+
"title": "disabled"
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"table": {
|
|
1881
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1882
|
+
"type": "object",
|
|
1883
|
+
"properties": {
|
|
1884
|
+
"disabled": {
|
|
1885
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1886
|
+
"type": "boolean",
|
|
1887
|
+
"title": "disabled"
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"ul_list": {
|
|
1892
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1893
|
+
"type": "object",
|
|
1894
|
+
"properties": {
|
|
1895
|
+
"disabled": {
|
|
1896
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1897
|
+
"type": "boolean",
|
|
1898
|
+
"title": "disabled"
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
},
|
|
1902
|
+
"underline": {
|
|
1903
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1904
|
+
"type": "object",
|
|
1905
|
+
"properties": {
|
|
1906
|
+
"disabled": {
|
|
1907
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1908
|
+
"type": "boolean",
|
|
1909
|
+
"title": "disabled"
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
"undo": {
|
|
1914
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1915
|
+
"type": "object",
|
|
1916
|
+
"properties": {
|
|
1917
|
+
"disabled": {
|
|
1918
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1919
|
+
"type": "boolean",
|
|
1920
|
+
"title": "disabled"
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1065
1923
|
}
|
|
1066
1924
|
}
|
|
1067
1925
|
},
|