@pie-element/fraction-model 2.0.2-next.21 → 2.0.2-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 +937 -116
- package/docs/config-schema.json.md +601 -1
- package/docs/pie-schema.json +752 -2
- package/docs/pie-schema.json.md +547 -1
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Config Object for",
|
|
2
|
+
"description": "Config Object for @pie-elements/fraction-model",
|
|
3
3
|
"additionalProperties": false,
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
@@ -87,6 +87,171 @@
|
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
89
|
"title": "customPlugins"
|
|
90
|
+
},
|
|
91
|
+
"blockquote": {
|
|
92
|
+
"title": "EditableHtmlButtonConfigure",
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"disabled": {
|
|
96
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"title": "disabled"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"h3": {
|
|
103
|
+
"title": "EditableHtmlButtonConfigure",
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"disabled": {
|
|
107
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"title": "disabled"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"characters": {
|
|
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
|
+
}
|
|
90
255
|
}
|
|
91
256
|
}
|
|
92
257
|
},
|
|
@@ -178,6 +343,171 @@
|
|
|
178
343
|
]
|
|
179
344
|
},
|
|
180
345
|
"title": "customPlugins"
|
|
346
|
+
},
|
|
347
|
+
"blockquote": {
|
|
348
|
+
"title": "EditableHtmlButtonConfigure",
|
|
349
|
+
"type": "object",
|
|
350
|
+
"properties": {
|
|
351
|
+
"disabled": {
|
|
352
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
353
|
+
"type": "boolean",
|
|
354
|
+
"title": "disabled"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"h3": {
|
|
359
|
+
"title": "EditableHtmlButtonConfigure",
|
|
360
|
+
"type": "object",
|
|
361
|
+
"properties": {
|
|
362
|
+
"disabled": {
|
|
363
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
364
|
+
"type": "boolean",
|
|
365
|
+
"title": "disabled"
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"characters": {
|
|
370
|
+
"title": "EditableHtmlButtonConfigure",
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {
|
|
373
|
+
"disabled": {
|
|
374
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
375
|
+
"type": "boolean",
|
|
376
|
+
"title": "disabled"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"bold": {
|
|
381
|
+
"title": "EditableHtmlButtonConfigure",
|
|
382
|
+
"type": "object",
|
|
383
|
+
"properties": {
|
|
384
|
+
"disabled": {
|
|
385
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
386
|
+
"type": "boolean",
|
|
387
|
+
"title": "disabled"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"html": {
|
|
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
|
+
"italic": {
|
|
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
|
+
"ol_list": {
|
|
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
|
+
"redo": {
|
|
425
|
+
"title": "EditableHtmlButtonConfigure",
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"disabled": {
|
|
429
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
430
|
+
"type": "boolean",
|
|
431
|
+
"title": "disabled"
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"strikethrough": {
|
|
436
|
+
"title": "EditableHtmlButtonConfigure",
|
|
437
|
+
"type": "object",
|
|
438
|
+
"properties": {
|
|
439
|
+
"disabled": {
|
|
440
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
441
|
+
"type": "boolean",
|
|
442
|
+
"title": "disabled"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"sub": {
|
|
447
|
+
"title": "EditableHtmlButtonConfigure",
|
|
448
|
+
"type": "object",
|
|
449
|
+
"properties": {
|
|
450
|
+
"disabled": {
|
|
451
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
452
|
+
"type": "boolean",
|
|
453
|
+
"title": "disabled"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"sup": {
|
|
458
|
+
"title": "EditableHtmlButtonConfigure",
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {
|
|
461
|
+
"disabled": {
|
|
462
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
463
|
+
"type": "boolean",
|
|
464
|
+
"title": "disabled"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"table": {
|
|
469
|
+
"title": "EditableHtmlButtonConfigure",
|
|
470
|
+
"type": "object",
|
|
471
|
+
"properties": {
|
|
472
|
+
"disabled": {
|
|
473
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
474
|
+
"type": "boolean",
|
|
475
|
+
"title": "disabled"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"ul_list": {
|
|
480
|
+
"title": "EditableHtmlButtonConfigure",
|
|
481
|
+
"type": "object",
|
|
482
|
+
"properties": {
|
|
483
|
+
"disabled": {
|
|
484
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
485
|
+
"type": "boolean",
|
|
486
|
+
"title": "disabled"
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"underline": {
|
|
491
|
+
"title": "EditableHtmlButtonConfigure",
|
|
492
|
+
"type": "object",
|
|
493
|
+
"properties": {
|
|
494
|
+
"disabled": {
|
|
495
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
496
|
+
"type": "boolean",
|
|
497
|
+
"title": "disabled"
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"undo": {
|
|
502
|
+
"title": "EditableHtmlButtonConfigure",
|
|
503
|
+
"type": "object",
|
|
504
|
+
"properties": {
|
|
505
|
+
"disabled": {
|
|
506
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
507
|
+
"type": "boolean",
|
|
508
|
+
"title": "disabled"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
181
511
|
}
|
|
182
512
|
}
|
|
183
513
|
},
|
|
@@ -212,7 +542,187 @@
|
|
|
212
542
|
}
|
|
213
543
|
}
|
|
214
544
|
},
|
|
215
|
-
"audio": {
|
|
545
|
+
"audio": {
|
|
546
|
+
"title": "EditableHtmlButtonConfigure",
|
|
547
|
+
"type": "object",
|
|
548
|
+
"properties": {
|
|
549
|
+
"disabled": {
|
|
550
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"title": "disabled"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"video": {
|
|
557
|
+
"title": "EditableHtmlButtonConfigure",
|
|
558
|
+
"type": "object",
|
|
559
|
+
"properties": {
|
|
560
|
+
"disabled": {
|
|
561
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
562
|
+
"type": "boolean",
|
|
563
|
+
"title": "disabled"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"image": {
|
|
568
|
+
"title": "EditableHtmlButtonConfigure",
|
|
569
|
+
"type": "object",
|
|
570
|
+
"properties": {
|
|
571
|
+
"disabled": {
|
|
572
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
573
|
+
"type": "boolean",
|
|
574
|
+
"title": "disabled"
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"customPlugins": {
|
|
579
|
+
"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.",
|
|
580
|
+
"type": "array",
|
|
581
|
+
"items": {
|
|
582
|
+
"title": "CustomPlugin",
|
|
583
|
+
"type": "object",
|
|
584
|
+
"properties": {
|
|
585
|
+
"event": {
|
|
586
|
+
"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\"",
|
|
587
|
+
"type": "string",
|
|
588
|
+
"title": "event"
|
|
589
|
+
},
|
|
590
|
+
"iconAlt": {
|
|
591
|
+
"description": "The alt for the custom button icon",
|
|
592
|
+
"type": "string",
|
|
593
|
+
"title": "iconAlt"
|
|
594
|
+
},
|
|
595
|
+
"iconType": {
|
|
596
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
597
|
+
"type": "string",
|
|
598
|
+
"title": "iconType"
|
|
599
|
+
},
|
|
600
|
+
"icon": {
|
|
601
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
602
|
+
"type": "string",
|
|
603
|
+
"title": "icon"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"required": [
|
|
607
|
+
"event",
|
|
608
|
+
"icon",
|
|
609
|
+
"iconAlt",
|
|
610
|
+
"iconType"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"title": "customPlugins"
|
|
614
|
+
},
|
|
615
|
+
"blockquote": {
|
|
616
|
+
"title": "EditableHtmlButtonConfigure",
|
|
617
|
+
"type": "object",
|
|
618
|
+
"properties": {
|
|
619
|
+
"disabled": {
|
|
620
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"title": "disabled"
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"h3": {
|
|
627
|
+
"title": "EditableHtmlButtonConfigure",
|
|
628
|
+
"type": "object",
|
|
629
|
+
"properties": {
|
|
630
|
+
"disabled": {
|
|
631
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"title": "disabled"
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"characters": {
|
|
638
|
+
"title": "EditableHtmlButtonConfigure",
|
|
639
|
+
"type": "object",
|
|
640
|
+
"properties": {
|
|
641
|
+
"disabled": {
|
|
642
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
643
|
+
"type": "boolean",
|
|
644
|
+
"title": "disabled"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"bold": {
|
|
649
|
+
"title": "EditableHtmlButtonConfigure",
|
|
650
|
+
"type": "object",
|
|
651
|
+
"properties": {
|
|
652
|
+
"disabled": {
|
|
653
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
654
|
+
"type": "boolean",
|
|
655
|
+
"title": "disabled"
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"html": {
|
|
660
|
+
"title": "EditableHtmlButtonConfigure",
|
|
661
|
+
"type": "object",
|
|
662
|
+
"properties": {
|
|
663
|
+
"disabled": {
|
|
664
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
665
|
+
"type": "boolean",
|
|
666
|
+
"title": "disabled"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"italic": {
|
|
671
|
+
"title": "EditableHtmlButtonConfigure",
|
|
672
|
+
"type": "object",
|
|
673
|
+
"properties": {
|
|
674
|
+
"disabled": {
|
|
675
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
676
|
+
"type": "boolean",
|
|
677
|
+
"title": "disabled"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"ol_list": {
|
|
682
|
+
"title": "EditableHtmlButtonConfigure",
|
|
683
|
+
"type": "object",
|
|
684
|
+
"properties": {
|
|
685
|
+
"disabled": {
|
|
686
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
687
|
+
"type": "boolean",
|
|
688
|
+
"title": "disabled"
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"redo": {
|
|
693
|
+
"title": "EditableHtmlButtonConfigure",
|
|
694
|
+
"type": "object",
|
|
695
|
+
"properties": {
|
|
696
|
+
"disabled": {
|
|
697
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
698
|
+
"type": "boolean",
|
|
699
|
+
"title": "disabled"
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
"strikethrough": {
|
|
704
|
+
"title": "EditableHtmlButtonConfigure",
|
|
705
|
+
"type": "object",
|
|
706
|
+
"properties": {
|
|
707
|
+
"disabled": {
|
|
708
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
709
|
+
"type": "boolean",
|
|
710
|
+
"title": "disabled"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
"sub": {
|
|
715
|
+
"title": "EditableHtmlButtonConfigure",
|
|
716
|
+
"type": "object",
|
|
717
|
+
"properties": {
|
|
718
|
+
"disabled": {
|
|
719
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
720
|
+
"type": "boolean",
|
|
721
|
+
"title": "disabled"
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"sup": {
|
|
216
726
|
"title": "EditableHtmlButtonConfigure",
|
|
217
727
|
"type": "object",
|
|
218
728
|
"properties": {
|
|
@@ -223,7 +733,7 @@
|
|
|
223
733
|
}
|
|
224
734
|
}
|
|
225
735
|
},
|
|
226
|
-
"
|
|
736
|
+
"table": {
|
|
227
737
|
"title": "EditableHtmlButtonConfigure",
|
|
228
738
|
"type": "object",
|
|
229
739
|
"properties": {
|
|
@@ -234,7 +744,7 @@
|
|
|
234
744
|
}
|
|
235
745
|
}
|
|
236
746
|
},
|
|
237
|
-
"
|
|
747
|
+
"ul_list": {
|
|
238
748
|
"title": "EditableHtmlButtonConfigure",
|
|
239
749
|
"type": "object",
|
|
240
750
|
"properties": {
|
|
@@ -245,42 +755,27 @@
|
|
|
245
755
|
}
|
|
246
756
|
}
|
|
247
757
|
},
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"type": "
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
},
|
|
270
|
-
"icon": {
|
|
271
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
272
|
-
"type": "string",
|
|
273
|
-
"title": "icon"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
"required": [
|
|
277
|
-
"event",
|
|
278
|
-
"icon",
|
|
279
|
-
"iconAlt",
|
|
280
|
-
"iconType"
|
|
281
|
-
]
|
|
282
|
-
},
|
|
283
|
-
"title": "customPlugins"
|
|
758
|
+
"underline": {
|
|
759
|
+
"title": "EditableHtmlButtonConfigure",
|
|
760
|
+
"type": "object",
|
|
761
|
+
"properties": {
|
|
762
|
+
"disabled": {
|
|
763
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
764
|
+
"type": "boolean",
|
|
765
|
+
"title": "disabled"
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
"undo": {
|
|
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
|
+
}
|
|
284
779
|
}
|
|
285
780
|
}
|
|
286
781
|
},
|
|
@@ -491,10 +986,6 @@
|
|
|
491
986
|
"promptLabel": {
|
|
492
987
|
"description": "The label for the item stem/prompt field",
|
|
493
988
|
"default": "Item Stemm",
|
|
494
|
-
"examples": [
|
|
495
|
-
"Question Prompt",
|
|
496
|
-
"Item Stem"
|
|
497
|
-
],
|
|
498
989
|
"type": "string",
|
|
499
990
|
"title": "promptLabel"
|
|
500
991
|
},
|
|
@@ -521,40 +1012,220 @@
|
|
|
521
1012
|
],
|
|
522
1013
|
"title": "maxWidth"
|
|
523
1014
|
},
|
|
524
|
-
"minHeight": {
|
|
525
|
-
"description": "Indicates the min height of the authoring container",
|
|
526
|
-
"default": "undefined",
|
|
527
|
-
"type": [
|
|
528
|
-
"string",
|
|
529
|
-
"number"
|
|
530
|
-
],
|
|
531
|
-
"title": "minHeight"
|
|
1015
|
+
"minHeight": {
|
|
1016
|
+
"description": "Indicates the min height of the authoring container",
|
|
1017
|
+
"default": "undefined",
|
|
1018
|
+
"type": [
|
|
1019
|
+
"string",
|
|
1020
|
+
"number"
|
|
1021
|
+
],
|
|
1022
|
+
"title": "minHeight"
|
|
1023
|
+
},
|
|
1024
|
+
"minWidth": {
|
|
1025
|
+
"description": "Indicates the min width of the authoring container",
|
|
1026
|
+
"default": "undefined",
|
|
1027
|
+
"type": [
|
|
1028
|
+
"string",
|
|
1029
|
+
"number"
|
|
1030
|
+
],
|
|
1031
|
+
"title": "minWidth"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"title": "contentDimensions"
|
|
1035
|
+
},
|
|
1036
|
+
"settingsPartialScoring": {
|
|
1037
|
+
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
1038
|
+
"default": true,
|
|
1039
|
+
"type": "boolean",
|
|
1040
|
+
"title": "settingsPartialScoring"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"definitions": {
|
|
1044
|
+
"EditableHtmlConfigureProp": {
|
|
1045
|
+
"title": "EditableHtmlConfigureProp",
|
|
1046
|
+
"type": "object",
|
|
1047
|
+
"properties": {
|
|
1048
|
+
"math": {
|
|
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
|
+
"audio": {
|
|
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
|
+
"video": {
|
|
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
|
+
"image": {
|
|
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
|
+
"customPlugins": {
|
|
1093
|
+
"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.",
|
|
1094
|
+
"type": "array",
|
|
1095
|
+
"items": {
|
|
1096
|
+
"title": "CustomPlugin",
|
|
1097
|
+
"type": "object",
|
|
1098
|
+
"properties": {
|
|
1099
|
+
"event": {
|
|
1100
|
+
"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\"",
|
|
1101
|
+
"type": "string",
|
|
1102
|
+
"title": "event"
|
|
1103
|
+
},
|
|
1104
|
+
"iconAlt": {
|
|
1105
|
+
"description": "The alt for the custom button icon",
|
|
1106
|
+
"type": "string",
|
|
1107
|
+
"title": "iconAlt"
|
|
1108
|
+
},
|
|
1109
|
+
"iconType": {
|
|
1110
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1111
|
+
"type": "string",
|
|
1112
|
+
"title": "iconType"
|
|
1113
|
+
},
|
|
1114
|
+
"icon": {
|
|
1115
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1116
|
+
"type": "string",
|
|
1117
|
+
"title": "icon"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"required": [
|
|
1121
|
+
"event",
|
|
1122
|
+
"icon",
|
|
1123
|
+
"iconAlt",
|
|
1124
|
+
"iconType"
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
"title": "customPlugins"
|
|
1128
|
+
},
|
|
1129
|
+
"blockquote": {
|
|
1130
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1131
|
+
"type": "object",
|
|
1132
|
+
"properties": {
|
|
1133
|
+
"disabled": {
|
|
1134
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1135
|
+
"type": "boolean",
|
|
1136
|
+
"title": "disabled"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"h3": {
|
|
1141
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1142
|
+
"type": "object",
|
|
1143
|
+
"properties": {
|
|
1144
|
+
"disabled": {
|
|
1145
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1146
|
+
"type": "boolean",
|
|
1147
|
+
"title": "disabled"
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"characters": {
|
|
1152
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1153
|
+
"type": "object",
|
|
1154
|
+
"properties": {
|
|
1155
|
+
"disabled": {
|
|
1156
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1157
|
+
"type": "boolean",
|
|
1158
|
+
"title": "disabled"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"bold": {
|
|
1163
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1164
|
+
"type": "object",
|
|
1165
|
+
"properties": {
|
|
1166
|
+
"disabled": {
|
|
1167
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1168
|
+
"type": "boolean",
|
|
1169
|
+
"title": "disabled"
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"html": {
|
|
1174
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1175
|
+
"type": "object",
|
|
1176
|
+
"properties": {
|
|
1177
|
+
"disabled": {
|
|
1178
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1179
|
+
"type": "boolean",
|
|
1180
|
+
"title": "disabled"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"italic": {
|
|
1185
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1186
|
+
"type": "object",
|
|
1187
|
+
"properties": {
|
|
1188
|
+
"disabled": {
|
|
1189
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1190
|
+
"type": "boolean",
|
|
1191
|
+
"title": "disabled"
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"ol_list": {
|
|
1196
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1197
|
+
"type": "object",
|
|
1198
|
+
"properties": {
|
|
1199
|
+
"disabled": {
|
|
1200
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1201
|
+
"type": "boolean",
|
|
1202
|
+
"title": "disabled"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"redo": {
|
|
1207
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1208
|
+
"type": "object",
|
|
1209
|
+
"properties": {
|
|
1210
|
+
"disabled": {
|
|
1211
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1212
|
+
"type": "boolean",
|
|
1213
|
+
"title": "disabled"
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"strikethrough": {
|
|
1218
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1219
|
+
"type": "object",
|
|
1220
|
+
"properties": {
|
|
1221
|
+
"disabled": {
|
|
1222
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1223
|
+
"type": "boolean",
|
|
1224
|
+
"title": "disabled"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
532
1227
|
},
|
|
533
|
-
"
|
|
534
|
-
"description": "Indicates the min width of the authoring container",
|
|
535
|
-
"default": "undefined",
|
|
536
|
-
"type": [
|
|
537
|
-
"string",
|
|
538
|
-
"number"
|
|
539
|
-
],
|
|
540
|
-
"title": "minWidth"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"title": "contentDimensions"
|
|
544
|
-
},
|
|
545
|
-
"settingsPartialScoring": {
|
|
546
|
-
"description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
|
|
547
|
-
"default": true,
|
|
548
|
-
"type": "boolean",
|
|
549
|
-
"title": "settingsPartialScoring"
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
"definitions": {
|
|
553
|
-
"EditableHtmlConfigureProp": {
|
|
554
|
-
"title": "EditableHtmlConfigureProp",
|
|
555
|
-
"type": "object",
|
|
556
|
-
"properties": {
|
|
557
|
-
"math": {
|
|
1228
|
+
"sub": {
|
|
558
1229
|
"title": "EditableHtmlButtonConfigure",
|
|
559
1230
|
"type": "object",
|
|
560
1231
|
"properties": {
|
|
@@ -565,7 +1236,7 @@
|
|
|
565
1236
|
}
|
|
566
1237
|
}
|
|
567
1238
|
},
|
|
568
|
-
"
|
|
1239
|
+
"sup": {
|
|
569
1240
|
"title": "EditableHtmlButtonConfigure",
|
|
570
1241
|
"type": "object",
|
|
571
1242
|
"properties": {
|
|
@@ -576,7 +1247,7 @@
|
|
|
576
1247
|
}
|
|
577
1248
|
}
|
|
578
1249
|
},
|
|
579
|
-
"
|
|
1250
|
+
"table": {
|
|
580
1251
|
"title": "EditableHtmlButtonConfigure",
|
|
581
1252
|
"type": "object",
|
|
582
1253
|
"properties": {
|
|
@@ -587,7 +1258,7 @@
|
|
|
587
1258
|
}
|
|
588
1259
|
}
|
|
589
1260
|
},
|
|
590
|
-
"
|
|
1261
|
+
"ul_list": {
|
|
591
1262
|
"title": "EditableHtmlButtonConfigure",
|
|
592
1263
|
"type": "object",
|
|
593
1264
|
"properties": {
|
|
@@ -598,42 +1269,27 @@
|
|
|
598
1269
|
}
|
|
599
1270
|
}
|
|
600
1271
|
},
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"type": "
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
"
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
},
|
|
623
|
-
"icon": {
|
|
624
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
625
|
-
"type": "string",
|
|
626
|
-
"title": "icon"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
"required": [
|
|
630
|
-
"event",
|
|
631
|
-
"icon",
|
|
632
|
-
"iconAlt",
|
|
633
|
-
"iconType"
|
|
634
|
-
]
|
|
635
|
-
},
|
|
636
|
-
"title": "customPlugins"
|
|
1272
|
+
"underline": {
|
|
1273
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1274
|
+
"type": "object",
|
|
1275
|
+
"properties": {
|
|
1276
|
+
"disabled": {
|
|
1277
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1278
|
+
"type": "boolean",
|
|
1279
|
+
"title": "disabled"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"undo": {
|
|
1284
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1285
|
+
"type": "object",
|
|
1286
|
+
"properties": {
|
|
1287
|
+
"disabled": {
|
|
1288
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1289
|
+
"type": "boolean",
|
|
1290
|
+
"title": "disabled"
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
637
1293
|
}
|
|
638
1294
|
}
|
|
639
1295
|
},
|
|
@@ -768,6 +1424,171 @@
|
|
|
768
1424
|
]
|
|
769
1425
|
},
|
|
770
1426
|
"title": "customPlugins"
|
|
1427
|
+
},
|
|
1428
|
+
"blockquote": {
|
|
1429
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1430
|
+
"type": "object",
|
|
1431
|
+
"properties": {
|
|
1432
|
+
"disabled": {
|
|
1433
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1434
|
+
"type": "boolean",
|
|
1435
|
+
"title": "disabled"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"h3": {
|
|
1440
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"disabled": {
|
|
1444
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1445
|
+
"type": "boolean",
|
|
1446
|
+
"title": "disabled"
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
"characters": {
|
|
1451
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1452
|
+
"type": "object",
|
|
1453
|
+
"properties": {
|
|
1454
|
+
"disabled": {
|
|
1455
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1456
|
+
"type": "boolean",
|
|
1457
|
+
"title": "disabled"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
"bold": {
|
|
1462
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1463
|
+
"type": "object",
|
|
1464
|
+
"properties": {
|
|
1465
|
+
"disabled": {
|
|
1466
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1467
|
+
"type": "boolean",
|
|
1468
|
+
"title": "disabled"
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"html": {
|
|
1473
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1474
|
+
"type": "object",
|
|
1475
|
+
"properties": {
|
|
1476
|
+
"disabled": {
|
|
1477
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1478
|
+
"type": "boolean",
|
|
1479
|
+
"title": "disabled"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"italic": {
|
|
1484
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1485
|
+
"type": "object",
|
|
1486
|
+
"properties": {
|
|
1487
|
+
"disabled": {
|
|
1488
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1489
|
+
"type": "boolean",
|
|
1490
|
+
"title": "disabled"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"ol_list": {
|
|
1495
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1496
|
+
"type": "object",
|
|
1497
|
+
"properties": {
|
|
1498
|
+
"disabled": {
|
|
1499
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1500
|
+
"type": "boolean",
|
|
1501
|
+
"title": "disabled"
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"redo": {
|
|
1506
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1507
|
+
"type": "object",
|
|
1508
|
+
"properties": {
|
|
1509
|
+
"disabled": {
|
|
1510
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1511
|
+
"type": "boolean",
|
|
1512
|
+
"title": "disabled"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"strikethrough": {
|
|
1517
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1518
|
+
"type": "object",
|
|
1519
|
+
"properties": {
|
|
1520
|
+
"disabled": {
|
|
1521
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1522
|
+
"type": "boolean",
|
|
1523
|
+
"title": "disabled"
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"sub": {
|
|
1528
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1529
|
+
"type": "object",
|
|
1530
|
+
"properties": {
|
|
1531
|
+
"disabled": {
|
|
1532
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1533
|
+
"type": "boolean",
|
|
1534
|
+
"title": "disabled"
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"sup": {
|
|
1539
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1540
|
+
"type": "object",
|
|
1541
|
+
"properties": {
|
|
1542
|
+
"disabled": {
|
|
1543
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1544
|
+
"type": "boolean",
|
|
1545
|
+
"title": "disabled"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"table": {
|
|
1550
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1551
|
+
"type": "object",
|
|
1552
|
+
"properties": {
|
|
1553
|
+
"disabled": {
|
|
1554
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1555
|
+
"type": "boolean",
|
|
1556
|
+
"title": "disabled"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"ul_list": {
|
|
1561
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1562
|
+
"type": "object",
|
|
1563
|
+
"properties": {
|
|
1564
|
+
"disabled": {
|
|
1565
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1566
|
+
"type": "boolean",
|
|
1567
|
+
"title": "disabled"
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
"underline": {
|
|
1572
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1573
|
+
"type": "object",
|
|
1574
|
+
"properties": {
|
|
1575
|
+
"disabled": {
|
|
1576
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1577
|
+
"type": "boolean",
|
|
1578
|
+
"title": "disabled"
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"undo": {
|
|
1583
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1584
|
+
"type": "object",
|
|
1585
|
+
"properties": {
|
|
1586
|
+
"disabled": {
|
|
1587
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1588
|
+
"type": "boolean",
|
|
1589
|
+
"title": "disabled"
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
771
1592
|
}
|
|
772
1593
|
}
|
|
773
1594
|
},
|