@pie-element/multiple-choice 8.24.3-next.17 → 8.24.3-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/config-schema.json +1668 -381
- package/docs/config-schema.json.md +952 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -132,6 +132,149 @@
|
|
|
132
132
|
"title": "disabled"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
+
},
|
|
136
|
+
"languageCharacters": {
|
|
137
|
+
"title": "EditableHtmlButtonConfigure",
|
|
138
|
+
"type": "object",
|
|
139
|
+
"properties": {
|
|
140
|
+
"disabled": {
|
|
141
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
142
|
+
"type": "boolean",
|
|
143
|
+
"title": "disabled"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"bold": {
|
|
148
|
+
"title": "EditableHtmlButtonConfigure",
|
|
149
|
+
"type": "object",
|
|
150
|
+
"properties": {
|
|
151
|
+
"disabled": {
|
|
152
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
153
|
+
"type": "boolean",
|
|
154
|
+
"title": "disabled"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"html": {
|
|
159
|
+
"title": "EditableHtmlButtonConfigure",
|
|
160
|
+
"type": "object",
|
|
161
|
+
"properties": {
|
|
162
|
+
"disabled": {
|
|
163
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
164
|
+
"type": "boolean",
|
|
165
|
+
"title": "disabled"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"italic": {
|
|
170
|
+
"title": "EditableHtmlButtonConfigure",
|
|
171
|
+
"type": "object",
|
|
172
|
+
"properties": {
|
|
173
|
+
"disabled": {
|
|
174
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
175
|
+
"type": "boolean",
|
|
176
|
+
"title": "disabled"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"ol_list": {
|
|
181
|
+
"title": "EditableHtmlButtonConfigure",
|
|
182
|
+
"type": "object",
|
|
183
|
+
"properties": {
|
|
184
|
+
"disabled": {
|
|
185
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
186
|
+
"type": "boolean",
|
|
187
|
+
"title": "disabled"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"redo": {
|
|
192
|
+
"title": "EditableHtmlButtonConfigure",
|
|
193
|
+
"type": "object",
|
|
194
|
+
"properties": {
|
|
195
|
+
"disabled": {
|
|
196
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
197
|
+
"type": "boolean",
|
|
198
|
+
"title": "disabled"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"strikethrough": {
|
|
203
|
+
"title": "EditableHtmlButtonConfigure",
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {
|
|
206
|
+
"disabled": {
|
|
207
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
208
|
+
"type": "boolean",
|
|
209
|
+
"title": "disabled"
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"sub": {
|
|
214
|
+
"title": "EditableHtmlButtonConfigure",
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"disabled": {
|
|
218
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
219
|
+
"type": "boolean",
|
|
220
|
+
"title": "disabled"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"sup": {
|
|
225
|
+
"title": "EditableHtmlButtonConfigure",
|
|
226
|
+
"type": "object",
|
|
227
|
+
"properties": {
|
|
228
|
+
"disabled": {
|
|
229
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
230
|
+
"type": "boolean",
|
|
231
|
+
"title": "disabled"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"table": {
|
|
236
|
+
"title": "EditableHtmlButtonConfigure",
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"disabled": {
|
|
240
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
241
|
+
"type": "boolean",
|
|
242
|
+
"title": "disabled"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"ul_list": {
|
|
247
|
+
"title": "EditableHtmlButtonConfigure",
|
|
248
|
+
"type": "object",
|
|
249
|
+
"properties": {
|
|
250
|
+
"disabled": {
|
|
251
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
252
|
+
"type": "boolean",
|
|
253
|
+
"title": "disabled"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"underline": {
|
|
258
|
+
"title": "EditableHtmlButtonConfigure",
|
|
259
|
+
"type": "object",
|
|
260
|
+
"properties": {
|
|
261
|
+
"disabled": {
|
|
262
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
263
|
+
"type": "boolean",
|
|
264
|
+
"title": "disabled"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"undo": {
|
|
269
|
+
"title": "EditableHtmlButtonConfigure",
|
|
270
|
+
"type": "object",
|
|
271
|
+
"properties": {
|
|
272
|
+
"disabled": {
|
|
273
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
274
|
+
"type": "boolean",
|
|
275
|
+
"title": "disabled"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
135
278
|
}
|
|
136
279
|
}
|
|
137
280
|
},
|
|
@@ -154,7 +297,817 @@
|
|
|
154
297
|
}
|
|
155
298
|
}
|
|
156
299
|
},
|
|
157
|
-
"audio": {
|
|
300
|
+
"audio": {
|
|
301
|
+
"title": "EditableHtmlButtonConfigure",
|
|
302
|
+
"type": "object",
|
|
303
|
+
"properties": {
|
|
304
|
+
"disabled": {
|
|
305
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
306
|
+
"type": "boolean",
|
|
307
|
+
"title": "disabled"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"video": {
|
|
312
|
+
"title": "EditableHtmlButtonConfigure",
|
|
313
|
+
"type": "object",
|
|
314
|
+
"properties": {
|
|
315
|
+
"disabled": {
|
|
316
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
317
|
+
"type": "boolean",
|
|
318
|
+
"title": "disabled"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"image": {
|
|
323
|
+
"title": "EditableHtmlButtonConfigure",
|
|
324
|
+
"type": "object",
|
|
325
|
+
"properties": {
|
|
326
|
+
"disabled": {
|
|
327
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
328
|
+
"type": "boolean",
|
|
329
|
+
"title": "disabled"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"customPlugins": {
|
|
334
|
+
"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.",
|
|
335
|
+
"type": "array",
|
|
336
|
+
"items": {
|
|
337
|
+
"title": "CustomPlugin",
|
|
338
|
+
"type": "object",
|
|
339
|
+
"properties": {
|
|
340
|
+
"event": {
|
|
341
|
+
"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\"",
|
|
342
|
+
"type": "string",
|
|
343
|
+
"title": "event"
|
|
344
|
+
},
|
|
345
|
+
"iconAlt": {
|
|
346
|
+
"description": "The alt for the custom button icon",
|
|
347
|
+
"type": "string",
|
|
348
|
+
"title": "iconAlt"
|
|
349
|
+
},
|
|
350
|
+
"iconType": {
|
|
351
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
352
|
+
"type": "string",
|
|
353
|
+
"title": "iconType"
|
|
354
|
+
},
|
|
355
|
+
"icon": {
|
|
356
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
357
|
+
"type": "string",
|
|
358
|
+
"title": "icon"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"required": [
|
|
362
|
+
"event",
|
|
363
|
+
"icon",
|
|
364
|
+
"iconAlt",
|
|
365
|
+
"iconType"
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
"title": "customPlugins"
|
|
369
|
+
},
|
|
370
|
+
"blockquote": {
|
|
371
|
+
"title": "EditableHtmlButtonConfigure",
|
|
372
|
+
"type": "object",
|
|
373
|
+
"properties": {
|
|
374
|
+
"disabled": {
|
|
375
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
376
|
+
"type": "boolean",
|
|
377
|
+
"title": "disabled"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"h3": {
|
|
382
|
+
"title": "EditableHtmlButtonConfigure",
|
|
383
|
+
"type": "object",
|
|
384
|
+
"properties": {
|
|
385
|
+
"disabled": {
|
|
386
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
387
|
+
"type": "boolean",
|
|
388
|
+
"title": "disabled"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"languageCharacters": {
|
|
393
|
+
"title": "EditableHtmlButtonConfigure",
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"disabled": {
|
|
397
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
398
|
+
"type": "boolean",
|
|
399
|
+
"title": "disabled"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"bold": {
|
|
404
|
+
"title": "EditableHtmlButtonConfigure",
|
|
405
|
+
"type": "object",
|
|
406
|
+
"properties": {
|
|
407
|
+
"disabled": {
|
|
408
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
409
|
+
"type": "boolean",
|
|
410
|
+
"title": "disabled"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"html": {
|
|
415
|
+
"title": "EditableHtmlButtonConfigure",
|
|
416
|
+
"type": "object",
|
|
417
|
+
"properties": {
|
|
418
|
+
"disabled": {
|
|
419
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
420
|
+
"type": "boolean",
|
|
421
|
+
"title": "disabled"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"italic": {
|
|
426
|
+
"title": "EditableHtmlButtonConfigure",
|
|
427
|
+
"type": "object",
|
|
428
|
+
"properties": {
|
|
429
|
+
"disabled": {
|
|
430
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"title": "disabled"
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"ol_list": {
|
|
437
|
+
"title": "EditableHtmlButtonConfigure",
|
|
438
|
+
"type": "object",
|
|
439
|
+
"properties": {
|
|
440
|
+
"disabled": {
|
|
441
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
442
|
+
"type": "boolean",
|
|
443
|
+
"title": "disabled"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"redo": {
|
|
448
|
+
"title": "EditableHtmlButtonConfigure",
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"disabled": {
|
|
452
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
453
|
+
"type": "boolean",
|
|
454
|
+
"title": "disabled"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"strikethrough": {
|
|
459
|
+
"title": "EditableHtmlButtonConfigure",
|
|
460
|
+
"type": "object",
|
|
461
|
+
"properties": {
|
|
462
|
+
"disabled": {
|
|
463
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"title": "disabled"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"sub": {
|
|
470
|
+
"title": "EditableHtmlButtonConfigure",
|
|
471
|
+
"type": "object",
|
|
472
|
+
"properties": {
|
|
473
|
+
"disabled": {
|
|
474
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
475
|
+
"type": "boolean",
|
|
476
|
+
"title": "disabled"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"sup": {
|
|
481
|
+
"title": "EditableHtmlButtonConfigure",
|
|
482
|
+
"type": "object",
|
|
483
|
+
"properties": {
|
|
484
|
+
"disabled": {
|
|
485
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
486
|
+
"type": "boolean",
|
|
487
|
+
"title": "disabled"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"table": {
|
|
492
|
+
"title": "EditableHtmlButtonConfigure",
|
|
493
|
+
"type": "object",
|
|
494
|
+
"properties": {
|
|
495
|
+
"disabled": {
|
|
496
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
497
|
+
"type": "boolean",
|
|
498
|
+
"title": "disabled"
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"ul_list": {
|
|
503
|
+
"title": "EditableHtmlButtonConfigure",
|
|
504
|
+
"type": "object",
|
|
505
|
+
"properties": {
|
|
506
|
+
"disabled": {
|
|
507
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
508
|
+
"type": "boolean",
|
|
509
|
+
"title": "disabled"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"underline": {
|
|
514
|
+
"title": "EditableHtmlButtonConfigure",
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"disabled": {
|
|
518
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
519
|
+
"type": "boolean",
|
|
520
|
+
"title": "disabled"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"undo": {
|
|
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
|
+
}
|
|
536
|
+
},
|
|
537
|
+
"settings": {
|
|
538
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
539
|
+
"type": "boolean",
|
|
540
|
+
"title": "settings"
|
|
541
|
+
},
|
|
542
|
+
"label": {
|
|
543
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
544
|
+
"type": "string",
|
|
545
|
+
"title": "label"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"choiceMode": {
|
|
550
|
+
"title": "ConfigureProp",
|
|
551
|
+
"type": "object",
|
|
552
|
+
"properties": {
|
|
553
|
+
"settings": {
|
|
554
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
555
|
+
"type": "boolean",
|
|
556
|
+
"title": "settings"
|
|
557
|
+
},
|
|
558
|
+
"label": {
|
|
559
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
560
|
+
"type": "string",
|
|
561
|
+
"title": "label"
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"choicePrefix": {
|
|
566
|
+
"title": "ConfigureProp",
|
|
567
|
+
"type": "object",
|
|
568
|
+
"properties": {
|
|
569
|
+
"settings": {
|
|
570
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
571
|
+
"type": "boolean",
|
|
572
|
+
"title": "settings"
|
|
573
|
+
},
|
|
574
|
+
"label": {
|
|
575
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
576
|
+
"type": "string",
|
|
577
|
+
"title": "label"
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"deleteChoice": {
|
|
582
|
+
"title": "ConfigureProp",
|
|
583
|
+
"type": "object",
|
|
584
|
+
"properties": {
|
|
585
|
+
"settings": {
|
|
586
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
587
|
+
"type": "boolean",
|
|
588
|
+
"title": "settings"
|
|
589
|
+
},
|
|
590
|
+
"label": {
|
|
591
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
592
|
+
"type": "string",
|
|
593
|
+
"title": "label"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"feedback": {
|
|
598
|
+
"title": "ConfigureProp",
|
|
599
|
+
"type": "object",
|
|
600
|
+
"properties": {
|
|
601
|
+
"settings": {
|
|
602
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
603
|
+
"type": "boolean",
|
|
604
|
+
"title": "settings"
|
|
605
|
+
},
|
|
606
|
+
"label": {
|
|
607
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
608
|
+
"type": "string",
|
|
609
|
+
"title": "label"
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"prompt": {
|
|
614
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
615
|
+
"type": "object",
|
|
616
|
+
"properties": {
|
|
617
|
+
"inputConfiguration": {
|
|
618
|
+
"title": "EditableHtmlConfigureProp",
|
|
619
|
+
"type": "object",
|
|
620
|
+
"properties": {
|
|
621
|
+
"math": {
|
|
622
|
+
"title": "EditableHtmlButtonConfigure",
|
|
623
|
+
"type": "object",
|
|
624
|
+
"properties": {
|
|
625
|
+
"disabled": {
|
|
626
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
627
|
+
"type": "boolean",
|
|
628
|
+
"title": "disabled"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"audio": {
|
|
633
|
+
"title": "EditableHtmlButtonConfigure",
|
|
634
|
+
"type": "object",
|
|
635
|
+
"properties": {
|
|
636
|
+
"disabled": {
|
|
637
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
638
|
+
"type": "boolean",
|
|
639
|
+
"title": "disabled"
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"video": {
|
|
644
|
+
"title": "EditableHtmlButtonConfigure",
|
|
645
|
+
"type": "object",
|
|
646
|
+
"properties": {
|
|
647
|
+
"disabled": {
|
|
648
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
649
|
+
"type": "boolean",
|
|
650
|
+
"title": "disabled"
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"image": {
|
|
655
|
+
"title": "EditableHtmlButtonConfigure",
|
|
656
|
+
"type": "object",
|
|
657
|
+
"properties": {
|
|
658
|
+
"disabled": {
|
|
659
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
660
|
+
"type": "boolean",
|
|
661
|
+
"title": "disabled"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"customPlugins": {
|
|
666
|
+
"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.",
|
|
667
|
+
"type": "array",
|
|
668
|
+
"items": {
|
|
669
|
+
"title": "CustomPlugin",
|
|
670
|
+
"type": "object",
|
|
671
|
+
"properties": {
|
|
672
|
+
"event": {
|
|
673
|
+
"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\"",
|
|
674
|
+
"type": "string",
|
|
675
|
+
"title": "event"
|
|
676
|
+
},
|
|
677
|
+
"iconAlt": {
|
|
678
|
+
"description": "The alt for the custom button icon",
|
|
679
|
+
"type": "string",
|
|
680
|
+
"title": "iconAlt"
|
|
681
|
+
},
|
|
682
|
+
"iconType": {
|
|
683
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
684
|
+
"type": "string",
|
|
685
|
+
"title": "iconType"
|
|
686
|
+
},
|
|
687
|
+
"icon": {
|
|
688
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
689
|
+
"type": "string",
|
|
690
|
+
"title": "icon"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
"required": [
|
|
694
|
+
"event",
|
|
695
|
+
"icon",
|
|
696
|
+
"iconAlt",
|
|
697
|
+
"iconType"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
"title": "customPlugins"
|
|
701
|
+
},
|
|
702
|
+
"blockquote": {
|
|
703
|
+
"title": "EditableHtmlButtonConfigure",
|
|
704
|
+
"type": "object",
|
|
705
|
+
"properties": {
|
|
706
|
+
"disabled": {
|
|
707
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
708
|
+
"type": "boolean",
|
|
709
|
+
"title": "disabled"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"h3": {
|
|
714
|
+
"title": "EditableHtmlButtonConfigure",
|
|
715
|
+
"type": "object",
|
|
716
|
+
"properties": {
|
|
717
|
+
"disabled": {
|
|
718
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
719
|
+
"type": "boolean",
|
|
720
|
+
"title": "disabled"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"languageCharacters": {
|
|
725
|
+
"title": "EditableHtmlButtonConfigure",
|
|
726
|
+
"type": "object",
|
|
727
|
+
"properties": {
|
|
728
|
+
"disabled": {
|
|
729
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
730
|
+
"type": "boolean",
|
|
731
|
+
"title": "disabled"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"bold": {
|
|
736
|
+
"title": "EditableHtmlButtonConfigure",
|
|
737
|
+
"type": "object",
|
|
738
|
+
"properties": {
|
|
739
|
+
"disabled": {
|
|
740
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
741
|
+
"type": "boolean",
|
|
742
|
+
"title": "disabled"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"html": {
|
|
747
|
+
"title": "EditableHtmlButtonConfigure",
|
|
748
|
+
"type": "object",
|
|
749
|
+
"properties": {
|
|
750
|
+
"disabled": {
|
|
751
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
752
|
+
"type": "boolean",
|
|
753
|
+
"title": "disabled"
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"italic": {
|
|
758
|
+
"title": "EditableHtmlButtonConfigure",
|
|
759
|
+
"type": "object",
|
|
760
|
+
"properties": {
|
|
761
|
+
"disabled": {
|
|
762
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
763
|
+
"type": "boolean",
|
|
764
|
+
"title": "disabled"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"ol_list": {
|
|
769
|
+
"title": "EditableHtmlButtonConfigure",
|
|
770
|
+
"type": "object",
|
|
771
|
+
"properties": {
|
|
772
|
+
"disabled": {
|
|
773
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
774
|
+
"type": "boolean",
|
|
775
|
+
"title": "disabled"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"redo": {
|
|
780
|
+
"title": "EditableHtmlButtonConfigure",
|
|
781
|
+
"type": "object",
|
|
782
|
+
"properties": {
|
|
783
|
+
"disabled": {
|
|
784
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
785
|
+
"type": "boolean",
|
|
786
|
+
"title": "disabled"
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"strikethrough": {
|
|
791
|
+
"title": "EditableHtmlButtonConfigure",
|
|
792
|
+
"type": "object",
|
|
793
|
+
"properties": {
|
|
794
|
+
"disabled": {
|
|
795
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
796
|
+
"type": "boolean",
|
|
797
|
+
"title": "disabled"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"sub": {
|
|
802
|
+
"title": "EditableHtmlButtonConfigure",
|
|
803
|
+
"type": "object",
|
|
804
|
+
"properties": {
|
|
805
|
+
"disabled": {
|
|
806
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
807
|
+
"type": "boolean",
|
|
808
|
+
"title": "disabled"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"sup": {
|
|
813
|
+
"title": "EditableHtmlButtonConfigure",
|
|
814
|
+
"type": "object",
|
|
815
|
+
"properties": {
|
|
816
|
+
"disabled": {
|
|
817
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
818
|
+
"type": "boolean",
|
|
819
|
+
"title": "disabled"
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"table": {
|
|
824
|
+
"title": "EditableHtmlButtonConfigure",
|
|
825
|
+
"type": "object",
|
|
826
|
+
"properties": {
|
|
827
|
+
"disabled": {
|
|
828
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
829
|
+
"type": "boolean",
|
|
830
|
+
"title": "disabled"
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"ul_list": {
|
|
835
|
+
"title": "EditableHtmlButtonConfigure",
|
|
836
|
+
"type": "object",
|
|
837
|
+
"properties": {
|
|
838
|
+
"disabled": {
|
|
839
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
840
|
+
"type": "boolean",
|
|
841
|
+
"title": "disabled"
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"underline": {
|
|
846
|
+
"title": "EditableHtmlButtonConfigure",
|
|
847
|
+
"type": "object",
|
|
848
|
+
"properties": {
|
|
849
|
+
"disabled": {
|
|
850
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
851
|
+
"type": "boolean",
|
|
852
|
+
"title": "disabled"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"undo": {
|
|
857
|
+
"title": "EditableHtmlButtonConfigure",
|
|
858
|
+
"type": "object",
|
|
859
|
+
"properties": {
|
|
860
|
+
"disabled": {
|
|
861
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
862
|
+
"type": "boolean",
|
|
863
|
+
"title": "disabled"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"required": {
|
|
870
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
871
|
+
"type": "boolean",
|
|
872
|
+
"title": "required"
|
|
873
|
+
},
|
|
874
|
+
"settings": {
|
|
875
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
876
|
+
"type": "boolean",
|
|
877
|
+
"title": "settings"
|
|
878
|
+
},
|
|
879
|
+
"label": {
|
|
880
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
881
|
+
"type": "string",
|
|
882
|
+
"title": "label"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"spellCheck": {
|
|
887
|
+
"title": "ConfigureProp",
|
|
888
|
+
"type": "object",
|
|
889
|
+
"properties": {
|
|
890
|
+
"settings": {
|
|
891
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
892
|
+
"type": "boolean",
|
|
893
|
+
"title": "settings"
|
|
894
|
+
},
|
|
895
|
+
"label": {
|
|
896
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"title": "label"
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"choicesLayout": {
|
|
903
|
+
"title": "ConfigureProp",
|
|
904
|
+
"type": "object",
|
|
905
|
+
"properties": {
|
|
906
|
+
"settings": {
|
|
907
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
908
|
+
"type": "boolean",
|
|
909
|
+
"title": "settings"
|
|
910
|
+
},
|
|
911
|
+
"label": {
|
|
912
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
913
|
+
"type": "string",
|
|
914
|
+
"title": "label"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"gridColumns": {
|
|
919
|
+
"title": "ConfigureProp",
|
|
920
|
+
"type": "object",
|
|
921
|
+
"properties": {
|
|
922
|
+
"settings": {
|
|
923
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
924
|
+
"type": "boolean",
|
|
925
|
+
"title": "settings"
|
|
926
|
+
},
|
|
927
|
+
"label": {
|
|
928
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
929
|
+
"type": "string",
|
|
930
|
+
"title": "label"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"lockChoiceOrder": {
|
|
935
|
+
"title": "ConfigureProp",
|
|
936
|
+
"type": "object",
|
|
937
|
+
"properties": {
|
|
938
|
+
"settings": {
|
|
939
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
940
|
+
"type": "boolean",
|
|
941
|
+
"title": "settings"
|
|
942
|
+
},
|
|
943
|
+
"label": {
|
|
944
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"title": "label"
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"partialScoring": {
|
|
951
|
+
"title": "ConfigureProp",
|
|
952
|
+
"type": "object",
|
|
953
|
+
"properties": {
|
|
954
|
+
"settings": {
|
|
955
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
956
|
+
"type": "boolean",
|
|
957
|
+
"title": "settings"
|
|
958
|
+
},
|
|
959
|
+
"label": {
|
|
960
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
961
|
+
"type": "string",
|
|
962
|
+
"title": "label"
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"rationale": {
|
|
967
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
968
|
+
"type": "object",
|
|
969
|
+
"properties": {
|
|
970
|
+
"inputConfiguration": {
|
|
971
|
+
"title": "EditableHtmlConfigureProp",
|
|
972
|
+
"type": "object",
|
|
973
|
+
"properties": {
|
|
974
|
+
"math": {
|
|
975
|
+
"title": "EditableHtmlButtonConfigure",
|
|
976
|
+
"type": "object",
|
|
977
|
+
"properties": {
|
|
978
|
+
"disabled": {
|
|
979
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"title": "disabled"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"audio": {
|
|
986
|
+
"title": "EditableHtmlButtonConfigure",
|
|
987
|
+
"type": "object",
|
|
988
|
+
"properties": {
|
|
989
|
+
"disabled": {
|
|
990
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
991
|
+
"type": "boolean",
|
|
992
|
+
"title": "disabled"
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"video": {
|
|
997
|
+
"title": "EditableHtmlButtonConfigure",
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"disabled": {
|
|
1001
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1002
|
+
"type": "boolean",
|
|
1003
|
+
"title": "disabled"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"image": {
|
|
1008
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"disabled": {
|
|
1012
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1013
|
+
"type": "boolean",
|
|
1014
|
+
"title": "disabled"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"customPlugins": {
|
|
1019
|
+
"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.",
|
|
1020
|
+
"type": "array",
|
|
1021
|
+
"items": {
|
|
1022
|
+
"title": "CustomPlugin",
|
|
1023
|
+
"type": "object",
|
|
1024
|
+
"properties": {
|
|
1025
|
+
"event": {
|
|
1026
|
+
"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\"",
|
|
1027
|
+
"type": "string",
|
|
1028
|
+
"title": "event"
|
|
1029
|
+
},
|
|
1030
|
+
"iconAlt": {
|
|
1031
|
+
"description": "The alt for the custom button icon",
|
|
1032
|
+
"type": "string",
|
|
1033
|
+
"title": "iconAlt"
|
|
1034
|
+
},
|
|
1035
|
+
"iconType": {
|
|
1036
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1037
|
+
"type": "string",
|
|
1038
|
+
"title": "iconType"
|
|
1039
|
+
},
|
|
1040
|
+
"icon": {
|
|
1041
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1042
|
+
"type": "string",
|
|
1043
|
+
"title": "icon"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"required": [
|
|
1047
|
+
"event",
|
|
1048
|
+
"icon",
|
|
1049
|
+
"iconAlt",
|
|
1050
|
+
"iconType"
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
"title": "customPlugins"
|
|
1054
|
+
},
|
|
1055
|
+
"blockquote": {
|
|
1056
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1057
|
+
"type": "object",
|
|
1058
|
+
"properties": {
|
|
1059
|
+
"disabled": {
|
|
1060
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1061
|
+
"type": "boolean",
|
|
1062
|
+
"title": "disabled"
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"h3": {
|
|
1067
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1068
|
+
"type": "object",
|
|
1069
|
+
"properties": {
|
|
1070
|
+
"disabled": {
|
|
1071
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1072
|
+
"type": "boolean",
|
|
1073
|
+
"title": "disabled"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"languageCharacters": {
|
|
1078
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1079
|
+
"type": "object",
|
|
1080
|
+
"properties": {
|
|
1081
|
+
"disabled": {
|
|
1082
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1083
|
+
"type": "boolean",
|
|
1084
|
+
"title": "disabled"
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"bold": {
|
|
1089
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1090
|
+
"type": "object",
|
|
1091
|
+
"properties": {
|
|
1092
|
+
"disabled": {
|
|
1093
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1094
|
+
"type": "boolean",
|
|
1095
|
+
"title": "disabled"
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"html": {
|
|
1100
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1101
|
+
"type": "object",
|
|
1102
|
+
"properties": {
|
|
1103
|
+
"disabled": {
|
|
1104
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1105
|
+
"type": "boolean",
|
|
1106
|
+
"title": "disabled"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"italic": {
|
|
158
1111
|
"title": "EditableHtmlButtonConfigure",
|
|
159
1112
|
"type": "object",
|
|
160
1113
|
"properties": {
|
|
@@ -165,7 +1118,7 @@
|
|
|
165
1118
|
}
|
|
166
1119
|
}
|
|
167
1120
|
},
|
|
168
|
-
"
|
|
1121
|
+
"ol_list": {
|
|
169
1122
|
"title": "EditableHtmlButtonConfigure",
|
|
170
1123
|
"type": "object",
|
|
171
1124
|
"properties": {
|
|
@@ -176,7 +1129,7 @@
|
|
|
176
1129
|
}
|
|
177
1130
|
}
|
|
178
1131
|
},
|
|
179
|
-
"
|
|
1132
|
+
"redo": {
|
|
180
1133
|
"title": "EditableHtmlButtonConfigure",
|
|
181
1134
|
"type": "object",
|
|
182
1135
|
"properties": {
|
|
@@ -187,44 +1140,18 @@
|
|
|
187
1140
|
}
|
|
188
1141
|
}
|
|
189
1142
|
},
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"type": "
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
"title": "event"
|
|
201
|
-
},
|
|
202
|
-
"iconAlt": {
|
|
203
|
-
"description": "The alt for the custom button icon",
|
|
204
|
-
"type": "string",
|
|
205
|
-
"title": "iconAlt"
|
|
206
|
-
},
|
|
207
|
-
"iconType": {
|
|
208
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
209
|
-
"type": "string",
|
|
210
|
-
"title": "iconType"
|
|
211
|
-
},
|
|
212
|
-
"icon": {
|
|
213
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
214
|
-
"type": "string",
|
|
215
|
-
"title": "icon"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"required": [
|
|
219
|
-
"event",
|
|
220
|
-
"icon",
|
|
221
|
-
"iconAlt",
|
|
222
|
-
"iconType"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"title": "customPlugins"
|
|
1143
|
+
"strikethrough": {
|
|
1144
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1145
|
+
"type": "object",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"disabled": {
|
|
1148
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1149
|
+
"type": "boolean",
|
|
1150
|
+
"title": "disabled"
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
226
1153
|
},
|
|
227
|
-
"
|
|
1154
|
+
"sub": {
|
|
228
1155
|
"title": "EditableHtmlButtonConfigure",
|
|
229
1156
|
"type": "object",
|
|
230
1157
|
"properties": {
|
|
@@ -235,7 +1162,51 @@
|
|
|
235
1162
|
}
|
|
236
1163
|
}
|
|
237
1164
|
},
|
|
238
|
-
"
|
|
1165
|
+
"sup": {
|
|
1166
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1167
|
+
"type": "object",
|
|
1168
|
+
"properties": {
|
|
1169
|
+
"disabled": {
|
|
1170
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1171
|
+
"type": "boolean",
|
|
1172
|
+
"title": "disabled"
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
"table": {
|
|
1177
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1178
|
+
"type": "object",
|
|
1179
|
+
"properties": {
|
|
1180
|
+
"disabled": {
|
|
1181
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1182
|
+
"type": "boolean",
|
|
1183
|
+
"title": "disabled"
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
1187
|
+
"ul_list": {
|
|
1188
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1189
|
+
"type": "object",
|
|
1190
|
+
"properties": {
|
|
1191
|
+
"disabled": {
|
|
1192
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1193
|
+
"type": "boolean",
|
|
1194
|
+
"title": "disabled"
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"underline": {
|
|
1199
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1200
|
+
"type": "object",
|
|
1201
|
+
"properties": {
|
|
1202
|
+
"disabled": {
|
|
1203
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1204
|
+
"type": "boolean",
|
|
1205
|
+
"title": "disabled"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"undo": {
|
|
239
1210
|
"title": "EditableHtmlButtonConfigure",
|
|
240
1211
|
"type": "object",
|
|
241
1212
|
"properties": {
|
|
@@ -248,22 +1219,11 @@
|
|
|
248
1219
|
}
|
|
249
1220
|
}
|
|
250
1221
|
},
|
|
251
|
-
"
|
|
252
|
-
"description": "Indicates if the item
|
|
1222
|
+
"required": {
|
|
1223
|
+
"description": "Indicates if the item is required and the value cannot be empty",
|
|
253
1224
|
"type": "boolean",
|
|
254
|
-
"title": "
|
|
1225
|
+
"title": "required"
|
|
255
1226
|
},
|
|
256
|
-
"label": {
|
|
257
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
258
|
-
"type": "string",
|
|
259
|
-
"title": "label"
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"choiceMode": {
|
|
264
|
-
"title": "ConfigureProp",
|
|
265
|
-
"type": "object",
|
|
266
|
-
"properties": {
|
|
267
1227
|
"settings": {
|
|
268
1228
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
269
1229
|
"type": "boolean",
|
|
@@ -276,7 +1236,7 @@
|
|
|
276
1236
|
}
|
|
277
1237
|
}
|
|
278
1238
|
},
|
|
279
|
-
"
|
|
1239
|
+
"scoringType": {
|
|
280
1240
|
"title": "ConfigureProp",
|
|
281
1241
|
"type": "object",
|
|
282
1242
|
"properties": {
|
|
@@ -292,23 +1252,12 @@
|
|
|
292
1252
|
}
|
|
293
1253
|
}
|
|
294
1254
|
},
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"type": "
|
|
298
|
-
"
|
|
299
|
-
"settings": {
|
|
300
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
301
|
-
"type": "boolean",
|
|
302
|
-
"title": "settings"
|
|
303
|
-
},
|
|
304
|
-
"label": {
|
|
305
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
306
|
-
"type": "string",
|
|
307
|
-
"title": "label"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
1255
|
+
"settingsPanelDisabled": {
|
|
1256
|
+
"description": "Indicates if the settings panel is not available",
|
|
1257
|
+
"type": "boolean",
|
|
1258
|
+
"title": "settingsPanelDisabled"
|
|
310
1259
|
},
|
|
311
|
-
"
|
|
1260
|
+
"studentInstructions": {
|
|
312
1261
|
"title": "ConfigureProp",
|
|
313
1262
|
"type": "object",
|
|
314
1263
|
"properties": {
|
|
@@ -324,7 +1273,7 @@
|
|
|
324
1273
|
}
|
|
325
1274
|
}
|
|
326
1275
|
},
|
|
327
|
-
"
|
|
1276
|
+
"teacherInstructions": {
|
|
328
1277
|
"title": "EditableHtmlPluginConfigureRequired",
|
|
329
1278
|
"type": "object",
|
|
330
1279
|
"properties": {
|
|
@@ -413,7 +1362,139 @@
|
|
|
413
1362
|
},
|
|
414
1363
|
"title": "customPlugins"
|
|
415
1364
|
},
|
|
416
|
-
"blockquote": {
|
|
1365
|
+
"blockquote": {
|
|
1366
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1367
|
+
"type": "object",
|
|
1368
|
+
"properties": {
|
|
1369
|
+
"disabled": {
|
|
1370
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1371
|
+
"type": "boolean",
|
|
1372
|
+
"title": "disabled"
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"h3": {
|
|
1377
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1378
|
+
"type": "object",
|
|
1379
|
+
"properties": {
|
|
1380
|
+
"disabled": {
|
|
1381
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1382
|
+
"type": "boolean",
|
|
1383
|
+
"title": "disabled"
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"languageCharacters": {
|
|
1388
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1389
|
+
"type": "object",
|
|
1390
|
+
"properties": {
|
|
1391
|
+
"disabled": {
|
|
1392
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1393
|
+
"type": "boolean",
|
|
1394
|
+
"title": "disabled"
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"bold": {
|
|
1399
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1400
|
+
"type": "object",
|
|
1401
|
+
"properties": {
|
|
1402
|
+
"disabled": {
|
|
1403
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1404
|
+
"type": "boolean",
|
|
1405
|
+
"title": "disabled"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"html": {
|
|
1410
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1411
|
+
"type": "object",
|
|
1412
|
+
"properties": {
|
|
1413
|
+
"disabled": {
|
|
1414
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1415
|
+
"type": "boolean",
|
|
1416
|
+
"title": "disabled"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"italic": {
|
|
1421
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1422
|
+
"type": "object",
|
|
1423
|
+
"properties": {
|
|
1424
|
+
"disabled": {
|
|
1425
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1426
|
+
"type": "boolean",
|
|
1427
|
+
"title": "disabled"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"ol_list": {
|
|
1432
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1433
|
+
"type": "object",
|
|
1434
|
+
"properties": {
|
|
1435
|
+
"disabled": {
|
|
1436
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1437
|
+
"type": "boolean",
|
|
1438
|
+
"title": "disabled"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"redo": {
|
|
1443
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1444
|
+
"type": "object",
|
|
1445
|
+
"properties": {
|
|
1446
|
+
"disabled": {
|
|
1447
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1448
|
+
"type": "boolean",
|
|
1449
|
+
"title": "disabled"
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"strikethrough": {
|
|
1454
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1455
|
+
"type": "object",
|
|
1456
|
+
"properties": {
|
|
1457
|
+
"disabled": {
|
|
1458
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1459
|
+
"type": "boolean",
|
|
1460
|
+
"title": "disabled"
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
"sub": {
|
|
1465
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1466
|
+
"type": "object",
|
|
1467
|
+
"properties": {
|
|
1468
|
+
"disabled": {
|
|
1469
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1470
|
+
"type": "boolean",
|
|
1471
|
+
"title": "disabled"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"sup": {
|
|
1476
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1477
|
+
"type": "object",
|
|
1478
|
+
"properties": {
|
|
1479
|
+
"disabled": {
|
|
1480
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1481
|
+
"type": "boolean",
|
|
1482
|
+
"title": "disabled"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"table": {
|
|
1487
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1488
|
+
"type": "object",
|
|
1489
|
+
"properties": {
|
|
1490
|
+
"disabled": {
|
|
1491
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1492
|
+
"type": "boolean",
|
|
1493
|
+
"title": "disabled"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"ul_list": {
|
|
417
1498
|
"title": "EditableHtmlButtonConfigure",
|
|
418
1499
|
"type": "object",
|
|
419
1500
|
"properties": {
|
|
@@ -424,7 +1505,18 @@
|
|
|
424
1505
|
}
|
|
425
1506
|
}
|
|
426
1507
|
},
|
|
427
|
-
"
|
|
1508
|
+
"underline": {
|
|
1509
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1510
|
+
"type": "object",
|
|
1511
|
+
"properties": {
|
|
1512
|
+
"disabled": {
|
|
1513
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1514
|
+
"type": "boolean",
|
|
1515
|
+
"title": "disabled"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"undo": {
|
|
428
1520
|
"title": "EditableHtmlButtonConfigure",
|
|
429
1521
|
"type": "object",
|
|
430
1522
|
"properties": {
|
|
@@ -454,74 +1546,15 @@
|
|
|
454
1546
|
}
|
|
455
1547
|
}
|
|
456
1548
|
},
|
|
457
|
-
"
|
|
458
|
-
"title": "
|
|
459
|
-
"type": "object",
|
|
460
|
-
"properties": {
|
|
461
|
-
"settings": {
|
|
462
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
463
|
-
"type": "boolean",
|
|
464
|
-
"title": "settings"
|
|
465
|
-
},
|
|
466
|
-
"label": {
|
|
467
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
468
|
-
"type": "string",
|
|
469
|
-
"title": "label"
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"choicesLayout": {
|
|
474
|
-
"title": "ConfigureProp",
|
|
475
|
-
"type": "object",
|
|
476
|
-
"properties": {
|
|
477
|
-
"settings": {
|
|
478
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
479
|
-
"type": "boolean",
|
|
480
|
-
"title": "settings"
|
|
481
|
-
},
|
|
482
|
-
"label": {
|
|
483
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
484
|
-
"type": "string",
|
|
485
|
-
"title": "label"
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
"gridColumns": {
|
|
490
|
-
"title": "ConfigureProp",
|
|
491
|
-
"type": "object",
|
|
492
|
-
"properties": {
|
|
493
|
-
"settings": {
|
|
494
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
495
|
-
"type": "boolean",
|
|
496
|
-
"title": "settings"
|
|
497
|
-
},
|
|
498
|
-
"label": {
|
|
499
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
500
|
-
"type": "string",
|
|
501
|
-
"title": "label"
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
"lockChoiceOrder": {
|
|
506
|
-
"title": "ConfigureProp",
|
|
1549
|
+
"sequentialChoiceLabels": {
|
|
1550
|
+
"title": "ConfigurePropWithEnabled",
|
|
507
1551
|
"type": "object",
|
|
508
1552
|
"properties": {
|
|
509
|
-
"
|
|
510
|
-
"description": "Indicates
|
|
1553
|
+
"enabled": {
|
|
1554
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
511
1555
|
"type": "boolean",
|
|
512
|
-
"title": "
|
|
1556
|
+
"title": "enabled"
|
|
513
1557
|
},
|
|
514
|
-
"label": {
|
|
515
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
516
|
-
"type": "string",
|
|
517
|
-
"title": "label"
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
"partialScoring": {
|
|
522
|
-
"title": "ConfigureProp",
|
|
523
|
-
"type": "object",
|
|
524
|
-
"properties": {
|
|
525
1558
|
"settings": {
|
|
526
1559
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
527
1560
|
"type": "boolean",
|
|
@@ -534,8 +1567,8 @@
|
|
|
534
1567
|
}
|
|
535
1568
|
}
|
|
536
1569
|
},
|
|
537
|
-
"
|
|
538
|
-
"title": "
|
|
1570
|
+
"accessibility": {
|
|
1571
|
+
"title": "EditableHtmlPluginConfigure",
|
|
539
1572
|
"type": "object",
|
|
540
1573
|
"properties": {
|
|
541
1574
|
"inputConfiguration": {
|
|
@@ -644,72 +1677,8 @@
|
|
|
644
1677
|
"title": "disabled"
|
|
645
1678
|
}
|
|
646
1679
|
}
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
},
|
|
650
|
-
"required": {
|
|
651
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
652
|
-
"type": "boolean",
|
|
653
|
-
"title": "required"
|
|
654
|
-
},
|
|
655
|
-
"settings": {
|
|
656
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
657
|
-
"type": "boolean",
|
|
658
|
-
"title": "settings"
|
|
659
|
-
},
|
|
660
|
-
"label": {
|
|
661
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
662
|
-
"type": "string",
|
|
663
|
-
"title": "label"
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
"scoringType": {
|
|
668
|
-
"title": "ConfigureProp",
|
|
669
|
-
"type": "object",
|
|
670
|
-
"properties": {
|
|
671
|
-
"settings": {
|
|
672
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
673
|
-
"type": "boolean",
|
|
674
|
-
"title": "settings"
|
|
675
|
-
},
|
|
676
|
-
"label": {
|
|
677
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
678
|
-
"type": "string",
|
|
679
|
-
"title": "label"
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
"settingsPanelDisabled": {
|
|
684
|
-
"description": "Indicates if the settings panel is not available",
|
|
685
|
-
"type": "boolean",
|
|
686
|
-
"title": "settingsPanelDisabled"
|
|
687
|
-
},
|
|
688
|
-
"studentInstructions": {
|
|
689
|
-
"title": "ConfigureProp",
|
|
690
|
-
"type": "object",
|
|
691
|
-
"properties": {
|
|
692
|
-
"settings": {
|
|
693
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
694
|
-
"type": "boolean",
|
|
695
|
-
"title": "settings"
|
|
696
|
-
},
|
|
697
|
-
"label": {
|
|
698
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
699
|
-
"type": "string",
|
|
700
|
-
"title": "label"
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"teacherInstructions": {
|
|
705
|
-
"title": "EditableHtmlPluginConfigureRequired",
|
|
706
|
-
"type": "object",
|
|
707
|
-
"properties": {
|
|
708
|
-
"inputConfiguration": {
|
|
709
|
-
"title": "EditableHtmlConfigureProp",
|
|
710
|
-
"type": "object",
|
|
711
|
-
"properties": {
|
|
712
|
-
"math": {
|
|
1680
|
+
},
|
|
1681
|
+
"languageCharacters": {
|
|
713
1682
|
"title": "EditableHtmlButtonConfigure",
|
|
714
1683
|
"type": "object",
|
|
715
1684
|
"properties": {
|
|
@@ -720,7 +1689,7 @@
|
|
|
720
1689
|
}
|
|
721
1690
|
}
|
|
722
1691
|
},
|
|
723
|
-
"
|
|
1692
|
+
"bold": {
|
|
724
1693
|
"title": "EditableHtmlButtonConfigure",
|
|
725
1694
|
"type": "object",
|
|
726
1695
|
"properties": {
|
|
@@ -731,7 +1700,7 @@
|
|
|
731
1700
|
}
|
|
732
1701
|
}
|
|
733
1702
|
},
|
|
734
|
-
"
|
|
1703
|
+
"html": {
|
|
735
1704
|
"title": "EditableHtmlButtonConfigure",
|
|
736
1705
|
"type": "object",
|
|
737
1706
|
"properties": {
|
|
@@ -742,7 +1711,7 @@
|
|
|
742
1711
|
}
|
|
743
1712
|
}
|
|
744
1713
|
},
|
|
745
|
-
"
|
|
1714
|
+
"italic": {
|
|
746
1715
|
"title": "EditableHtmlButtonConfigure",
|
|
747
1716
|
"type": "object",
|
|
748
1717
|
"properties": {
|
|
@@ -753,44 +1722,18 @@
|
|
|
753
1722
|
}
|
|
754
1723
|
}
|
|
755
1724
|
},
|
|
756
|
-
"
|
|
757
|
-
"
|
|
758
|
-
"type": "
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
"
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
"title": "event"
|
|
767
|
-
},
|
|
768
|
-
"iconAlt": {
|
|
769
|
-
"description": "The alt for the custom button icon",
|
|
770
|
-
"type": "string",
|
|
771
|
-
"title": "iconAlt"
|
|
772
|
-
},
|
|
773
|
-
"iconType": {
|
|
774
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
775
|
-
"type": "string",
|
|
776
|
-
"title": "iconType"
|
|
777
|
-
},
|
|
778
|
-
"icon": {
|
|
779
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
780
|
-
"type": "string",
|
|
781
|
-
"title": "icon"
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
"required": [
|
|
785
|
-
"event",
|
|
786
|
-
"icon",
|
|
787
|
-
"iconAlt",
|
|
788
|
-
"iconType"
|
|
789
|
-
]
|
|
790
|
-
},
|
|
791
|
-
"title": "customPlugins"
|
|
1725
|
+
"ol_list": {
|
|
1726
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1727
|
+
"type": "object",
|
|
1728
|
+
"properties": {
|
|
1729
|
+
"disabled": {
|
|
1730
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1731
|
+
"type": "boolean",
|
|
1732
|
+
"title": "disabled"
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
792
1735
|
},
|
|
793
|
-
"
|
|
1736
|
+
"redo": {
|
|
794
1737
|
"title": "EditableHtmlButtonConfigure",
|
|
795
1738
|
"type": "object",
|
|
796
1739
|
"properties": {
|
|
@@ -801,7 +1744,7 @@
|
|
|
801
1744
|
}
|
|
802
1745
|
}
|
|
803
1746
|
},
|
|
804
|
-
"
|
|
1747
|
+
"strikethrough": {
|
|
805
1748
|
"title": "EditableHtmlButtonConfigure",
|
|
806
1749
|
"type": "object",
|
|
807
1750
|
"properties": {
|
|
@@ -811,56 +1754,8 @@
|
|
|
811
1754
|
"title": "disabled"
|
|
812
1755
|
}
|
|
813
1756
|
}
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
},
|
|
817
|
-
"required": {
|
|
818
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
819
|
-
"type": "boolean",
|
|
820
|
-
"title": "required"
|
|
821
|
-
},
|
|
822
|
-
"settings": {
|
|
823
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
824
|
-
"type": "boolean",
|
|
825
|
-
"title": "settings"
|
|
826
|
-
},
|
|
827
|
-
"label": {
|
|
828
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
829
|
-
"type": "string",
|
|
830
|
-
"title": "label"
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"sequentialChoiceLabels": {
|
|
835
|
-
"title": "ConfigurePropWithEnabled",
|
|
836
|
-
"type": "object",
|
|
837
|
-
"properties": {
|
|
838
|
-
"enabled": {
|
|
839
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
840
|
-
"type": "boolean",
|
|
841
|
-
"title": "enabled"
|
|
842
|
-
},
|
|
843
|
-
"settings": {
|
|
844
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
845
|
-
"type": "boolean",
|
|
846
|
-
"title": "settings"
|
|
847
|
-
},
|
|
848
|
-
"label": {
|
|
849
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
850
|
-
"type": "string",
|
|
851
|
-
"title": "label"
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
"accessibility": {
|
|
856
|
-
"title": "EditableHtmlPluginConfigure",
|
|
857
|
-
"type": "object",
|
|
858
|
-
"properties": {
|
|
859
|
-
"inputConfiguration": {
|
|
860
|
-
"title": "EditableHtmlConfigureProp",
|
|
861
|
-
"type": "object",
|
|
862
|
-
"properties": {
|
|
863
|
-
"math": {
|
|
1757
|
+
},
|
|
1758
|
+
"sub": {
|
|
864
1759
|
"title": "EditableHtmlButtonConfigure",
|
|
865
1760
|
"type": "object",
|
|
866
1761
|
"properties": {
|
|
@@ -871,7 +1766,7 @@
|
|
|
871
1766
|
}
|
|
872
1767
|
}
|
|
873
1768
|
},
|
|
874
|
-
"
|
|
1769
|
+
"sup": {
|
|
875
1770
|
"title": "EditableHtmlButtonConfigure",
|
|
876
1771
|
"type": "object",
|
|
877
1772
|
"properties": {
|
|
@@ -882,7 +1777,7 @@
|
|
|
882
1777
|
}
|
|
883
1778
|
}
|
|
884
1779
|
},
|
|
885
|
-
"
|
|
1780
|
+
"table": {
|
|
886
1781
|
"title": "EditableHtmlButtonConfigure",
|
|
887
1782
|
"type": "object",
|
|
888
1783
|
"properties": {
|
|
@@ -893,7 +1788,7 @@
|
|
|
893
1788
|
}
|
|
894
1789
|
}
|
|
895
1790
|
},
|
|
896
|
-
"
|
|
1791
|
+
"ul_list": {
|
|
897
1792
|
"title": "EditableHtmlButtonConfigure",
|
|
898
1793
|
"type": "object",
|
|
899
1794
|
"properties": {
|
|
@@ -904,44 +1799,7 @@
|
|
|
904
1799
|
}
|
|
905
1800
|
}
|
|
906
1801
|
},
|
|
907
|
-
"
|
|
908
|
-
"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.",
|
|
909
|
-
"type": "array",
|
|
910
|
-
"items": {
|
|
911
|
-
"title": "CustomPlugin",
|
|
912
|
-
"type": "object",
|
|
913
|
-
"properties": {
|
|
914
|
-
"event": {
|
|
915
|
-
"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\"",
|
|
916
|
-
"type": "string",
|
|
917
|
-
"title": "event"
|
|
918
|
-
},
|
|
919
|
-
"iconAlt": {
|
|
920
|
-
"description": "The alt for the custom button icon",
|
|
921
|
-
"type": "string",
|
|
922
|
-
"title": "iconAlt"
|
|
923
|
-
},
|
|
924
|
-
"iconType": {
|
|
925
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
926
|
-
"type": "string",
|
|
927
|
-
"title": "iconType"
|
|
928
|
-
},
|
|
929
|
-
"icon": {
|
|
930
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
931
|
-
"type": "string",
|
|
932
|
-
"title": "icon"
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"required": [
|
|
936
|
-
"event",
|
|
937
|
-
"icon",
|
|
938
|
-
"iconAlt",
|
|
939
|
-
"iconType"
|
|
940
|
-
]
|
|
941
|
-
},
|
|
942
|
-
"title": "customPlugins"
|
|
943
|
-
},
|
|
944
|
-
"blockquote": {
|
|
1802
|
+
"underline": {
|
|
945
1803
|
"title": "EditableHtmlButtonConfigure",
|
|
946
1804
|
"type": "object",
|
|
947
1805
|
"properties": {
|
|
@@ -952,7 +1810,7 @@
|
|
|
952
1810
|
}
|
|
953
1811
|
}
|
|
954
1812
|
},
|
|
955
|
-
"
|
|
1813
|
+
"undo": {
|
|
956
1814
|
"title": "EditableHtmlButtonConfigure",
|
|
957
1815
|
"type": "object",
|
|
958
1816
|
"properties": {
|
|
@@ -1317,6 +2175,149 @@
|
|
|
1317
2175
|
"title": "disabled"
|
|
1318
2176
|
}
|
|
1319
2177
|
}
|
|
2178
|
+
},
|
|
2179
|
+
"languageCharacters": {
|
|
2180
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2181
|
+
"type": "object",
|
|
2182
|
+
"properties": {
|
|
2183
|
+
"disabled": {
|
|
2184
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2185
|
+
"type": "boolean",
|
|
2186
|
+
"title": "disabled"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"bold": {
|
|
2191
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2192
|
+
"type": "object",
|
|
2193
|
+
"properties": {
|
|
2194
|
+
"disabled": {
|
|
2195
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2196
|
+
"type": "boolean",
|
|
2197
|
+
"title": "disabled"
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"html": {
|
|
2202
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2203
|
+
"type": "object",
|
|
2204
|
+
"properties": {
|
|
2205
|
+
"disabled": {
|
|
2206
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2207
|
+
"type": "boolean",
|
|
2208
|
+
"title": "disabled"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2212
|
+
"italic": {
|
|
2213
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2214
|
+
"type": "object",
|
|
2215
|
+
"properties": {
|
|
2216
|
+
"disabled": {
|
|
2217
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2218
|
+
"type": "boolean",
|
|
2219
|
+
"title": "disabled"
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
"ol_list": {
|
|
2224
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2225
|
+
"type": "object",
|
|
2226
|
+
"properties": {
|
|
2227
|
+
"disabled": {
|
|
2228
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2229
|
+
"type": "boolean",
|
|
2230
|
+
"title": "disabled"
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"redo": {
|
|
2235
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2236
|
+
"type": "object",
|
|
2237
|
+
"properties": {
|
|
2238
|
+
"disabled": {
|
|
2239
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2240
|
+
"type": "boolean",
|
|
2241
|
+
"title": "disabled"
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
"strikethrough": {
|
|
2246
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2247
|
+
"type": "object",
|
|
2248
|
+
"properties": {
|
|
2249
|
+
"disabled": {
|
|
2250
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2251
|
+
"type": "boolean",
|
|
2252
|
+
"title": "disabled"
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
"sub": {
|
|
2257
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2258
|
+
"type": "object",
|
|
2259
|
+
"properties": {
|
|
2260
|
+
"disabled": {
|
|
2261
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2262
|
+
"type": "boolean",
|
|
2263
|
+
"title": "disabled"
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"sup": {
|
|
2268
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2269
|
+
"type": "object",
|
|
2270
|
+
"properties": {
|
|
2271
|
+
"disabled": {
|
|
2272
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2273
|
+
"type": "boolean",
|
|
2274
|
+
"title": "disabled"
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"table": {
|
|
2279
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2280
|
+
"type": "object",
|
|
2281
|
+
"properties": {
|
|
2282
|
+
"disabled": {
|
|
2283
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2284
|
+
"type": "boolean",
|
|
2285
|
+
"title": "disabled"
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
},
|
|
2289
|
+
"ul_list": {
|
|
2290
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2291
|
+
"type": "object",
|
|
2292
|
+
"properties": {
|
|
2293
|
+
"disabled": {
|
|
2294
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2295
|
+
"type": "boolean",
|
|
2296
|
+
"title": "disabled"
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
"underline": {
|
|
2301
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2302
|
+
"type": "object",
|
|
2303
|
+
"properties": {
|
|
2304
|
+
"disabled": {
|
|
2305
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2306
|
+
"type": "boolean",
|
|
2307
|
+
"title": "disabled"
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"undo": {
|
|
2312
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2313
|
+
"type": "object",
|
|
2314
|
+
"properties": {
|
|
2315
|
+
"disabled": {
|
|
2316
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2317
|
+
"type": "boolean",
|
|
2318
|
+
"title": "disabled"
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
1320
2321
|
}
|
|
1321
2322
|
}
|
|
1322
2323
|
},
|
|
@@ -1382,7 +2383,99 @@
|
|
|
1382
2383
|
}
|
|
1383
2384
|
}
|
|
1384
2385
|
},
|
|
1385
|
-
"audio": {
|
|
2386
|
+
"audio": {
|
|
2387
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2388
|
+
"type": "object",
|
|
2389
|
+
"properties": {
|
|
2390
|
+
"disabled": {
|
|
2391
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2392
|
+
"type": "boolean",
|
|
2393
|
+
"title": "disabled"
|
|
2394
|
+
}
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
"video": {
|
|
2398
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2399
|
+
"type": "object",
|
|
2400
|
+
"properties": {
|
|
2401
|
+
"disabled": {
|
|
2402
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2403
|
+
"type": "boolean",
|
|
2404
|
+
"title": "disabled"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"image": {
|
|
2409
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2410
|
+
"type": "object",
|
|
2411
|
+
"properties": {
|
|
2412
|
+
"disabled": {
|
|
2413
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2414
|
+
"type": "boolean",
|
|
2415
|
+
"title": "disabled"
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
"customPlugins": {
|
|
2420
|
+
"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.",
|
|
2421
|
+
"type": "array",
|
|
2422
|
+
"items": {
|
|
2423
|
+
"title": "CustomPlugin",
|
|
2424
|
+
"type": "object",
|
|
2425
|
+
"properties": {
|
|
2426
|
+
"event": {
|
|
2427
|
+
"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\"",
|
|
2428
|
+
"type": "string",
|
|
2429
|
+
"title": "event"
|
|
2430
|
+
},
|
|
2431
|
+
"iconAlt": {
|
|
2432
|
+
"description": "The alt for the custom button icon",
|
|
2433
|
+
"type": "string",
|
|
2434
|
+
"title": "iconAlt"
|
|
2435
|
+
},
|
|
2436
|
+
"iconType": {
|
|
2437
|
+
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
2438
|
+
"type": "string",
|
|
2439
|
+
"title": "iconType"
|
|
2440
|
+
},
|
|
2441
|
+
"icon": {
|
|
2442
|
+
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
2443
|
+
"type": "string",
|
|
2444
|
+
"title": "icon"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"required": [
|
|
2448
|
+
"event",
|
|
2449
|
+
"icon",
|
|
2450
|
+
"iconAlt",
|
|
2451
|
+
"iconType"
|
|
2452
|
+
]
|
|
2453
|
+
},
|
|
2454
|
+
"title": "customPlugins"
|
|
2455
|
+
},
|
|
2456
|
+
"blockquote": {
|
|
2457
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2458
|
+
"type": "object",
|
|
2459
|
+
"properties": {
|
|
2460
|
+
"disabled": {
|
|
2461
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2462
|
+
"type": "boolean",
|
|
2463
|
+
"title": "disabled"
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
"h3": {
|
|
2468
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2469
|
+
"type": "object",
|
|
2470
|
+
"properties": {
|
|
2471
|
+
"disabled": {
|
|
2472
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2473
|
+
"type": "boolean",
|
|
2474
|
+
"title": "disabled"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"languageCharacters": {
|
|
1386
2479
|
"title": "EditableHtmlButtonConfigure",
|
|
1387
2480
|
"type": "object",
|
|
1388
2481
|
"properties": {
|
|
@@ -1393,7 +2486,7 @@
|
|
|
1393
2486
|
}
|
|
1394
2487
|
}
|
|
1395
2488
|
},
|
|
1396
|
-
"
|
|
2489
|
+
"bold": {
|
|
1397
2490
|
"title": "EditableHtmlButtonConfigure",
|
|
1398
2491
|
"type": "object",
|
|
1399
2492
|
"properties": {
|
|
@@ -1404,7 +2497,7 @@
|
|
|
1404
2497
|
}
|
|
1405
2498
|
}
|
|
1406
2499
|
},
|
|
1407
|
-
"
|
|
2500
|
+
"html": {
|
|
1408
2501
|
"title": "EditableHtmlButtonConfigure",
|
|
1409
2502
|
"type": "object",
|
|
1410
2503
|
"properties": {
|
|
@@ -1415,44 +2508,18 @@
|
|
|
1415
2508
|
}
|
|
1416
2509
|
}
|
|
1417
2510
|
},
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"type": "
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
"
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
"title": "event"
|
|
1429
|
-
},
|
|
1430
|
-
"iconAlt": {
|
|
1431
|
-
"description": "The alt for the custom button icon",
|
|
1432
|
-
"type": "string",
|
|
1433
|
-
"title": "iconAlt"
|
|
1434
|
-
},
|
|
1435
|
-
"iconType": {
|
|
1436
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
1437
|
-
"type": "string",
|
|
1438
|
-
"title": "iconType"
|
|
1439
|
-
},
|
|
1440
|
-
"icon": {
|
|
1441
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
1442
|
-
"type": "string",
|
|
1443
|
-
"title": "icon"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
"required": [
|
|
1447
|
-
"event",
|
|
1448
|
-
"icon",
|
|
1449
|
-
"iconAlt",
|
|
1450
|
-
"iconType"
|
|
1451
|
-
]
|
|
1452
|
-
},
|
|
1453
|
-
"title": "customPlugins"
|
|
2511
|
+
"italic": {
|
|
2512
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2513
|
+
"type": "object",
|
|
2514
|
+
"properties": {
|
|
2515
|
+
"disabled": {
|
|
2516
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2517
|
+
"type": "boolean",
|
|
2518
|
+
"title": "disabled"
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
1454
2521
|
},
|
|
1455
|
-
"
|
|
2522
|
+
"ol_list": {
|
|
1456
2523
|
"title": "EditableHtmlButtonConfigure",
|
|
1457
2524
|
"type": "object",
|
|
1458
2525
|
"properties": {
|
|
@@ -1463,7 +2530,84 @@
|
|
|
1463
2530
|
}
|
|
1464
2531
|
}
|
|
1465
2532
|
},
|
|
1466
|
-
"
|
|
2533
|
+
"redo": {
|
|
2534
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2535
|
+
"type": "object",
|
|
2536
|
+
"properties": {
|
|
2537
|
+
"disabled": {
|
|
2538
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2539
|
+
"type": "boolean",
|
|
2540
|
+
"title": "disabled"
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"strikethrough": {
|
|
2545
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2546
|
+
"type": "object",
|
|
2547
|
+
"properties": {
|
|
2548
|
+
"disabled": {
|
|
2549
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2550
|
+
"type": "boolean",
|
|
2551
|
+
"title": "disabled"
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
"sub": {
|
|
2556
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2557
|
+
"type": "object",
|
|
2558
|
+
"properties": {
|
|
2559
|
+
"disabled": {
|
|
2560
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2561
|
+
"type": "boolean",
|
|
2562
|
+
"title": "disabled"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
"sup": {
|
|
2567
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2568
|
+
"type": "object",
|
|
2569
|
+
"properties": {
|
|
2570
|
+
"disabled": {
|
|
2571
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2572
|
+
"type": "boolean",
|
|
2573
|
+
"title": "disabled"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
"table": {
|
|
2578
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2579
|
+
"type": "object",
|
|
2580
|
+
"properties": {
|
|
2581
|
+
"disabled": {
|
|
2582
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2583
|
+
"type": "boolean",
|
|
2584
|
+
"title": "disabled"
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"ul_list": {
|
|
2589
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2590
|
+
"type": "object",
|
|
2591
|
+
"properties": {
|
|
2592
|
+
"disabled": {
|
|
2593
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2594
|
+
"type": "boolean",
|
|
2595
|
+
"title": "disabled"
|
|
2596
|
+
}
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
"underline": {
|
|
2600
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2601
|
+
"type": "object",
|
|
2602
|
+
"properties": {
|
|
2603
|
+
"disabled": {
|
|
2604
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2605
|
+
"type": "boolean",
|
|
2606
|
+
"title": "disabled"
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"undo": {
|
|
1467
2611
|
"title": "EditableHtmlButtonConfigure",
|
|
1468
2612
|
"type": "object",
|
|
1469
2613
|
"properties": {
|
|
@@ -1598,6 +2742,149 @@
|
|
|
1598
2742
|
"title": "disabled"
|
|
1599
2743
|
}
|
|
1600
2744
|
}
|
|
2745
|
+
},
|
|
2746
|
+
"languageCharacters": {
|
|
2747
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2748
|
+
"type": "object",
|
|
2749
|
+
"properties": {
|
|
2750
|
+
"disabled": {
|
|
2751
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2752
|
+
"type": "boolean",
|
|
2753
|
+
"title": "disabled"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
"bold": {
|
|
2758
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2759
|
+
"type": "object",
|
|
2760
|
+
"properties": {
|
|
2761
|
+
"disabled": {
|
|
2762
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2763
|
+
"type": "boolean",
|
|
2764
|
+
"title": "disabled"
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
"html": {
|
|
2769
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2770
|
+
"type": "object",
|
|
2771
|
+
"properties": {
|
|
2772
|
+
"disabled": {
|
|
2773
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2774
|
+
"type": "boolean",
|
|
2775
|
+
"title": "disabled"
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
"italic": {
|
|
2780
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2781
|
+
"type": "object",
|
|
2782
|
+
"properties": {
|
|
2783
|
+
"disabled": {
|
|
2784
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2785
|
+
"type": "boolean",
|
|
2786
|
+
"title": "disabled"
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
"ol_list": {
|
|
2791
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2792
|
+
"type": "object",
|
|
2793
|
+
"properties": {
|
|
2794
|
+
"disabled": {
|
|
2795
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2796
|
+
"type": "boolean",
|
|
2797
|
+
"title": "disabled"
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
"redo": {
|
|
2802
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2803
|
+
"type": "object",
|
|
2804
|
+
"properties": {
|
|
2805
|
+
"disabled": {
|
|
2806
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2807
|
+
"type": "boolean",
|
|
2808
|
+
"title": "disabled"
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"strikethrough": {
|
|
2813
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2814
|
+
"type": "object",
|
|
2815
|
+
"properties": {
|
|
2816
|
+
"disabled": {
|
|
2817
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2818
|
+
"type": "boolean",
|
|
2819
|
+
"title": "disabled"
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"sub": {
|
|
2824
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2825
|
+
"type": "object",
|
|
2826
|
+
"properties": {
|
|
2827
|
+
"disabled": {
|
|
2828
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2829
|
+
"type": "boolean",
|
|
2830
|
+
"title": "disabled"
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"sup": {
|
|
2835
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2836
|
+
"type": "object",
|
|
2837
|
+
"properties": {
|
|
2838
|
+
"disabled": {
|
|
2839
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2840
|
+
"type": "boolean",
|
|
2841
|
+
"title": "disabled"
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
"table": {
|
|
2846
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2847
|
+
"type": "object",
|
|
2848
|
+
"properties": {
|
|
2849
|
+
"disabled": {
|
|
2850
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2851
|
+
"type": "boolean",
|
|
2852
|
+
"title": "disabled"
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"ul_list": {
|
|
2857
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2858
|
+
"type": "object",
|
|
2859
|
+
"properties": {
|
|
2860
|
+
"disabled": {
|
|
2861
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2862
|
+
"type": "boolean",
|
|
2863
|
+
"title": "disabled"
|
|
2864
|
+
}
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
"underline": {
|
|
2868
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2869
|
+
"type": "object",
|
|
2870
|
+
"properties": {
|
|
2871
|
+
"disabled": {
|
|
2872
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2873
|
+
"type": "boolean",
|
|
2874
|
+
"title": "disabled"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
"undo": {
|
|
2879
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2880
|
+
"type": "object",
|
|
2881
|
+
"properties": {
|
|
2882
|
+
"disabled": {
|
|
2883
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2884
|
+
"type": "boolean",
|
|
2885
|
+
"title": "disabled"
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
1601
2888
|
}
|
|
1602
2889
|
}
|
|
1603
2890
|
},
|