@pie-element/complex-rubric 2.19.3-next.17 → 2.19.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 +2159 -443
- package/docs/config-schema.json.md +1640 -392
- package/docs/pie-schema.json +1274 -273
- package/docs/pie-schema.json.md +792 -64
- package/package.json +4 -4
package/docs/config-schema.json
CHANGED
|
@@ -124,6 +124,149 @@
|
|
|
124
124
|
"title": "disabled"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
+
},
|
|
128
|
+
"languageCharacters": {
|
|
129
|
+
"title": "EditableHtmlButtonConfigure",
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"disabled": {
|
|
133
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"title": "disabled"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"bold": {
|
|
140
|
+
"title": "EditableHtmlButtonConfigure",
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"disabled": {
|
|
144
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
145
|
+
"type": "boolean",
|
|
146
|
+
"title": "disabled"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"html": {
|
|
151
|
+
"title": "EditableHtmlButtonConfigure",
|
|
152
|
+
"type": "object",
|
|
153
|
+
"properties": {
|
|
154
|
+
"disabled": {
|
|
155
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
156
|
+
"type": "boolean",
|
|
157
|
+
"title": "disabled"
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"italic": {
|
|
162
|
+
"title": "EditableHtmlButtonConfigure",
|
|
163
|
+
"type": "object",
|
|
164
|
+
"properties": {
|
|
165
|
+
"disabled": {
|
|
166
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
167
|
+
"type": "boolean",
|
|
168
|
+
"title": "disabled"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"ol_list": {
|
|
173
|
+
"title": "EditableHtmlButtonConfigure",
|
|
174
|
+
"type": "object",
|
|
175
|
+
"properties": {
|
|
176
|
+
"disabled": {
|
|
177
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
178
|
+
"type": "boolean",
|
|
179
|
+
"title": "disabled"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"redo": {
|
|
184
|
+
"title": "EditableHtmlButtonConfigure",
|
|
185
|
+
"type": "object",
|
|
186
|
+
"properties": {
|
|
187
|
+
"disabled": {
|
|
188
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
189
|
+
"type": "boolean",
|
|
190
|
+
"title": "disabled"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"strikethrough": {
|
|
195
|
+
"title": "EditableHtmlButtonConfigure",
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"disabled": {
|
|
199
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"title": "disabled"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"sub": {
|
|
206
|
+
"title": "EditableHtmlButtonConfigure",
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"disabled": {
|
|
210
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"title": "disabled"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"sup": {
|
|
217
|
+
"title": "EditableHtmlButtonConfigure",
|
|
218
|
+
"type": "object",
|
|
219
|
+
"properties": {
|
|
220
|
+
"disabled": {
|
|
221
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"title": "disabled"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"table": {
|
|
228
|
+
"title": "EditableHtmlButtonConfigure",
|
|
229
|
+
"type": "object",
|
|
230
|
+
"properties": {
|
|
231
|
+
"disabled": {
|
|
232
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
233
|
+
"type": "boolean",
|
|
234
|
+
"title": "disabled"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"ul_list": {
|
|
239
|
+
"title": "EditableHtmlButtonConfigure",
|
|
240
|
+
"type": "object",
|
|
241
|
+
"properties": {
|
|
242
|
+
"disabled": {
|
|
243
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
244
|
+
"type": "boolean",
|
|
245
|
+
"title": "disabled"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"underline": {
|
|
250
|
+
"title": "EditableHtmlButtonConfigure",
|
|
251
|
+
"type": "object",
|
|
252
|
+
"properties": {
|
|
253
|
+
"disabled": {
|
|
254
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
255
|
+
"type": "boolean",
|
|
256
|
+
"title": "disabled"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"undo": {
|
|
261
|
+
"title": "EditableHtmlButtonConfigure",
|
|
262
|
+
"type": "object",
|
|
263
|
+
"properties": {
|
|
264
|
+
"disabled": {
|
|
265
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
266
|
+
"type": "boolean",
|
|
267
|
+
"title": "disabled"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
127
270
|
}
|
|
128
271
|
}
|
|
129
272
|
},
|
|
@@ -366,135 +509,153 @@
|
|
|
366
509
|
"title": "disabled"
|
|
367
510
|
}
|
|
368
511
|
}
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"expandedInput": {
|
|
373
|
-
"title": "EditableHtmlPluginConfigure",
|
|
374
|
-
"type": "object",
|
|
375
|
-
"properties": {
|
|
376
|
-
"inputConfiguration": {
|
|
377
|
-
"title": "EditableHtmlConfigureProp",
|
|
512
|
+
},
|
|
513
|
+
"languageCharacters": {
|
|
514
|
+
"title": "EditableHtmlButtonConfigure",
|
|
378
515
|
"type": "object",
|
|
379
516
|
"properties": {
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"type": "
|
|
383
|
-
"
|
|
384
|
-
"disabled": {
|
|
385
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
386
|
-
"type": "boolean",
|
|
387
|
-
"title": "disabled"
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
"audio": {
|
|
392
|
-
"title": "EditableHtmlButtonConfigure",
|
|
393
|
-
"type": "object",
|
|
394
|
-
"properties": {
|
|
395
|
-
"disabled": {
|
|
396
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
397
|
-
"type": "boolean",
|
|
398
|
-
"title": "disabled"
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"video": {
|
|
403
|
-
"title": "EditableHtmlButtonConfigure",
|
|
404
|
-
"type": "object",
|
|
405
|
-
"properties": {
|
|
406
|
-
"disabled": {
|
|
407
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
408
|
-
"type": "boolean",
|
|
409
|
-
"title": "disabled"
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
"image": {
|
|
414
|
-
"title": "EditableHtmlButtonConfigure",
|
|
415
|
-
"type": "object",
|
|
416
|
-
"properties": {
|
|
417
|
-
"disabled": {
|
|
418
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
419
|
-
"type": "boolean",
|
|
420
|
-
"title": "disabled"
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
"customPlugins": {
|
|
425
|
-
"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.",
|
|
426
|
-
"type": "array",
|
|
427
|
-
"items": {
|
|
428
|
-
"title": "CustomPlugin",
|
|
429
|
-
"type": "object",
|
|
430
|
-
"properties": {
|
|
431
|
-
"event": {
|
|
432
|
-
"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\"",
|
|
433
|
-
"type": "string",
|
|
434
|
-
"title": "event"
|
|
435
|
-
},
|
|
436
|
-
"iconAlt": {
|
|
437
|
-
"description": "The alt for the custom button icon",
|
|
438
|
-
"type": "string",
|
|
439
|
-
"title": "iconAlt"
|
|
440
|
-
},
|
|
441
|
-
"iconType": {
|
|
442
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
443
|
-
"type": "string",
|
|
444
|
-
"title": "iconType"
|
|
445
|
-
},
|
|
446
|
-
"icon": {
|
|
447
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
448
|
-
"type": "string",
|
|
449
|
-
"title": "icon"
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
"required": [
|
|
453
|
-
"event",
|
|
454
|
-
"icon",
|
|
455
|
-
"iconAlt",
|
|
456
|
-
"iconType"
|
|
457
|
-
]
|
|
458
|
-
},
|
|
459
|
-
"title": "customPlugins"
|
|
460
|
-
},
|
|
461
|
-
"blockquote": {
|
|
462
|
-
"title": "EditableHtmlButtonConfigure",
|
|
463
|
-
"type": "object",
|
|
464
|
-
"properties": {
|
|
465
|
-
"disabled": {
|
|
466
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
467
|
-
"type": "boolean",
|
|
468
|
-
"title": "disabled"
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"h3": {
|
|
473
|
-
"title": "EditableHtmlButtonConfigure",
|
|
474
|
-
"type": "object",
|
|
475
|
-
"properties": {
|
|
476
|
-
"disabled": {
|
|
477
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
478
|
-
"type": "boolean",
|
|
479
|
-
"title": "disabled"
|
|
480
|
-
}
|
|
481
|
-
}
|
|
517
|
+
"disabled": {
|
|
518
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
519
|
+
"type": "boolean",
|
|
520
|
+
"title": "disabled"
|
|
482
521
|
}
|
|
483
522
|
}
|
|
484
523
|
},
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"type": "
|
|
488
|
-
"
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
524
|
+
"bold": {
|
|
525
|
+
"title": "EditableHtmlButtonConfigure",
|
|
526
|
+
"type": "object",
|
|
527
|
+
"properties": {
|
|
528
|
+
"disabled": {
|
|
529
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
530
|
+
"type": "boolean",
|
|
531
|
+
"title": "disabled"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"html": {
|
|
536
|
+
"title": "EditableHtmlButtonConfigure",
|
|
537
|
+
"type": "object",
|
|
538
|
+
"properties": {
|
|
539
|
+
"disabled": {
|
|
540
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
541
|
+
"type": "boolean",
|
|
542
|
+
"title": "disabled"
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"italic": {
|
|
547
|
+
"title": "EditableHtmlButtonConfigure",
|
|
548
|
+
"type": "object",
|
|
549
|
+
"properties": {
|
|
550
|
+
"disabled": {
|
|
551
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
552
|
+
"type": "boolean",
|
|
553
|
+
"title": "disabled"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"ol_list": {
|
|
558
|
+
"title": "EditableHtmlButtonConfigure",
|
|
559
|
+
"type": "object",
|
|
560
|
+
"properties": {
|
|
561
|
+
"disabled": {
|
|
562
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
563
|
+
"type": "boolean",
|
|
564
|
+
"title": "disabled"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"redo": {
|
|
569
|
+
"title": "EditableHtmlButtonConfigure",
|
|
570
|
+
"type": "object",
|
|
571
|
+
"properties": {
|
|
572
|
+
"disabled": {
|
|
573
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
574
|
+
"type": "boolean",
|
|
575
|
+
"title": "disabled"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"strikethrough": {
|
|
580
|
+
"title": "EditableHtmlButtonConfigure",
|
|
581
|
+
"type": "object",
|
|
582
|
+
"properties": {
|
|
583
|
+
"disabled": {
|
|
584
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
585
|
+
"type": "boolean",
|
|
586
|
+
"title": "disabled"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"sub": {
|
|
591
|
+
"title": "EditableHtmlButtonConfigure",
|
|
592
|
+
"type": "object",
|
|
593
|
+
"properties": {
|
|
594
|
+
"disabled": {
|
|
595
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
596
|
+
"type": "boolean",
|
|
597
|
+
"title": "disabled"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"sup": {
|
|
602
|
+
"title": "EditableHtmlButtonConfigure",
|
|
603
|
+
"type": "object",
|
|
604
|
+
"properties": {
|
|
605
|
+
"disabled": {
|
|
606
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
607
|
+
"type": "boolean",
|
|
608
|
+
"title": "disabled"
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"table": {
|
|
613
|
+
"title": "EditableHtmlButtonConfigure",
|
|
614
|
+
"type": "object",
|
|
615
|
+
"properties": {
|
|
616
|
+
"disabled": {
|
|
617
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
618
|
+
"type": "boolean",
|
|
619
|
+
"title": "disabled"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"ul_list": {
|
|
624
|
+
"title": "EditableHtmlButtonConfigure",
|
|
625
|
+
"type": "object",
|
|
626
|
+
"properties": {
|
|
627
|
+
"disabled": {
|
|
628
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"title": "disabled"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"underline": {
|
|
635
|
+
"title": "EditableHtmlButtonConfigure",
|
|
636
|
+
"type": "object",
|
|
637
|
+
"properties": {
|
|
638
|
+
"disabled": {
|
|
639
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
640
|
+
"type": "boolean",
|
|
641
|
+
"title": "disabled"
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"undo": {
|
|
646
|
+
"title": "EditableHtmlButtonConfigure",
|
|
647
|
+
"type": "object",
|
|
648
|
+
"properties": {
|
|
649
|
+
"disabled": {
|
|
650
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
651
|
+
"type": "boolean",
|
|
652
|
+
"title": "disabled"
|
|
653
|
+
}
|
|
654
|
+
}
|
|
494
655
|
}
|
|
495
656
|
}
|
|
496
657
|
},
|
|
497
|
-
"
|
|
658
|
+
"expandedInput": {
|
|
498
659
|
"title": "EditableHtmlPluginConfigure",
|
|
499
660
|
"type": "object",
|
|
500
661
|
"properties": {
|
|
@@ -604,6 +765,149 @@
|
|
|
604
765
|
"title": "disabled"
|
|
605
766
|
}
|
|
606
767
|
}
|
|
768
|
+
},
|
|
769
|
+
"languageCharacters": {
|
|
770
|
+
"title": "EditableHtmlButtonConfigure",
|
|
771
|
+
"type": "object",
|
|
772
|
+
"properties": {
|
|
773
|
+
"disabled": {
|
|
774
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
775
|
+
"type": "boolean",
|
|
776
|
+
"title": "disabled"
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"bold": {
|
|
781
|
+
"title": "EditableHtmlButtonConfigure",
|
|
782
|
+
"type": "object",
|
|
783
|
+
"properties": {
|
|
784
|
+
"disabled": {
|
|
785
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
786
|
+
"type": "boolean",
|
|
787
|
+
"title": "disabled"
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"html": {
|
|
792
|
+
"title": "EditableHtmlButtonConfigure",
|
|
793
|
+
"type": "object",
|
|
794
|
+
"properties": {
|
|
795
|
+
"disabled": {
|
|
796
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
797
|
+
"type": "boolean",
|
|
798
|
+
"title": "disabled"
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
"italic": {
|
|
803
|
+
"title": "EditableHtmlButtonConfigure",
|
|
804
|
+
"type": "object",
|
|
805
|
+
"properties": {
|
|
806
|
+
"disabled": {
|
|
807
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
808
|
+
"type": "boolean",
|
|
809
|
+
"title": "disabled"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"ol_list": {
|
|
814
|
+
"title": "EditableHtmlButtonConfigure",
|
|
815
|
+
"type": "object",
|
|
816
|
+
"properties": {
|
|
817
|
+
"disabled": {
|
|
818
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
819
|
+
"type": "boolean",
|
|
820
|
+
"title": "disabled"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
"redo": {
|
|
825
|
+
"title": "EditableHtmlButtonConfigure",
|
|
826
|
+
"type": "object",
|
|
827
|
+
"properties": {
|
|
828
|
+
"disabled": {
|
|
829
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
830
|
+
"type": "boolean",
|
|
831
|
+
"title": "disabled"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"strikethrough": {
|
|
836
|
+
"title": "EditableHtmlButtonConfigure",
|
|
837
|
+
"type": "object",
|
|
838
|
+
"properties": {
|
|
839
|
+
"disabled": {
|
|
840
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
841
|
+
"type": "boolean",
|
|
842
|
+
"title": "disabled"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"sub": {
|
|
847
|
+
"title": "EditableHtmlButtonConfigure",
|
|
848
|
+
"type": "object",
|
|
849
|
+
"properties": {
|
|
850
|
+
"disabled": {
|
|
851
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
852
|
+
"type": "boolean",
|
|
853
|
+
"title": "disabled"
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
"sup": {
|
|
858
|
+
"title": "EditableHtmlButtonConfigure",
|
|
859
|
+
"type": "object",
|
|
860
|
+
"properties": {
|
|
861
|
+
"disabled": {
|
|
862
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
863
|
+
"type": "boolean",
|
|
864
|
+
"title": "disabled"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
"table": {
|
|
869
|
+
"title": "EditableHtmlButtonConfigure",
|
|
870
|
+
"type": "object",
|
|
871
|
+
"properties": {
|
|
872
|
+
"disabled": {
|
|
873
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
874
|
+
"type": "boolean",
|
|
875
|
+
"title": "disabled"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"ul_list": {
|
|
880
|
+
"title": "EditableHtmlButtonConfigure",
|
|
881
|
+
"type": "object",
|
|
882
|
+
"properties": {
|
|
883
|
+
"disabled": {
|
|
884
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
885
|
+
"type": "boolean",
|
|
886
|
+
"title": "disabled"
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"underline": {
|
|
891
|
+
"title": "EditableHtmlButtonConfigure",
|
|
892
|
+
"type": "object",
|
|
893
|
+
"properties": {
|
|
894
|
+
"disabled": {
|
|
895
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
896
|
+
"type": "boolean",
|
|
897
|
+
"title": "disabled"
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"undo": {
|
|
902
|
+
"title": "EditableHtmlButtonConfigure",
|
|
903
|
+
"type": "object",
|
|
904
|
+
"properties": {
|
|
905
|
+
"disabled": {
|
|
906
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
907
|
+
"type": "boolean",
|
|
908
|
+
"title": "disabled"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
607
911
|
}
|
|
608
912
|
}
|
|
609
913
|
},
|
|
@@ -619,11 +923,279 @@
|
|
|
619
923
|
}
|
|
620
924
|
}
|
|
621
925
|
},
|
|
622
|
-
"
|
|
623
|
-
"title": "
|
|
926
|
+
"labelInput": {
|
|
927
|
+
"title": "EditableHtmlPluginConfigure",
|
|
624
928
|
"type": "object",
|
|
625
929
|
"properties": {
|
|
626
|
-
"
|
|
930
|
+
"inputConfiguration": {
|
|
931
|
+
"title": "EditableHtmlConfigureProp",
|
|
932
|
+
"type": "object",
|
|
933
|
+
"properties": {
|
|
934
|
+
"math": {
|
|
935
|
+
"title": "EditableHtmlButtonConfigure",
|
|
936
|
+
"type": "object",
|
|
937
|
+
"properties": {
|
|
938
|
+
"disabled": {
|
|
939
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
940
|
+
"type": "boolean",
|
|
941
|
+
"title": "disabled"
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"audio": {
|
|
946
|
+
"title": "EditableHtmlButtonConfigure",
|
|
947
|
+
"type": "object",
|
|
948
|
+
"properties": {
|
|
949
|
+
"disabled": {
|
|
950
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
951
|
+
"type": "boolean",
|
|
952
|
+
"title": "disabled"
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"video": {
|
|
957
|
+
"title": "EditableHtmlButtonConfigure",
|
|
958
|
+
"type": "object",
|
|
959
|
+
"properties": {
|
|
960
|
+
"disabled": {
|
|
961
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
962
|
+
"type": "boolean",
|
|
963
|
+
"title": "disabled"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"image": {
|
|
968
|
+
"title": "EditableHtmlButtonConfigure",
|
|
969
|
+
"type": "object",
|
|
970
|
+
"properties": {
|
|
971
|
+
"disabled": {
|
|
972
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
973
|
+
"type": "boolean",
|
|
974
|
+
"title": "disabled"
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"customPlugins": {
|
|
979
|
+
"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.",
|
|
980
|
+
"type": "array",
|
|
981
|
+
"items": {
|
|
982
|
+
"title": "CustomPlugin",
|
|
983
|
+
"type": "object",
|
|
984
|
+
"properties": {
|
|
985
|
+
"event": {
|
|
986
|
+
"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\"",
|
|
987
|
+
"type": "string",
|
|
988
|
+
"title": "event"
|
|
989
|
+
},
|
|
990
|
+
"iconAlt": {
|
|
991
|
+
"description": "The alt for the custom button icon",
|
|
992
|
+
"type": "string",
|
|
993
|
+
"title": "iconAlt"
|
|
994
|
+
},
|
|
995
|
+
"iconType": {
|
|
996
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
997
|
+
"type": "string",
|
|
998
|
+
"title": "iconType"
|
|
999
|
+
},
|
|
1000
|
+
"icon": {
|
|
1001
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1002
|
+
"type": "string",
|
|
1003
|
+
"title": "icon"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"required": [
|
|
1007
|
+
"event",
|
|
1008
|
+
"icon",
|
|
1009
|
+
"iconAlt",
|
|
1010
|
+
"iconType"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
"title": "customPlugins"
|
|
1014
|
+
},
|
|
1015
|
+
"blockquote": {
|
|
1016
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1017
|
+
"type": "object",
|
|
1018
|
+
"properties": {
|
|
1019
|
+
"disabled": {
|
|
1020
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1021
|
+
"type": "boolean",
|
|
1022
|
+
"title": "disabled"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"h3": {
|
|
1027
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1028
|
+
"type": "object",
|
|
1029
|
+
"properties": {
|
|
1030
|
+
"disabled": {
|
|
1031
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1032
|
+
"type": "boolean",
|
|
1033
|
+
"title": "disabled"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"languageCharacters": {
|
|
1038
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1039
|
+
"type": "object",
|
|
1040
|
+
"properties": {
|
|
1041
|
+
"disabled": {
|
|
1042
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1043
|
+
"type": "boolean",
|
|
1044
|
+
"title": "disabled"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"bold": {
|
|
1049
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"disabled": {
|
|
1053
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1054
|
+
"type": "boolean",
|
|
1055
|
+
"title": "disabled"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"html": {
|
|
1060
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1061
|
+
"type": "object",
|
|
1062
|
+
"properties": {
|
|
1063
|
+
"disabled": {
|
|
1064
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1065
|
+
"type": "boolean",
|
|
1066
|
+
"title": "disabled"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"italic": {
|
|
1071
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1072
|
+
"type": "object",
|
|
1073
|
+
"properties": {
|
|
1074
|
+
"disabled": {
|
|
1075
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1076
|
+
"type": "boolean",
|
|
1077
|
+
"title": "disabled"
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"ol_list": {
|
|
1082
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1083
|
+
"type": "object",
|
|
1084
|
+
"properties": {
|
|
1085
|
+
"disabled": {
|
|
1086
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1087
|
+
"type": "boolean",
|
|
1088
|
+
"title": "disabled"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"redo": {
|
|
1093
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1094
|
+
"type": "object",
|
|
1095
|
+
"properties": {
|
|
1096
|
+
"disabled": {
|
|
1097
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1098
|
+
"type": "boolean",
|
|
1099
|
+
"title": "disabled"
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"strikethrough": {
|
|
1104
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1105
|
+
"type": "object",
|
|
1106
|
+
"properties": {
|
|
1107
|
+
"disabled": {
|
|
1108
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1109
|
+
"type": "boolean",
|
|
1110
|
+
"title": "disabled"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"sub": {
|
|
1115
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1116
|
+
"type": "object",
|
|
1117
|
+
"properties": {
|
|
1118
|
+
"disabled": {
|
|
1119
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1120
|
+
"type": "boolean",
|
|
1121
|
+
"title": "disabled"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"sup": {
|
|
1126
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1127
|
+
"type": "object",
|
|
1128
|
+
"properties": {
|
|
1129
|
+
"disabled": {
|
|
1130
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1131
|
+
"type": "boolean",
|
|
1132
|
+
"title": "disabled"
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"table": {
|
|
1137
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1138
|
+
"type": "object",
|
|
1139
|
+
"properties": {
|
|
1140
|
+
"disabled": {
|
|
1141
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1142
|
+
"type": "boolean",
|
|
1143
|
+
"title": "disabled"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"ul_list": {
|
|
1148
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1149
|
+
"type": "object",
|
|
1150
|
+
"properties": {
|
|
1151
|
+
"disabled": {
|
|
1152
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1153
|
+
"type": "boolean",
|
|
1154
|
+
"title": "disabled"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"underline": {
|
|
1159
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1160
|
+
"type": "object",
|
|
1161
|
+
"properties": {
|
|
1162
|
+
"disabled": {
|
|
1163
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1164
|
+
"type": "boolean",
|
|
1165
|
+
"title": "disabled"
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"undo": {
|
|
1170
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1171
|
+
"type": "object",
|
|
1172
|
+
"properties": {
|
|
1173
|
+
"disabled": {
|
|
1174
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1175
|
+
"type": "boolean",
|
|
1176
|
+
"title": "disabled"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"settings": {
|
|
1183
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1184
|
+
"type": "boolean",
|
|
1185
|
+
"title": "settings"
|
|
1186
|
+
},
|
|
1187
|
+
"label": {
|
|
1188
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"title": "label"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"excludeZeroDialogBoxContent": {
|
|
1195
|
+
"title": "DialogContent",
|
|
1196
|
+
"type": "object",
|
|
1197
|
+
"properties": {
|
|
1198
|
+
"title": {
|
|
627
1199
|
"description": "Dialog box title",
|
|
628
1200
|
"type": "string",
|
|
629
1201
|
"title": "title"
|
|
@@ -1025,6 +1597,149 @@
|
|
|
1025
1597
|
"title": "disabled"
|
|
1026
1598
|
}
|
|
1027
1599
|
}
|
|
1600
|
+
},
|
|
1601
|
+
"languageCharacters": {
|
|
1602
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1603
|
+
"type": "object",
|
|
1604
|
+
"properties": {
|
|
1605
|
+
"disabled": {
|
|
1606
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1607
|
+
"type": "boolean",
|
|
1608
|
+
"title": "disabled"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"bold": {
|
|
1613
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1614
|
+
"type": "object",
|
|
1615
|
+
"properties": {
|
|
1616
|
+
"disabled": {
|
|
1617
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1618
|
+
"type": "boolean",
|
|
1619
|
+
"title": "disabled"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"html": {
|
|
1624
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1625
|
+
"type": "object",
|
|
1626
|
+
"properties": {
|
|
1627
|
+
"disabled": {
|
|
1628
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1629
|
+
"type": "boolean",
|
|
1630
|
+
"title": "disabled"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"italic": {
|
|
1635
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1636
|
+
"type": "object",
|
|
1637
|
+
"properties": {
|
|
1638
|
+
"disabled": {
|
|
1639
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1640
|
+
"type": "boolean",
|
|
1641
|
+
"title": "disabled"
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"ol_list": {
|
|
1646
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1647
|
+
"type": "object",
|
|
1648
|
+
"properties": {
|
|
1649
|
+
"disabled": {
|
|
1650
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1651
|
+
"type": "boolean",
|
|
1652
|
+
"title": "disabled"
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"redo": {
|
|
1657
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1658
|
+
"type": "object",
|
|
1659
|
+
"properties": {
|
|
1660
|
+
"disabled": {
|
|
1661
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1662
|
+
"type": "boolean",
|
|
1663
|
+
"title": "disabled"
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"strikethrough": {
|
|
1668
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1669
|
+
"type": "object",
|
|
1670
|
+
"properties": {
|
|
1671
|
+
"disabled": {
|
|
1672
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1673
|
+
"type": "boolean",
|
|
1674
|
+
"title": "disabled"
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
"sub": {
|
|
1679
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1680
|
+
"type": "object",
|
|
1681
|
+
"properties": {
|
|
1682
|
+
"disabled": {
|
|
1683
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1684
|
+
"type": "boolean",
|
|
1685
|
+
"title": "disabled"
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"sup": {
|
|
1690
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1691
|
+
"type": "object",
|
|
1692
|
+
"properties": {
|
|
1693
|
+
"disabled": {
|
|
1694
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1695
|
+
"type": "boolean",
|
|
1696
|
+
"title": "disabled"
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
"table": {
|
|
1701
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1702
|
+
"type": "object",
|
|
1703
|
+
"properties": {
|
|
1704
|
+
"disabled": {
|
|
1705
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1706
|
+
"type": "boolean",
|
|
1707
|
+
"title": "disabled"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
"ul_list": {
|
|
1712
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1713
|
+
"type": "object",
|
|
1714
|
+
"properties": {
|
|
1715
|
+
"disabled": {
|
|
1716
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1717
|
+
"type": "boolean",
|
|
1718
|
+
"title": "disabled"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"underline": {
|
|
1723
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1724
|
+
"type": "object",
|
|
1725
|
+
"properties": {
|
|
1726
|
+
"disabled": {
|
|
1727
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1728
|
+
"type": "boolean",
|
|
1729
|
+
"title": "disabled"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"undo": {
|
|
1734
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1735
|
+
"type": "object",
|
|
1736
|
+
"properties": {
|
|
1737
|
+
"disabled": {
|
|
1738
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1739
|
+
"type": "boolean",
|
|
1740
|
+
"title": "disabled"
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1028
1743
|
}
|
|
1029
1744
|
}
|
|
1030
1745
|
},
|
|
@@ -1225,109 +1940,252 @@
|
|
|
1225
1940
|
"title": "disabled"
|
|
1226
1941
|
}
|
|
1227
1942
|
}
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"settingsPanelDisabled": {
|
|
1232
|
-
"description": "Indicates if the settings panel is not available",
|
|
1233
|
-
"type": "boolean",
|
|
1234
|
-
"title": "settingsPanelDisabled"
|
|
1235
|
-
},
|
|
1236
|
-
"showExcludeZero": {
|
|
1237
|
-
"title": "ConfigureProp",
|
|
1238
|
-
"type": "object",
|
|
1239
|
-
"properties": {
|
|
1240
|
-
"settings": {
|
|
1241
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1242
|
-
"type": "boolean",
|
|
1243
|
-
"title": "settings"
|
|
1244
|
-
},
|
|
1245
|
-
"label": {
|
|
1246
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1247
|
-
"type": "string",
|
|
1248
|
-
"title": "label"
|
|
1249
|
-
}
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"showMaxPoint": {
|
|
1253
|
-
"title": "ConfigureProp",
|
|
1254
|
-
"type": "object",
|
|
1255
|
-
"properties": {
|
|
1256
|
-
"settings": {
|
|
1257
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1258
|
-
"type": "boolean",
|
|
1259
|
-
"title": "settings"
|
|
1260
1943
|
},
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
"type": "
|
|
1264
|
-
"
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
"title": "width"
|
|
1272
|
-
},
|
|
1273
|
-
"mathMlOptions": {
|
|
1274
|
-
"title": "ConfigureMathMLProp",
|
|
1275
|
-
"type": "object",
|
|
1276
|
-
"properties": {
|
|
1277
|
-
"mmlOutput": {
|
|
1278
|
-
"description": "Indicates if model should have mathML output instead of latex",
|
|
1279
|
-
"type": "number",
|
|
1280
|
-
"title": "mmlOutput"
|
|
1944
|
+
"languageCharacters": {
|
|
1945
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1946
|
+
"type": "object",
|
|
1947
|
+
"properties": {
|
|
1948
|
+
"disabled": {
|
|
1949
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1950
|
+
"type": "boolean",
|
|
1951
|
+
"title": "disabled"
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1281
1954
|
},
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1284
|
-
"type": "
|
|
1285
|
-
"
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
"title": "maxMaxPoints"
|
|
1293
|
-
},
|
|
1294
|
-
"showPrompt": {
|
|
1295
|
-
"description": "Determines whether prompt field will be displayed or not",
|
|
1296
|
-
"default": true,
|
|
1297
|
-
"type": "boolean",
|
|
1298
|
-
"title": "showPrompt"
|
|
1299
|
-
},
|
|
1300
|
-
"promptLabel": {
|
|
1301
|
-
"description": "The label for the item stem/prompt field",
|
|
1302
|
-
"default": "Item Stemm",
|
|
1303
|
-
"type": "string",
|
|
1304
|
-
"title": "promptLabel"
|
|
1305
|
-
},
|
|
1306
|
-
"contentDimensions": {
|
|
1307
|
-
"description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
|
|
1308
|
-
"default": ": {}",
|
|
1309
|
-
"type": "object",
|
|
1310
|
-
"properties": {
|
|
1311
|
-
"maxHeight": {
|
|
1312
|
-
"description": "Indicates the max height of the authoring container",
|
|
1313
|
-
"default": "undefined",
|
|
1314
|
-
"type": [
|
|
1315
|
-
"string",
|
|
1316
|
-
"number"
|
|
1317
|
-
],
|
|
1318
|
-
"title": "maxHeight"
|
|
1955
|
+
"bold": {
|
|
1956
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1957
|
+
"type": "object",
|
|
1958
|
+
"properties": {
|
|
1959
|
+
"disabled": {
|
|
1960
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1961
|
+
"type": "boolean",
|
|
1962
|
+
"title": "disabled"
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1319
1965
|
},
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1966
|
+
"html": {
|
|
1967
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1968
|
+
"type": "object",
|
|
1969
|
+
"properties": {
|
|
1970
|
+
"disabled": {
|
|
1971
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1972
|
+
"type": "boolean",
|
|
1973
|
+
"title": "disabled"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1328
1976
|
},
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1977
|
+
"italic": {
|
|
1978
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1979
|
+
"type": "object",
|
|
1980
|
+
"properties": {
|
|
1981
|
+
"disabled": {
|
|
1982
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1983
|
+
"type": "boolean",
|
|
1984
|
+
"title": "disabled"
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"ol_list": {
|
|
1989
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1990
|
+
"type": "object",
|
|
1991
|
+
"properties": {
|
|
1992
|
+
"disabled": {
|
|
1993
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1994
|
+
"type": "boolean",
|
|
1995
|
+
"title": "disabled"
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
"redo": {
|
|
2000
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2001
|
+
"type": "object",
|
|
2002
|
+
"properties": {
|
|
2003
|
+
"disabled": {
|
|
2004
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2005
|
+
"type": "boolean",
|
|
2006
|
+
"title": "disabled"
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"strikethrough": {
|
|
2011
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2012
|
+
"type": "object",
|
|
2013
|
+
"properties": {
|
|
2014
|
+
"disabled": {
|
|
2015
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2016
|
+
"type": "boolean",
|
|
2017
|
+
"title": "disabled"
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"sub": {
|
|
2022
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2023
|
+
"type": "object",
|
|
2024
|
+
"properties": {
|
|
2025
|
+
"disabled": {
|
|
2026
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2027
|
+
"type": "boolean",
|
|
2028
|
+
"title": "disabled"
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
"sup": {
|
|
2033
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2034
|
+
"type": "object",
|
|
2035
|
+
"properties": {
|
|
2036
|
+
"disabled": {
|
|
2037
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2038
|
+
"type": "boolean",
|
|
2039
|
+
"title": "disabled"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"table": {
|
|
2044
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2045
|
+
"type": "object",
|
|
2046
|
+
"properties": {
|
|
2047
|
+
"disabled": {
|
|
2048
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2049
|
+
"type": "boolean",
|
|
2050
|
+
"title": "disabled"
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
"ul_list": {
|
|
2055
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2056
|
+
"type": "object",
|
|
2057
|
+
"properties": {
|
|
2058
|
+
"disabled": {
|
|
2059
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2060
|
+
"type": "boolean",
|
|
2061
|
+
"title": "disabled"
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
"underline": {
|
|
2066
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2067
|
+
"type": "object",
|
|
2068
|
+
"properties": {
|
|
2069
|
+
"disabled": {
|
|
2070
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2071
|
+
"type": "boolean",
|
|
2072
|
+
"title": "disabled"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"undo": {
|
|
2077
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2078
|
+
"type": "object",
|
|
2079
|
+
"properties": {
|
|
2080
|
+
"disabled": {
|
|
2081
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2082
|
+
"type": "boolean",
|
|
2083
|
+
"title": "disabled"
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"settingsPanelDisabled": {
|
|
2090
|
+
"description": "Indicates if the settings panel is not available",
|
|
2091
|
+
"type": "boolean",
|
|
2092
|
+
"title": "settingsPanelDisabled"
|
|
2093
|
+
},
|
|
2094
|
+
"showExcludeZero": {
|
|
2095
|
+
"title": "ConfigureProp",
|
|
2096
|
+
"type": "object",
|
|
2097
|
+
"properties": {
|
|
2098
|
+
"settings": {
|
|
2099
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2100
|
+
"type": "boolean",
|
|
2101
|
+
"title": "settings"
|
|
2102
|
+
},
|
|
2103
|
+
"label": {
|
|
2104
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2105
|
+
"type": "string",
|
|
2106
|
+
"title": "label"
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
"showMaxPoint": {
|
|
2111
|
+
"title": "ConfigureProp",
|
|
2112
|
+
"type": "object",
|
|
2113
|
+
"properties": {
|
|
2114
|
+
"settings": {
|
|
2115
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2116
|
+
"type": "boolean",
|
|
2117
|
+
"title": "settings"
|
|
2118
|
+
},
|
|
2119
|
+
"label": {
|
|
2120
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2121
|
+
"type": "string",
|
|
2122
|
+
"title": "label"
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"width": {
|
|
2127
|
+
"description": "How large can the rubric be",
|
|
2128
|
+
"type": "string",
|
|
2129
|
+
"title": "width"
|
|
2130
|
+
},
|
|
2131
|
+
"mathMlOptions": {
|
|
2132
|
+
"title": "ConfigureMathMLProp",
|
|
2133
|
+
"type": "object",
|
|
2134
|
+
"properties": {
|
|
2135
|
+
"mmlOutput": {
|
|
2136
|
+
"description": "Indicates if model should have mathML output instead of latex",
|
|
2137
|
+
"type": "number",
|
|
2138
|
+
"title": "mmlOutput"
|
|
2139
|
+
},
|
|
2140
|
+
"mmlEditing": {
|
|
2141
|
+
"description": "Indicates if mathML that's already in model should be editable",
|
|
2142
|
+
"type": "number",
|
|
2143
|
+
"title": "mmlEditing"
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"maxMaxPoints": {
|
|
2148
|
+
"description": "Indicates the max limit for scoring points",
|
|
2149
|
+
"type": "number",
|
|
2150
|
+
"title": "maxMaxPoints"
|
|
2151
|
+
},
|
|
2152
|
+
"showPrompt": {
|
|
2153
|
+
"description": "Determines whether prompt field will be displayed or not",
|
|
2154
|
+
"default": true,
|
|
2155
|
+
"type": "boolean",
|
|
2156
|
+
"title": "showPrompt"
|
|
2157
|
+
},
|
|
2158
|
+
"promptLabel": {
|
|
2159
|
+
"description": "The label for the item stem/prompt field",
|
|
2160
|
+
"default": "Item Stemm",
|
|
2161
|
+
"type": "string",
|
|
2162
|
+
"title": "promptLabel"
|
|
2163
|
+
},
|
|
2164
|
+
"contentDimensions": {
|
|
2165
|
+
"description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
|
|
2166
|
+
"default": ": {}",
|
|
2167
|
+
"type": "object",
|
|
2168
|
+
"properties": {
|
|
2169
|
+
"maxHeight": {
|
|
2170
|
+
"description": "Indicates the max height of the authoring container",
|
|
2171
|
+
"default": "undefined",
|
|
2172
|
+
"type": [
|
|
2173
|
+
"string",
|
|
2174
|
+
"number"
|
|
2175
|
+
],
|
|
2176
|
+
"title": "maxHeight"
|
|
2177
|
+
},
|
|
2178
|
+
"maxWidth": {
|
|
2179
|
+
"description": "Indicates the max width of the authoring container",
|
|
2180
|
+
"default": "undefined",
|
|
2181
|
+
"type": [
|
|
2182
|
+
"string",
|
|
2183
|
+
"number"
|
|
2184
|
+
],
|
|
2185
|
+
"title": "maxWidth"
|
|
2186
|
+
},
|
|
2187
|
+
"minHeight": {
|
|
2188
|
+
"description": "Indicates the min height of the authoring container",
|
|
1331
2189
|
"default": "undefined",
|
|
1332
2190
|
"type": [
|
|
1333
2191
|
"string",
|
|
@@ -1461,45 +2319,188 @@
|
|
|
1461
2319
|
"title": "disabled"
|
|
1462
2320
|
}
|
|
1463
2321
|
}
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
"EditableHtmlButtonConfigure": {
|
|
1468
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1469
|
-
"type": "object",
|
|
1470
|
-
"properties": {
|
|
1471
|
-
"disabled": {
|
|
1472
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1473
|
-
"type": "boolean",
|
|
1474
|
-
"title": "disabled"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"CustomPlugin": {
|
|
1479
|
-
"title": "CustomPlugin",
|
|
1480
|
-
"type": "object",
|
|
1481
|
-
"properties": {
|
|
1482
|
-
"event": {
|
|
1483
|
-
"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\"",
|
|
1484
|
-
"type": "string",
|
|
1485
|
-
"title": "event"
|
|
1486
2322
|
},
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1489
|
-
"type": "
|
|
1490
|
-
"
|
|
2323
|
+
"languageCharacters": {
|
|
2324
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2325
|
+
"type": "object",
|
|
2326
|
+
"properties": {
|
|
2327
|
+
"disabled": {
|
|
2328
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2329
|
+
"type": "boolean",
|
|
2330
|
+
"title": "disabled"
|
|
2331
|
+
}
|
|
2332
|
+
}
|
|
1491
2333
|
},
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"type": "
|
|
1495
|
-
"
|
|
2334
|
+
"bold": {
|
|
2335
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2336
|
+
"type": "object",
|
|
2337
|
+
"properties": {
|
|
2338
|
+
"disabled": {
|
|
2339
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2340
|
+
"type": "boolean",
|
|
2341
|
+
"title": "disabled"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
1496
2344
|
},
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
"type": "
|
|
1500
|
-
"
|
|
1501
|
-
|
|
1502
|
-
|
|
2345
|
+
"html": {
|
|
2346
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2347
|
+
"type": "object",
|
|
2348
|
+
"properties": {
|
|
2349
|
+
"disabled": {
|
|
2350
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2351
|
+
"type": "boolean",
|
|
2352
|
+
"title": "disabled"
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
"italic": {
|
|
2357
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2358
|
+
"type": "object",
|
|
2359
|
+
"properties": {
|
|
2360
|
+
"disabled": {
|
|
2361
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2362
|
+
"type": "boolean",
|
|
2363
|
+
"title": "disabled"
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
"ol_list": {
|
|
2368
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2369
|
+
"type": "object",
|
|
2370
|
+
"properties": {
|
|
2371
|
+
"disabled": {
|
|
2372
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2373
|
+
"type": "boolean",
|
|
2374
|
+
"title": "disabled"
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"redo": {
|
|
2379
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2380
|
+
"type": "object",
|
|
2381
|
+
"properties": {
|
|
2382
|
+
"disabled": {
|
|
2383
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2384
|
+
"type": "boolean",
|
|
2385
|
+
"title": "disabled"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2389
|
+
"strikethrough": {
|
|
2390
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2391
|
+
"type": "object",
|
|
2392
|
+
"properties": {
|
|
2393
|
+
"disabled": {
|
|
2394
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2395
|
+
"type": "boolean",
|
|
2396
|
+
"title": "disabled"
|
|
2397
|
+
}
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
"sub": {
|
|
2401
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2402
|
+
"type": "object",
|
|
2403
|
+
"properties": {
|
|
2404
|
+
"disabled": {
|
|
2405
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2406
|
+
"type": "boolean",
|
|
2407
|
+
"title": "disabled"
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
"sup": {
|
|
2412
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2413
|
+
"type": "object",
|
|
2414
|
+
"properties": {
|
|
2415
|
+
"disabled": {
|
|
2416
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2417
|
+
"type": "boolean",
|
|
2418
|
+
"title": "disabled"
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
"table": {
|
|
2423
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2424
|
+
"type": "object",
|
|
2425
|
+
"properties": {
|
|
2426
|
+
"disabled": {
|
|
2427
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2428
|
+
"type": "boolean",
|
|
2429
|
+
"title": "disabled"
|
|
2430
|
+
}
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
"ul_list": {
|
|
2434
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2435
|
+
"type": "object",
|
|
2436
|
+
"properties": {
|
|
2437
|
+
"disabled": {
|
|
2438
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2439
|
+
"type": "boolean",
|
|
2440
|
+
"title": "disabled"
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"underline": {
|
|
2445
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2446
|
+
"type": "object",
|
|
2447
|
+
"properties": {
|
|
2448
|
+
"disabled": {
|
|
2449
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2450
|
+
"type": "boolean",
|
|
2451
|
+
"title": "disabled"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
"undo": {
|
|
2456
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2457
|
+
"type": "object",
|
|
2458
|
+
"properties": {
|
|
2459
|
+
"disabled": {
|
|
2460
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2461
|
+
"type": "boolean",
|
|
2462
|
+
"title": "disabled"
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
"EditableHtmlButtonConfigure": {
|
|
2469
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2470
|
+
"type": "object",
|
|
2471
|
+
"properties": {
|
|
2472
|
+
"disabled": {
|
|
2473
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2474
|
+
"type": "boolean",
|
|
2475
|
+
"title": "disabled"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"CustomPlugin": {
|
|
2480
|
+
"title": "CustomPlugin",
|
|
2481
|
+
"type": "object",
|
|
2482
|
+
"properties": {
|
|
2483
|
+
"event": {
|
|
2484
|
+
"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\"",
|
|
2485
|
+
"type": "string",
|
|
2486
|
+
"title": "event"
|
|
2487
|
+
},
|
|
2488
|
+
"iconAlt": {
|
|
2489
|
+
"description": "The alt for the custom button icon",
|
|
2490
|
+
"type": "string",
|
|
2491
|
+
"title": "iconAlt"
|
|
2492
|
+
},
|
|
2493
|
+
"iconType": {
|
|
2494
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2495
|
+
"type": "string",
|
|
2496
|
+
"title": "iconType"
|
|
2497
|
+
},
|
|
2498
|
+
"icon": {
|
|
2499
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2500
|
+
"type": "string",
|
|
2501
|
+
"title": "icon"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
1503
2504
|
"required": [
|
|
1504
2505
|
"event",
|
|
1505
2506
|
"icon",
|
|
@@ -1651,18 +2652,532 @@
|
|
|
1651
2652
|
"title": "disabled"
|
|
1652
2653
|
}
|
|
1653
2654
|
}
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
"expandedInput": {
|
|
1658
|
-
"title": "EditableHtmlPluginConfigure",
|
|
1659
|
-
"type": "object",
|
|
1660
|
-
"properties": {
|
|
1661
|
-
"inputConfiguration": {
|
|
1662
|
-
"title": "EditableHtmlConfigureProp",
|
|
2655
|
+
},
|
|
2656
|
+
"languageCharacters": {
|
|
2657
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1663
2658
|
"type": "object",
|
|
1664
2659
|
"properties": {
|
|
1665
|
-
"
|
|
2660
|
+
"disabled": {
|
|
2661
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2662
|
+
"type": "boolean",
|
|
2663
|
+
"title": "disabled"
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
"bold": {
|
|
2668
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2669
|
+
"type": "object",
|
|
2670
|
+
"properties": {
|
|
2671
|
+
"disabled": {
|
|
2672
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2673
|
+
"type": "boolean",
|
|
2674
|
+
"title": "disabled"
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2678
|
+
"html": {
|
|
2679
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2680
|
+
"type": "object",
|
|
2681
|
+
"properties": {
|
|
2682
|
+
"disabled": {
|
|
2683
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2684
|
+
"type": "boolean",
|
|
2685
|
+
"title": "disabled"
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
"italic": {
|
|
2690
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2691
|
+
"type": "object",
|
|
2692
|
+
"properties": {
|
|
2693
|
+
"disabled": {
|
|
2694
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2695
|
+
"type": "boolean",
|
|
2696
|
+
"title": "disabled"
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"ol_list": {
|
|
2701
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2702
|
+
"type": "object",
|
|
2703
|
+
"properties": {
|
|
2704
|
+
"disabled": {
|
|
2705
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2706
|
+
"type": "boolean",
|
|
2707
|
+
"title": "disabled"
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2711
|
+
"redo": {
|
|
2712
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2713
|
+
"type": "object",
|
|
2714
|
+
"properties": {
|
|
2715
|
+
"disabled": {
|
|
2716
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2717
|
+
"type": "boolean",
|
|
2718
|
+
"title": "disabled"
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
"strikethrough": {
|
|
2723
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2724
|
+
"type": "object",
|
|
2725
|
+
"properties": {
|
|
2726
|
+
"disabled": {
|
|
2727
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2728
|
+
"type": "boolean",
|
|
2729
|
+
"title": "disabled"
|
|
2730
|
+
}
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
"sub": {
|
|
2734
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2735
|
+
"type": "object",
|
|
2736
|
+
"properties": {
|
|
2737
|
+
"disabled": {
|
|
2738
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2739
|
+
"type": "boolean",
|
|
2740
|
+
"title": "disabled"
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
"sup": {
|
|
2745
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2746
|
+
"type": "object",
|
|
2747
|
+
"properties": {
|
|
2748
|
+
"disabled": {
|
|
2749
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2750
|
+
"type": "boolean",
|
|
2751
|
+
"title": "disabled"
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"table": {
|
|
2756
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2757
|
+
"type": "object",
|
|
2758
|
+
"properties": {
|
|
2759
|
+
"disabled": {
|
|
2760
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2761
|
+
"type": "boolean",
|
|
2762
|
+
"title": "disabled"
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
2766
|
+
"ul_list": {
|
|
2767
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2768
|
+
"type": "object",
|
|
2769
|
+
"properties": {
|
|
2770
|
+
"disabled": {
|
|
2771
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2772
|
+
"type": "boolean",
|
|
2773
|
+
"title": "disabled"
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"underline": {
|
|
2778
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2779
|
+
"type": "object",
|
|
2780
|
+
"properties": {
|
|
2781
|
+
"disabled": {
|
|
2782
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2783
|
+
"type": "boolean",
|
|
2784
|
+
"title": "disabled"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"undo": {
|
|
2789
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2790
|
+
"type": "object",
|
|
2791
|
+
"properties": {
|
|
2792
|
+
"disabled": {
|
|
2793
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2794
|
+
"type": "boolean",
|
|
2795
|
+
"title": "disabled"
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
"expandedInput": {
|
|
2802
|
+
"title": "EditableHtmlPluginConfigure",
|
|
2803
|
+
"type": "object",
|
|
2804
|
+
"properties": {
|
|
2805
|
+
"inputConfiguration": {
|
|
2806
|
+
"title": "EditableHtmlConfigureProp",
|
|
2807
|
+
"type": "object",
|
|
2808
|
+
"properties": {
|
|
2809
|
+
"math": {
|
|
2810
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2811
|
+
"type": "object",
|
|
2812
|
+
"properties": {
|
|
2813
|
+
"disabled": {
|
|
2814
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2815
|
+
"type": "boolean",
|
|
2816
|
+
"title": "disabled"
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
},
|
|
2820
|
+
"audio": {
|
|
2821
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2822
|
+
"type": "object",
|
|
2823
|
+
"properties": {
|
|
2824
|
+
"disabled": {
|
|
2825
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2826
|
+
"type": "boolean",
|
|
2827
|
+
"title": "disabled"
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
"video": {
|
|
2832
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2833
|
+
"type": "object",
|
|
2834
|
+
"properties": {
|
|
2835
|
+
"disabled": {
|
|
2836
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2837
|
+
"type": "boolean",
|
|
2838
|
+
"title": "disabled"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
"image": {
|
|
2843
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2844
|
+
"type": "object",
|
|
2845
|
+
"properties": {
|
|
2846
|
+
"disabled": {
|
|
2847
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2848
|
+
"type": "boolean",
|
|
2849
|
+
"title": "disabled"
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"customPlugins": {
|
|
2854
|
+
"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.",
|
|
2855
|
+
"type": "array",
|
|
2856
|
+
"items": {
|
|
2857
|
+
"title": "CustomPlugin",
|
|
2858
|
+
"type": "object",
|
|
2859
|
+
"properties": {
|
|
2860
|
+
"event": {
|
|
2861
|
+
"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\"",
|
|
2862
|
+
"type": "string",
|
|
2863
|
+
"title": "event"
|
|
2864
|
+
},
|
|
2865
|
+
"iconAlt": {
|
|
2866
|
+
"description": "The alt for the custom button icon",
|
|
2867
|
+
"type": "string",
|
|
2868
|
+
"title": "iconAlt"
|
|
2869
|
+
},
|
|
2870
|
+
"iconType": {
|
|
2871
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2872
|
+
"type": "string",
|
|
2873
|
+
"title": "iconType"
|
|
2874
|
+
},
|
|
2875
|
+
"icon": {
|
|
2876
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2877
|
+
"type": "string",
|
|
2878
|
+
"title": "icon"
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
"required": [
|
|
2882
|
+
"event",
|
|
2883
|
+
"icon",
|
|
2884
|
+
"iconAlt",
|
|
2885
|
+
"iconType"
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
"title": "customPlugins"
|
|
2889
|
+
},
|
|
2890
|
+
"blockquote": {
|
|
2891
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2892
|
+
"type": "object",
|
|
2893
|
+
"properties": {
|
|
2894
|
+
"disabled": {
|
|
2895
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2896
|
+
"type": "boolean",
|
|
2897
|
+
"title": "disabled"
|
|
2898
|
+
}
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"h3": {
|
|
2902
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2903
|
+
"type": "object",
|
|
2904
|
+
"properties": {
|
|
2905
|
+
"disabled": {
|
|
2906
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2907
|
+
"type": "boolean",
|
|
2908
|
+
"title": "disabled"
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"languageCharacters": {
|
|
2913
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2914
|
+
"type": "object",
|
|
2915
|
+
"properties": {
|
|
2916
|
+
"disabled": {
|
|
2917
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2918
|
+
"type": "boolean",
|
|
2919
|
+
"title": "disabled"
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2923
|
+
"bold": {
|
|
2924
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2925
|
+
"type": "object",
|
|
2926
|
+
"properties": {
|
|
2927
|
+
"disabled": {
|
|
2928
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2929
|
+
"type": "boolean",
|
|
2930
|
+
"title": "disabled"
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
"html": {
|
|
2935
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2936
|
+
"type": "object",
|
|
2937
|
+
"properties": {
|
|
2938
|
+
"disabled": {
|
|
2939
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2940
|
+
"type": "boolean",
|
|
2941
|
+
"title": "disabled"
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
"italic": {
|
|
2946
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2947
|
+
"type": "object",
|
|
2948
|
+
"properties": {
|
|
2949
|
+
"disabled": {
|
|
2950
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2951
|
+
"type": "boolean",
|
|
2952
|
+
"title": "disabled"
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"ol_list": {
|
|
2957
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2958
|
+
"type": "object",
|
|
2959
|
+
"properties": {
|
|
2960
|
+
"disabled": {
|
|
2961
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2962
|
+
"type": "boolean",
|
|
2963
|
+
"title": "disabled"
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
"redo": {
|
|
2968
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2969
|
+
"type": "object",
|
|
2970
|
+
"properties": {
|
|
2971
|
+
"disabled": {
|
|
2972
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2973
|
+
"type": "boolean",
|
|
2974
|
+
"title": "disabled"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
"strikethrough": {
|
|
2979
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2980
|
+
"type": "object",
|
|
2981
|
+
"properties": {
|
|
2982
|
+
"disabled": {
|
|
2983
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2984
|
+
"type": "boolean",
|
|
2985
|
+
"title": "disabled"
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"sub": {
|
|
2990
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2991
|
+
"type": "object",
|
|
2992
|
+
"properties": {
|
|
2993
|
+
"disabled": {
|
|
2994
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2995
|
+
"type": "boolean",
|
|
2996
|
+
"title": "disabled"
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
"sup": {
|
|
3001
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3002
|
+
"type": "object",
|
|
3003
|
+
"properties": {
|
|
3004
|
+
"disabled": {
|
|
3005
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3006
|
+
"type": "boolean",
|
|
3007
|
+
"title": "disabled"
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
"table": {
|
|
3012
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3013
|
+
"type": "object",
|
|
3014
|
+
"properties": {
|
|
3015
|
+
"disabled": {
|
|
3016
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3017
|
+
"type": "boolean",
|
|
3018
|
+
"title": "disabled"
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
"ul_list": {
|
|
3023
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3024
|
+
"type": "object",
|
|
3025
|
+
"properties": {
|
|
3026
|
+
"disabled": {
|
|
3027
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3028
|
+
"type": "boolean",
|
|
3029
|
+
"title": "disabled"
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"underline": {
|
|
3034
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3035
|
+
"type": "object",
|
|
3036
|
+
"properties": {
|
|
3037
|
+
"disabled": {
|
|
3038
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3039
|
+
"type": "boolean",
|
|
3040
|
+
"title": "disabled"
|
|
3041
|
+
}
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
"undo": {
|
|
3045
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3046
|
+
"type": "object",
|
|
3047
|
+
"properties": {
|
|
3048
|
+
"disabled": {
|
|
3049
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3050
|
+
"type": "boolean",
|
|
3051
|
+
"title": "disabled"
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"settings": {
|
|
3058
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
3059
|
+
"type": "boolean",
|
|
3060
|
+
"title": "settings"
|
|
3061
|
+
},
|
|
3062
|
+
"label": {
|
|
3063
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
3064
|
+
"type": "string",
|
|
3065
|
+
"title": "label"
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"labelInput": {
|
|
3070
|
+
"title": "EditableHtmlPluginConfigure",
|
|
3071
|
+
"type": "object",
|
|
3072
|
+
"properties": {
|
|
3073
|
+
"inputConfiguration": {
|
|
3074
|
+
"title": "EditableHtmlConfigureProp",
|
|
3075
|
+
"type": "object",
|
|
3076
|
+
"properties": {
|
|
3077
|
+
"math": {
|
|
3078
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3079
|
+
"type": "object",
|
|
3080
|
+
"properties": {
|
|
3081
|
+
"disabled": {
|
|
3082
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3083
|
+
"type": "boolean",
|
|
3084
|
+
"title": "disabled"
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
"audio": {
|
|
3089
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3090
|
+
"type": "object",
|
|
3091
|
+
"properties": {
|
|
3092
|
+
"disabled": {
|
|
3093
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3094
|
+
"type": "boolean",
|
|
3095
|
+
"title": "disabled"
|
|
3096
|
+
}
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3099
|
+
"video": {
|
|
3100
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3101
|
+
"type": "object",
|
|
3102
|
+
"properties": {
|
|
3103
|
+
"disabled": {
|
|
3104
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3105
|
+
"type": "boolean",
|
|
3106
|
+
"title": "disabled"
|
|
3107
|
+
}
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
"image": {
|
|
3111
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3112
|
+
"type": "object",
|
|
3113
|
+
"properties": {
|
|
3114
|
+
"disabled": {
|
|
3115
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3116
|
+
"type": "boolean",
|
|
3117
|
+
"title": "disabled"
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
"customPlugins": {
|
|
3122
|
+
"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.",
|
|
3123
|
+
"type": "array",
|
|
3124
|
+
"items": {
|
|
3125
|
+
"title": "CustomPlugin",
|
|
3126
|
+
"type": "object",
|
|
3127
|
+
"properties": {
|
|
3128
|
+
"event": {
|
|
3129
|
+
"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\"",
|
|
3130
|
+
"type": "string",
|
|
3131
|
+
"title": "event"
|
|
3132
|
+
},
|
|
3133
|
+
"iconAlt": {
|
|
3134
|
+
"description": "The alt for the custom button icon",
|
|
3135
|
+
"type": "string",
|
|
3136
|
+
"title": "iconAlt"
|
|
3137
|
+
},
|
|
3138
|
+
"iconType": {
|
|
3139
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
3140
|
+
"type": "string",
|
|
3141
|
+
"title": "iconType"
|
|
3142
|
+
},
|
|
3143
|
+
"icon": {
|
|
3144
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
3145
|
+
"type": "string",
|
|
3146
|
+
"title": "icon"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
3149
|
+
"required": [
|
|
3150
|
+
"event",
|
|
3151
|
+
"icon",
|
|
3152
|
+
"iconAlt",
|
|
3153
|
+
"iconType"
|
|
3154
|
+
]
|
|
3155
|
+
},
|
|
3156
|
+
"title": "customPlugins"
|
|
3157
|
+
},
|
|
3158
|
+
"blockquote": {
|
|
3159
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3160
|
+
"type": "object",
|
|
3161
|
+
"properties": {
|
|
3162
|
+
"disabled": {
|
|
3163
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3164
|
+
"type": "boolean",
|
|
3165
|
+
"title": "disabled"
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"h3": {
|
|
3170
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3171
|
+
"type": "object",
|
|
3172
|
+
"properties": {
|
|
3173
|
+
"disabled": {
|
|
3174
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3175
|
+
"type": "boolean",
|
|
3176
|
+
"title": "disabled"
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"languageCharacters": {
|
|
1666
3181
|
"title": "EditableHtmlButtonConfigure",
|
|
1667
3182
|
"type": "object",
|
|
1668
3183
|
"properties": {
|
|
@@ -1673,7 +3188,7 @@
|
|
|
1673
3188
|
}
|
|
1674
3189
|
}
|
|
1675
3190
|
},
|
|
1676
|
-
"
|
|
3191
|
+
"bold": {
|
|
1677
3192
|
"title": "EditableHtmlButtonConfigure",
|
|
1678
3193
|
"type": "object",
|
|
1679
3194
|
"properties": {
|
|
@@ -1684,7 +3199,7 @@
|
|
|
1684
3199
|
}
|
|
1685
3200
|
}
|
|
1686
3201
|
},
|
|
1687
|
-
"
|
|
3202
|
+
"html": {
|
|
1688
3203
|
"title": "EditableHtmlButtonConfigure",
|
|
1689
3204
|
"type": "object",
|
|
1690
3205
|
"properties": {
|
|
@@ -1695,7 +3210,7 @@
|
|
|
1695
3210
|
}
|
|
1696
3211
|
}
|
|
1697
3212
|
},
|
|
1698
|
-
"
|
|
3213
|
+
"italic": {
|
|
1699
3214
|
"title": "EditableHtmlButtonConfigure",
|
|
1700
3215
|
"type": "object",
|
|
1701
3216
|
"properties": {
|
|
@@ -1706,44 +3221,7 @@
|
|
|
1706
3221
|
}
|
|
1707
3222
|
}
|
|
1708
3223
|
},
|
|
1709
|
-
"
|
|
1710
|
-
"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.",
|
|
1711
|
-
"type": "array",
|
|
1712
|
-
"items": {
|
|
1713
|
-
"title": "CustomPlugin",
|
|
1714
|
-
"type": "object",
|
|
1715
|
-
"properties": {
|
|
1716
|
-
"event": {
|
|
1717
|
-
"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\"",
|
|
1718
|
-
"type": "string",
|
|
1719
|
-
"title": "event"
|
|
1720
|
-
},
|
|
1721
|
-
"iconAlt": {
|
|
1722
|
-
"description": "The alt for the custom button icon",
|
|
1723
|
-
"type": "string",
|
|
1724
|
-
"title": "iconAlt"
|
|
1725
|
-
},
|
|
1726
|
-
"iconType": {
|
|
1727
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1728
|
-
"type": "string",
|
|
1729
|
-
"title": "iconType"
|
|
1730
|
-
},
|
|
1731
|
-
"icon": {
|
|
1732
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1733
|
-
"type": "string",
|
|
1734
|
-
"title": "icon"
|
|
1735
|
-
}
|
|
1736
|
-
},
|
|
1737
|
-
"required": [
|
|
1738
|
-
"event",
|
|
1739
|
-
"icon",
|
|
1740
|
-
"iconAlt",
|
|
1741
|
-
"iconType"
|
|
1742
|
-
]
|
|
1743
|
-
},
|
|
1744
|
-
"title": "customPlugins"
|
|
1745
|
-
},
|
|
1746
|
-
"blockquote": {
|
|
3224
|
+
"ol_list": {
|
|
1747
3225
|
"title": "EditableHtmlButtonConfigure",
|
|
1748
3226
|
"type": "object",
|
|
1749
3227
|
"properties": {
|
|
@@ -1754,7 +3232,7 @@
|
|
|
1754
3232
|
}
|
|
1755
3233
|
}
|
|
1756
3234
|
},
|
|
1757
|
-
"
|
|
3235
|
+
"redo": {
|
|
1758
3236
|
"title": "EditableHtmlButtonConfigure",
|
|
1759
3237
|
"type": "object",
|
|
1760
3238
|
"properties": {
|
|
@@ -1764,30 +3242,8 @@
|
|
|
1764
3242
|
"title": "disabled"
|
|
1765
3243
|
}
|
|
1766
3244
|
}
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
},
|
|
1770
|
-
"settings": {
|
|
1771
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1772
|
-
"type": "boolean",
|
|
1773
|
-
"title": "settings"
|
|
1774
|
-
},
|
|
1775
|
-
"label": {
|
|
1776
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1777
|
-
"type": "string",
|
|
1778
|
-
"title": "label"
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
"labelInput": {
|
|
1783
|
-
"title": "EditableHtmlPluginConfigure",
|
|
1784
|
-
"type": "object",
|
|
1785
|
-
"properties": {
|
|
1786
|
-
"inputConfiguration": {
|
|
1787
|
-
"title": "EditableHtmlConfigureProp",
|
|
1788
|
-
"type": "object",
|
|
1789
|
-
"properties": {
|
|
1790
|
-
"math": {
|
|
3245
|
+
},
|
|
3246
|
+
"strikethrough": {
|
|
1791
3247
|
"title": "EditableHtmlButtonConfigure",
|
|
1792
3248
|
"type": "object",
|
|
1793
3249
|
"properties": {
|
|
@@ -1798,7 +3254,7 @@
|
|
|
1798
3254
|
}
|
|
1799
3255
|
}
|
|
1800
3256
|
},
|
|
1801
|
-
"
|
|
3257
|
+
"sub": {
|
|
1802
3258
|
"title": "EditableHtmlButtonConfigure",
|
|
1803
3259
|
"type": "object",
|
|
1804
3260
|
"properties": {
|
|
@@ -1809,7 +3265,7 @@
|
|
|
1809
3265
|
}
|
|
1810
3266
|
}
|
|
1811
3267
|
},
|
|
1812
|
-
"
|
|
3268
|
+
"sup": {
|
|
1813
3269
|
"title": "EditableHtmlButtonConfigure",
|
|
1814
3270
|
"type": "object",
|
|
1815
3271
|
"properties": {
|
|
@@ -1820,7 +3276,7 @@
|
|
|
1820
3276
|
}
|
|
1821
3277
|
}
|
|
1822
3278
|
},
|
|
1823
|
-
"
|
|
3279
|
+
"table": {
|
|
1824
3280
|
"title": "EditableHtmlButtonConfigure",
|
|
1825
3281
|
"type": "object",
|
|
1826
3282
|
"properties": {
|
|
@@ -1831,44 +3287,18 @@
|
|
|
1831
3287
|
}
|
|
1832
3288
|
}
|
|
1833
3289
|
},
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"type": "
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
"
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
"title": "event"
|
|
1845
|
-
},
|
|
1846
|
-
"iconAlt": {
|
|
1847
|
-
"description": "The alt for the custom button icon",
|
|
1848
|
-
"type": "string",
|
|
1849
|
-
"title": "iconAlt"
|
|
1850
|
-
},
|
|
1851
|
-
"iconType": {
|
|
1852
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1853
|
-
"type": "string",
|
|
1854
|
-
"title": "iconType"
|
|
1855
|
-
},
|
|
1856
|
-
"icon": {
|
|
1857
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1858
|
-
"type": "string",
|
|
1859
|
-
"title": "icon"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"required": [
|
|
1863
|
-
"event",
|
|
1864
|
-
"icon",
|
|
1865
|
-
"iconAlt",
|
|
1866
|
-
"iconType"
|
|
1867
|
-
]
|
|
1868
|
-
},
|
|
1869
|
-
"title": "customPlugins"
|
|
3290
|
+
"ul_list": {
|
|
3291
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3292
|
+
"type": "object",
|
|
3293
|
+
"properties": {
|
|
3294
|
+
"disabled": {
|
|
3295
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3296
|
+
"type": "boolean",
|
|
3297
|
+
"title": "disabled"
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
1870
3300
|
},
|
|
1871
|
-
"
|
|
3301
|
+
"underline": {
|
|
1872
3302
|
"title": "EditableHtmlButtonConfigure",
|
|
1873
3303
|
"type": "object",
|
|
1874
3304
|
"properties": {
|
|
@@ -1879,7 +3309,7 @@
|
|
|
1879
3309
|
}
|
|
1880
3310
|
}
|
|
1881
3311
|
},
|
|
1882
|
-
"
|
|
3312
|
+
"undo": {
|
|
1883
3313
|
"title": "EditableHtmlButtonConfigure",
|
|
1884
3314
|
"type": "object",
|
|
1885
3315
|
"properties": {
|
|
@@ -2108,32 +3538,146 @@
|
|
|
2108
3538
|
"type": "number",
|
|
2109
3539
|
"title": "mmlOutput"
|
|
2110
3540
|
},
|
|
2111
|
-
"mmlEditing": {
|
|
2112
|
-
"description": "Indicates if mathML that's already in model should be editable",
|
|
2113
|
-
"type": "number",
|
|
2114
|
-
"title": "mmlEditing"
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
"maxMaxPoints": {
|
|
2119
|
-
"description": "Indicates the max limit for scoring points",
|
|
2120
|
-
"type": "number",
|
|
2121
|
-
"title": "maxMaxPoints"
|
|
2122
|
-
}
|
|
2123
|
-
},
|
|
2124
|
-
"required": [
|
|
2125
|
-
"width"
|
|
2126
|
-
]
|
|
2127
|
-
},
|
|
2128
|
-
"EditableHtmlPluginConfigure": {
|
|
2129
|
-
"title": "EditableHtmlPluginConfigure",
|
|
2130
|
-
"type": "object",
|
|
2131
|
-
"properties": {
|
|
2132
|
-
"inputConfiguration": {
|
|
2133
|
-
"title": "EditableHtmlConfigureProp",
|
|
2134
|
-
"type": "object",
|
|
2135
|
-
"properties": {
|
|
2136
|
-
"math": {
|
|
3541
|
+
"mmlEditing": {
|
|
3542
|
+
"description": "Indicates if mathML that's already in model should be editable",
|
|
3543
|
+
"type": "number",
|
|
3544
|
+
"title": "mmlEditing"
|
|
3545
|
+
}
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
"maxMaxPoints": {
|
|
3549
|
+
"description": "Indicates the max limit for scoring points",
|
|
3550
|
+
"type": "number",
|
|
3551
|
+
"title": "maxMaxPoints"
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
"required": [
|
|
3555
|
+
"width"
|
|
3556
|
+
]
|
|
3557
|
+
},
|
|
3558
|
+
"EditableHtmlPluginConfigure": {
|
|
3559
|
+
"title": "EditableHtmlPluginConfigure",
|
|
3560
|
+
"type": "object",
|
|
3561
|
+
"properties": {
|
|
3562
|
+
"inputConfiguration": {
|
|
3563
|
+
"title": "EditableHtmlConfigureProp",
|
|
3564
|
+
"type": "object",
|
|
3565
|
+
"properties": {
|
|
3566
|
+
"math": {
|
|
3567
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3568
|
+
"type": "object",
|
|
3569
|
+
"properties": {
|
|
3570
|
+
"disabled": {
|
|
3571
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3572
|
+
"type": "boolean",
|
|
3573
|
+
"title": "disabled"
|
|
3574
|
+
}
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
"audio": {
|
|
3578
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3579
|
+
"type": "object",
|
|
3580
|
+
"properties": {
|
|
3581
|
+
"disabled": {
|
|
3582
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3583
|
+
"type": "boolean",
|
|
3584
|
+
"title": "disabled"
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3587
|
+
},
|
|
3588
|
+
"video": {
|
|
3589
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3590
|
+
"type": "object",
|
|
3591
|
+
"properties": {
|
|
3592
|
+
"disabled": {
|
|
3593
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3594
|
+
"type": "boolean",
|
|
3595
|
+
"title": "disabled"
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"image": {
|
|
3600
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3601
|
+
"type": "object",
|
|
3602
|
+
"properties": {
|
|
3603
|
+
"disabled": {
|
|
3604
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3605
|
+
"type": "boolean",
|
|
3606
|
+
"title": "disabled"
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3610
|
+
"customPlugins": {
|
|
3611
|
+
"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.",
|
|
3612
|
+
"type": "array",
|
|
3613
|
+
"items": {
|
|
3614
|
+
"title": "CustomPlugin",
|
|
3615
|
+
"type": "object",
|
|
3616
|
+
"properties": {
|
|
3617
|
+
"event": {
|
|
3618
|
+
"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\"",
|
|
3619
|
+
"type": "string",
|
|
3620
|
+
"title": "event"
|
|
3621
|
+
},
|
|
3622
|
+
"iconAlt": {
|
|
3623
|
+
"description": "The alt for the custom button icon",
|
|
3624
|
+
"type": "string",
|
|
3625
|
+
"title": "iconAlt"
|
|
3626
|
+
},
|
|
3627
|
+
"iconType": {
|
|
3628
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
3629
|
+
"type": "string",
|
|
3630
|
+
"title": "iconType"
|
|
3631
|
+
},
|
|
3632
|
+
"icon": {
|
|
3633
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
3634
|
+
"type": "string",
|
|
3635
|
+
"title": "icon"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3638
|
+
"required": [
|
|
3639
|
+
"event",
|
|
3640
|
+
"icon",
|
|
3641
|
+
"iconAlt",
|
|
3642
|
+
"iconType"
|
|
3643
|
+
]
|
|
3644
|
+
},
|
|
3645
|
+
"title": "customPlugins"
|
|
3646
|
+
},
|
|
3647
|
+
"blockquote": {
|
|
3648
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3649
|
+
"type": "object",
|
|
3650
|
+
"properties": {
|
|
3651
|
+
"disabled": {
|
|
3652
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3653
|
+
"type": "boolean",
|
|
3654
|
+
"title": "disabled"
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
3658
|
+
"h3": {
|
|
3659
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3660
|
+
"type": "object",
|
|
3661
|
+
"properties": {
|
|
3662
|
+
"disabled": {
|
|
3663
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3664
|
+
"type": "boolean",
|
|
3665
|
+
"title": "disabled"
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3669
|
+
"languageCharacters": {
|
|
3670
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3671
|
+
"type": "object",
|
|
3672
|
+
"properties": {
|
|
3673
|
+
"disabled": {
|
|
3674
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3675
|
+
"type": "boolean",
|
|
3676
|
+
"title": "disabled"
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"bold": {
|
|
2137
3681
|
"title": "EditableHtmlButtonConfigure",
|
|
2138
3682
|
"type": "object",
|
|
2139
3683
|
"properties": {
|
|
@@ -2144,7 +3688,7 @@
|
|
|
2144
3688
|
}
|
|
2145
3689
|
}
|
|
2146
3690
|
},
|
|
2147
|
-
"
|
|
3691
|
+
"html": {
|
|
2148
3692
|
"title": "EditableHtmlButtonConfigure",
|
|
2149
3693
|
"type": "object",
|
|
2150
3694
|
"properties": {
|
|
@@ -2155,7 +3699,7 @@
|
|
|
2155
3699
|
}
|
|
2156
3700
|
}
|
|
2157
3701
|
},
|
|
2158
|
-
"
|
|
3702
|
+
"italic": {
|
|
2159
3703
|
"title": "EditableHtmlButtonConfigure",
|
|
2160
3704
|
"type": "object",
|
|
2161
3705
|
"properties": {
|
|
@@ -2166,7 +3710,7 @@
|
|
|
2166
3710
|
}
|
|
2167
3711
|
}
|
|
2168
3712
|
},
|
|
2169
|
-
"
|
|
3713
|
+
"ol_list": {
|
|
2170
3714
|
"title": "EditableHtmlButtonConfigure",
|
|
2171
3715
|
"type": "object",
|
|
2172
3716
|
"properties": {
|
|
@@ -2177,44 +3721,18 @@
|
|
|
2177
3721
|
}
|
|
2178
3722
|
}
|
|
2179
3723
|
},
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2182
|
-
"type": "
|
|
2183
|
-
"
|
|
2184
|
-
"
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
"
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
"title": "event"
|
|
2191
|
-
},
|
|
2192
|
-
"iconAlt": {
|
|
2193
|
-
"description": "The alt for the custom button icon",
|
|
2194
|
-
"type": "string",
|
|
2195
|
-
"title": "iconAlt"
|
|
2196
|
-
},
|
|
2197
|
-
"iconType": {
|
|
2198
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2199
|
-
"type": "string",
|
|
2200
|
-
"title": "iconType"
|
|
2201
|
-
},
|
|
2202
|
-
"icon": {
|
|
2203
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2204
|
-
"type": "string",
|
|
2205
|
-
"title": "icon"
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
"required": [
|
|
2209
|
-
"event",
|
|
2210
|
-
"icon",
|
|
2211
|
-
"iconAlt",
|
|
2212
|
-
"iconType"
|
|
2213
|
-
]
|
|
2214
|
-
},
|
|
2215
|
-
"title": "customPlugins"
|
|
3724
|
+
"redo": {
|
|
3725
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3726
|
+
"type": "object",
|
|
3727
|
+
"properties": {
|
|
3728
|
+
"disabled": {
|
|
3729
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3730
|
+
"type": "boolean",
|
|
3731
|
+
"title": "disabled"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
2216
3734
|
},
|
|
2217
|
-
"
|
|
3735
|
+
"strikethrough": {
|
|
2218
3736
|
"title": "EditableHtmlButtonConfigure",
|
|
2219
3737
|
"type": "object",
|
|
2220
3738
|
"properties": {
|
|
@@ -2225,7 +3743,62 @@
|
|
|
2225
3743
|
}
|
|
2226
3744
|
}
|
|
2227
3745
|
},
|
|
2228
|
-
"
|
|
3746
|
+
"sub": {
|
|
3747
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3748
|
+
"type": "object",
|
|
3749
|
+
"properties": {
|
|
3750
|
+
"disabled": {
|
|
3751
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3752
|
+
"type": "boolean",
|
|
3753
|
+
"title": "disabled"
|
|
3754
|
+
}
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
"sup": {
|
|
3758
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3759
|
+
"type": "object",
|
|
3760
|
+
"properties": {
|
|
3761
|
+
"disabled": {
|
|
3762
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3763
|
+
"type": "boolean",
|
|
3764
|
+
"title": "disabled"
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
},
|
|
3768
|
+
"table": {
|
|
3769
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3770
|
+
"type": "object",
|
|
3771
|
+
"properties": {
|
|
3772
|
+
"disabled": {
|
|
3773
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3774
|
+
"type": "boolean",
|
|
3775
|
+
"title": "disabled"
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"ul_list": {
|
|
3780
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3781
|
+
"type": "object",
|
|
3782
|
+
"properties": {
|
|
3783
|
+
"disabled": {
|
|
3784
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3785
|
+
"type": "boolean",
|
|
3786
|
+
"title": "disabled"
|
|
3787
|
+
}
|
|
3788
|
+
}
|
|
3789
|
+
},
|
|
3790
|
+
"underline": {
|
|
3791
|
+
"title": "EditableHtmlButtonConfigure",
|
|
3792
|
+
"type": "object",
|
|
3793
|
+
"properties": {
|
|
3794
|
+
"disabled": {
|
|
3795
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
3796
|
+
"type": "boolean",
|
|
3797
|
+
"title": "disabled"
|
|
3798
|
+
}
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
"undo": {
|
|
2229
3802
|
"title": "EditableHtmlButtonConfigure",
|
|
2230
3803
|
"type": "object",
|
|
2231
3804
|
"properties": {
|
|
@@ -2451,6 +4024,149 @@
|
|
|
2451
4024
|
"title": "disabled"
|
|
2452
4025
|
}
|
|
2453
4026
|
}
|
|
4027
|
+
},
|
|
4028
|
+
"languageCharacters": {
|
|
4029
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4030
|
+
"type": "object",
|
|
4031
|
+
"properties": {
|
|
4032
|
+
"disabled": {
|
|
4033
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4034
|
+
"type": "boolean",
|
|
4035
|
+
"title": "disabled"
|
|
4036
|
+
}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
"bold": {
|
|
4040
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4041
|
+
"type": "object",
|
|
4042
|
+
"properties": {
|
|
4043
|
+
"disabled": {
|
|
4044
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4045
|
+
"type": "boolean",
|
|
4046
|
+
"title": "disabled"
|
|
4047
|
+
}
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
4050
|
+
"html": {
|
|
4051
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4052
|
+
"type": "object",
|
|
4053
|
+
"properties": {
|
|
4054
|
+
"disabled": {
|
|
4055
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4056
|
+
"type": "boolean",
|
|
4057
|
+
"title": "disabled"
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"italic": {
|
|
4062
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4063
|
+
"type": "object",
|
|
4064
|
+
"properties": {
|
|
4065
|
+
"disabled": {
|
|
4066
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4067
|
+
"type": "boolean",
|
|
4068
|
+
"title": "disabled"
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
4072
|
+
"ol_list": {
|
|
4073
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4074
|
+
"type": "object",
|
|
4075
|
+
"properties": {
|
|
4076
|
+
"disabled": {
|
|
4077
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4078
|
+
"type": "boolean",
|
|
4079
|
+
"title": "disabled"
|
|
4080
|
+
}
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
"redo": {
|
|
4084
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4085
|
+
"type": "object",
|
|
4086
|
+
"properties": {
|
|
4087
|
+
"disabled": {
|
|
4088
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4089
|
+
"type": "boolean",
|
|
4090
|
+
"title": "disabled"
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
},
|
|
4094
|
+
"strikethrough": {
|
|
4095
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4096
|
+
"type": "object",
|
|
4097
|
+
"properties": {
|
|
4098
|
+
"disabled": {
|
|
4099
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4100
|
+
"type": "boolean",
|
|
4101
|
+
"title": "disabled"
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
4105
|
+
"sub": {
|
|
4106
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4107
|
+
"type": "object",
|
|
4108
|
+
"properties": {
|
|
4109
|
+
"disabled": {
|
|
4110
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4111
|
+
"type": "boolean",
|
|
4112
|
+
"title": "disabled"
|
|
4113
|
+
}
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4116
|
+
"sup": {
|
|
4117
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4118
|
+
"type": "object",
|
|
4119
|
+
"properties": {
|
|
4120
|
+
"disabled": {
|
|
4121
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4122
|
+
"type": "boolean",
|
|
4123
|
+
"title": "disabled"
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
"table": {
|
|
4128
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4129
|
+
"type": "object",
|
|
4130
|
+
"properties": {
|
|
4131
|
+
"disabled": {
|
|
4132
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4133
|
+
"type": "boolean",
|
|
4134
|
+
"title": "disabled"
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
},
|
|
4138
|
+
"ul_list": {
|
|
4139
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4140
|
+
"type": "object",
|
|
4141
|
+
"properties": {
|
|
4142
|
+
"disabled": {
|
|
4143
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4144
|
+
"type": "boolean",
|
|
4145
|
+
"title": "disabled"
|
|
4146
|
+
}
|
|
4147
|
+
}
|
|
4148
|
+
},
|
|
4149
|
+
"underline": {
|
|
4150
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4151
|
+
"type": "object",
|
|
4152
|
+
"properties": {
|
|
4153
|
+
"disabled": {
|
|
4154
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4155
|
+
"type": "boolean",
|
|
4156
|
+
"title": "disabled"
|
|
4157
|
+
}
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4160
|
+
"undo": {
|
|
4161
|
+
"title": "EditableHtmlButtonConfigure",
|
|
4162
|
+
"type": "object",
|
|
4163
|
+
"properties": {
|
|
4164
|
+
"disabled": {
|
|
4165
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
4166
|
+
"type": "boolean",
|
|
4167
|
+
"title": "disabled"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
2454
4170
|
}
|
|
2455
4171
|
}
|
|
2456
4172
|
},
|