@pie-element/categorize 8.7.1-next.11 → 8.7.1-next.19
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/configure/lib/defaults.js +73 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/design/categories/RowLabel.js +6 -0
- package/configure/lib/design/categories/RowLabel.js.map +1 -1
- package/configure/lib/design/categories/alternateResponses.js +4 -2
- package/configure/lib/design/categories/alternateResponses.js.map +1 -1
- package/configure/lib/design/categories/category.js +7 -1
- package/configure/lib/design/categories/category.js.map +1 -1
- package/configure/lib/design/categories/index.js +4 -2
- package/configure/lib/design/categories/index.js.map +1 -1
- package/configure/lib/design/choices/choice.js +4 -1
- package/configure/lib/design/choices/choice.js.map +1 -1
- package/configure/lib/design/choices/index.js +2 -1
- package/configure/lib/design/choices/index.js.map +1 -1
- package/configure/lib/design/index.js +13 -8
- package/configure/lib/design/index.js.map +1 -1
- package/configure/lib/design/input-header.js +7 -9
- package/configure/lib/design/input-header.js.map +1 -1
- package/configure/lib/design/utils.js +23 -0
- package/configure/lib/design/utils.js.map +1 -0
- package/docs/config-schema.json +432 -22
- package/docs/config-schema.json.md +308 -12
- package/docs/pie-schema.json +146 -2
- package/docs/pie-schema.json.md +106 -2
- package/package.json +2 -2
|
@@ -2,25 +2,37 @@ Config Object for @pie-elements/categorize
|
|
|
2
2
|
|
|
3
3
|
The schema defines the following properties:
|
|
4
4
|
|
|
5
|
-
# `
|
|
5
|
+
# `baseInputConfiguration` (object)
|
|
6
6
|
|
|
7
|
-
Properties of the `
|
|
7
|
+
Properties of the `baseInputConfiguration` object:
|
|
8
8
|
|
|
9
|
-
## `
|
|
9
|
+
## `audio` (object)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Properties of the `audio` object:
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
### `disabled` (boolean)
|
|
14
14
|
|
|
15
|
-
Indicates
|
|
15
|
+
Indicates if the plugin is disabled or not
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## `video` (object)
|
|
18
18
|
|
|
19
|
-
Properties of the `
|
|
19
|
+
Properties of the `video` object:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
### `disabled` (boolean)
|
|
22
22
|
|
|
23
|
-
Indicates if the
|
|
23
|
+
Indicates if the plugin is disabled or not
|
|
24
|
+
|
|
25
|
+
## `image` (object)
|
|
26
|
+
|
|
27
|
+
Properties of the `image` object:
|
|
28
|
+
|
|
29
|
+
### `disabled` (boolean)
|
|
30
|
+
|
|
31
|
+
Indicates if the plugin is disabled or not
|
|
32
|
+
|
|
33
|
+
# `partialScoring` (object)
|
|
34
|
+
|
|
35
|
+
Properties of the `partialScoring` object:
|
|
24
36
|
|
|
25
37
|
## `settings` (boolean)
|
|
26
38
|
|
|
@@ -34,6 +46,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
34
46
|
|
|
35
47
|
Properties of the `rationale` object:
|
|
36
48
|
|
|
49
|
+
## `inputConfiguration` (object)
|
|
50
|
+
|
|
51
|
+
Properties of the `inputConfiguration` object:
|
|
52
|
+
|
|
53
|
+
### `audio` (object)
|
|
54
|
+
|
|
55
|
+
Properties of the `audio` object:
|
|
56
|
+
|
|
57
|
+
#### `disabled` (boolean)
|
|
58
|
+
|
|
59
|
+
Indicates if the plugin is disabled or not
|
|
60
|
+
|
|
61
|
+
### `video` (object)
|
|
62
|
+
|
|
63
|
+
Properties of the `video` object:
|
|
64
|
+
|
|
65
|
+
#### `disabled` (boolean)
|
|
66
|
+
|
|
67
|
+
Indicates if the plugin is disabled or not
|
|
68
|
+
|
|
69
|
+
### `image` (object)
|
|
70
|
+
|
|
71
|
+
Properties of the `image` object:
|
|
72
|
+
|
|
73
|
+
#### `disabled` (boolean)
|
|
74
|
+
|
|
75
|
+
Indicates if the plugin is disabled or not
|
|
76
|
+
|
|
37
77
|
## `required` (boolean)
|
|
38
78
|
|
|
39
79
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -90,6 +130,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
90
130
|
|
|
91
131
|
Properties of the `teacherInstructions` object:
|
|
92
132
|
|
|
133
|
+
## `inputConfiguration` (object)
|
|
134
|
+
|
|
135
|
+
Properties of the `inputConfiguration` object:
|
|
136
|
+
|
|
137
|
+
### `audio` (object)
|
|
138
|
+
|
|
139
|
+
Properties of the `audio` object:
|
|
140
|
+
|
|
141
|
+
#### `disabled` (boolean)
|
|
142
|
+
|
|
143
|
+
Indicates if the plugin is disabled or not
|
|
144
|
+
|
|
145
|
+
### `video` (object)
|
|
146
|
+
|
|
147
|
+
Properties of the `video` object:
|
|
148
|
+
|
|
149
|
+
#### `disabled` (boolean)
|
|
150
|
+
|
|
151
|
+
Indicates if the plugin is disabled or not
|
|
152
|
+
|
|
153
|
+
### `image` (object)
|
|
154
|
+
|
|
155
|
+
Properties of the `image` object:
|
|
156
|
+
|
|
157
|
+
#### `disabled` (boolean)
|
|
158
|
+
|
|
159
|
+
Indicates if the plugin is disabled or not
|
|
160
|
+
|
|
93
161
|
## `required` (boolean)
|
|
94
162
|
|
|
95
163
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -102,6 +170,130 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
102
170
|
|
|
103
171
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
104
172
|
|
|
173
|
+
# `prompt` (object)
|
|
174
|
+
|
|
175
|
+
Properties of the `prompt` object:
|
|
176
|
+
|
|
177
|
+
## `inputConfiguration` (object)
|
|
178
|
+
|
|
179
|
+
Properties of the `inputConfiguration` object:
|
|
180
|
+
|
|
181
|
+
### `audio` (object)
|
|
182
|
+
|
|
183
|
+
Properties of the `audio` object:
|
|
184
|
+
|
|
185
|
+
#### `disabled` (boolean)
|
|
186
|
+
|
|
187
|
+
Indicates if the plugin is disabled or not
|
|
188
|
+
|
|
189
|
+
### `video` (object)
|
|
190
|
+
|
|
191
|
+
Properties of the `video` object:
|
|
192
|
+
|
|
193
|
+
#### `disabled` (boolean)
|
|
194
|
+
|
|
195
|
+
Indicates if the plugin is disabled or not
|
|
196
|
+
|
|
197
|
+
### `image` (object)
|
|
198
|
+
|
|
199
|
+
Properties of the `image` object:
|
|
200
|
+
|
|
201
|
+
#### `disabled` (boolean)
|
|
202
|
+
|
|
203
|
+
Indicates if the plugin is disabled or not
|
|
204
|
+
|
|
205
|
+
## `required` (boolean)
|
|
206
|
+
|
|
207
|
+
Indicates if the item is required and the value cannot be empty
|
|
208
|
+
|
|
209
|
+
## `settings` (boolean)
|
|
210
|
+
|
|
211
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
212
|
+
|
|
213
|
+
## `label` (string)
|
|
214
|
+
|
|
215
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
216
|
+
|
|
217
|
+
# `headers` (object)
|
|
218
|
+
|
|
219
|
+
Properties of the `headers` object:
|
|
220
|
+
|
|
221
|
+
## `inputConfiguration` (object)
|
|
222
|
+
|
|
223
|
+
Properties of the `inputConfiguration` object:
|
|
224
|
+
|
|
225
|
+
### `audio` (object)
|
|
226
|
+
|
|
227
|
+
Properties of the `audio` object:
|
|
228
|
+
|
|
229
|
+
#### `disabled` (boolean)
|
|
230
|
+
|
|
231
|
+
Indicates if the plugin is disabled or not
|
|
232
|
+
|
|
233
|
+
### `video` (object)
|
|
234
|
+
|
|
235
|
+
Properties of the `video` object:
|
|
236
|
+
|
|
237
|
+
#### `disabled` (boolean)
|
|
238
|
+
|
|
239
|
+
Indicates if the plugin is disabled or not
|
|
240
|
+
|
|
241
|
+
### `image` (object)
|
|
242
|
+
|
|
243
|
+
Properties of the `image` object:
|
|
244
|
+
|
|
245
|
+
#### `disabled` (boolean)
|
|
246
|
+
|
|
247
|
+
Indicates if the plugin is disabled or not
|
|
248
|
+
|
|
249
|
+
## `settings` (boolean)
|
|
250
|
+
|
|
251
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
252
|
+
|
|
253
|
+
## `label` (string)
|
|
254
|
+
|
|
255
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
256
|
+
|
|
257
|
+
# `rowLabels` (object)
|
|
258
|
+
|
|
259
|
+
Properties of the `rowLabels` object:
|
|
260
|
+
|
|
261
|
+
## `inputConfiguration` (object)
|
|
262
|
+
|
|
263
|
+
Properties of the `inputConfiguration` object:
|
|
264
|
+
|
|
265
|
+
### `audio` (object)
|
|
266
|
+
|
|
267
|
+
Properties of the `audio` object:
|
|
268
|
+
|
|
269
|
+
#### `disabled` (boolean)
|
|
270
|
+
|
|
271
|
+
Indicates if the plugin is disabled or not
|
|
272
|
+
|
|
273
|
+
### `video` (object)
|
|
274
|
+
|
|
275
|
+
Properties of the `video` object:
|
|
276
|
+
|
|
277
|
+
#### `disabled` (boolean)
|
|
278
|
+
|
|
279
|
+
Indicates if the plugin is disabled or not
|
|
280
|
+
|
|
281
|
+
### `image` (object)
|
|
282
|
+
|
|
283
|
+
Properties of the `image` object:
|
|
284
|
+
|
|
285
|
+
#### `disabled` (boolean)
|
|
286
|
+
|
|
287
|
+
Indicates if the plugin is disabled or not
|
|
288
|
+
|
|
289
|
+
## `settings` (boolean)
|
|
290
|
+
|
|
291
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
292
|
+
|
|
293
|
+
## `label` (string)
|
|
294
|
+
|
|
295
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
296
|
+
|
|
105
297
|
# `minChoices` (number)
|
|
106
298
|
|
|
107
299
|
Minimum number of choices
|
|
@@ -296,6 +488,42 @@ Default: `true`
|
|
|
296
488
|
|
|
297
489
|
The schema defines the following additional types:
|
|
298
490
|
|
|
491
|
+
## `EditableHtmlConfigureProp` (object)
|
|
492
|
+
|
|
493
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
494
|
+
|
|
495
|
+
### `audio` (object)
|
|
496
|
+
|
|
497
|
+
Properties of the `audio` object:
|
|
498
|
+
|
|
499
|
+
#### `disabled` (boolean)
|
|
500
|
+
|
|
501
|
+
Indicates if the plugin is disabled or not
|
|
502
|
+
|
|
503
|
+
### `video` (object)
|
|
504
|
+
|
|
505
|
+
Properties of the `video` object:
|
|
506
|
+
|
|
507
|
+
#### `disabled` (boolean)
|
|
508
|
+
|
|
509
|
+
Indicates if the plugin is disabled or not
|
|
510
|
+
|
|
511
|
+
### `image` (object)
|
|
512
|
+
|
|
513
|
+
Properties of the `image` object:
|
|
514
|
+
|
|
515
|
+
#### `disabled` (boolean)
|
|
516
|
+
|
|
517
|
+
Indicates if the plugin is disabled or not
|
|
518
|
+
|
|
519
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
520
|
+
|
|
521
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
522
|
+
|
|
523
|
+
### `disabled` (boolean)
|
|
524
|
+
|
|
525
|
+
Indicates if the plugin is disabled or not
|
|
526
|
+
|
|
299
527
|
## `ConfigureProp` (object)
|
|
300
528
|
|
|
301
529
|
Properties of the `ConfigureProp` object:
|
|
@@ -308,9 +536,37 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
308
536
|
|
|
309
537
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
310
538
|
|
|
311
|
-
## `
|
|
539
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
540
|
+
|
|
541
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
542
|
+
|
|
543
|
+
### `inputConfiguration` (object)
|
|
544
|
+
|
|
545
|
+
Properties of the `inputConfiguration` object:
|
|
546
|
+
|
|
547
|
+
#### `audio` (object)
|
|
548
|
+
|
|
549
|
+
Properties of the `audio` object:
|
|
312
550
|
|
|
313
|
-
|
|
551
|
+
##### `disabled` (boolean)
|
|
552
|
+
|
|
553
|
+
Indicates if the plugin is disabled or not
|
|
554
|
+
|
|
555
|
+
#### `video` (object)
|
|
556
|
+
|
|
557
|
+
Properties of the `video` object:
|
|
558
|
+
|
|
559
|
+
##### `disabled` (boolean)
|
|
560
|
+
|
|
561
|
+
Indicates if the plugin is disabled or not
|
|
562
|
+
|
|
563
|
+
#### `image` (object)
|
|
564
|
+
|
|
565
|
+
Properties of the `image` object:
|
|
566
|
+
|
|
567
|
+
##### `disabled` (boolean)
|
|
568
|
+
|
|
569
|
+
Indicates if the plugin is disabled or not
|
|
314
570
|
|
|
315
571
|
### `required` (boolean)
|
|
316
572
|
|
|
@@ -324,6 +580,46 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
324
580
|
|
|
325
581
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
326
582
|
|
|
583
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
584
|
+
|
|
585
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
586
|
+
|
|
587
|
+
### `inputConfiguration` (object)
|
|
588
|
+
|
|
589
|
+
Properties of the `inputConfiguration` object:
|
|
590
|
+
|
|
591
|
+
#### `audio` (object)
|
|
592
|
+
|
|
593
|
+
Properties of the `audio` object:
|
|
594
|
+
|
|
595
|
+
##### `disabled` (boolean)
|
|
596
|
+
|
|
597
|
+
Indicates if the plugin is disabled or not
|
|
598
|
+
|
|
599
|
+
#### `video` (object)
|
|
600
|
+
|
|
601
|
+
Properties of the `video` object:
|
|
602
|
+
|
|
603
|
+
##### `disabled` (boolean)
|
|
604
|
+
|
|
605
|
+
Indicates if the plugin is disabled or not
|
|
606
|
+
|
|
607
|
+
#### `image` (object)
|
|
608
|
+
|
|
609
|
+
Properties of the `image` object:
|
|
610
|
+
|
|
611
|
+
##### `disabled` (boolean)
|
|
612
|
+
|
|
613
|
+
Indicates if the plugin is disabled or not
|
|
614
|
+
|
|
615
|
+
### `settings` (boolean)
|
|
616
|
+
|
|
617
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
618
|
+
|
|
619
|
+
### `label` (string)
|
|
620
|
+
|
|
621
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
622
|
+
|
|
327
623
|
## `ConfigureMathMLProp` (object)
|
|
328
624
|
|
|
329
625
|
Properties of the `ConfigureMathMLProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -445,6 +445,56 @@
|
|
|
445
445
|
"teacherInstructionsEnabled"
|
|
446
446
|
],
|
|
447
447
|
"definitions": {
|
|
448
|
+
"EditableHtmlConfigureProp": {
|
|
449
|
+
"title": "EditableHtmlConfigureProp",
|
|
450
|
+
"type": "object",
|
|
451
|
+
"properties": {
|
|
452
|
+
"audio": {
|
|
453
|
+
"title": "EditableHtmlButtonConfigure",
|
|
454
|
+
"type": "object",
|
|
455
|
+
"properties": {
|
|
456
|
+
"disabled": {
|
|
457
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
458
|
+
"type": "boolean",
|
|
459
|
+
"title": "disabled"
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"video": {
|
|
464
|
+
"title": "EditableHtmlButtonConfigure",
|
|
465
|
+
"type": "object",
|
|
466
|
+
"properties": {
|
|
467
|
+
"disabled": {
|
|
468
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
469
|
+
"type": "boolean",
|
|
470
|
+
"title": "disabled"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"image": {
|
|
475
|
+
"title": "EditableHtmlButtonConfigure",
|
|
476
|
+
"type": "object",
|
|
477
|
+
"properties": {
|
|
478
|
+
"disabled": {
|
|
479
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
480
|
+
"type": "boolean",
|
|
481
|
+
"title": "disabled"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"EditableHtmlButtonConfigure": {
|
|
488
|
+
"title": "EditableHtmlButtonConfigure",
|
|
489
|
+
"type": "object",
|
|
490
|
+
"properties": {
|
|
491
|
+
"disabled": {
|
|
492
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
493
|
+
"type": "boolean",
|
|
494
|
+
"title": "disabled"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
448
498
|
"ConfigureProp": {
|
|
449
499
|
"title": "ConfigureProp",
|
|
450
500
|
"type": "object",
|
|
@@ -461,10 +511,49 @@
|
|
|
461
511
|
}
|
|
462
512
|
}
|
|
463
513
|
},
|
|
464
|
-
"
|
|
465
|
-
"title": "
|
|
514
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
515
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
466
516
|
"type": "object",
|
|
467
517
|
"properties": {
|
|
518
|
+
"inputConfiguration": {
|
|
519
|
+
"title": "EditableHtmlConfigureProp",
|
|
520
|
+
"type": "object",
|
|
521
|
+
"properties": {
|
|
522
|
+
"audio": {
|
|
523
|
+
"title": "EditableHtmlButtonConfigure",
|
|
524
|
+
"type": "object",
|
|
525
|
+
"properties": {
|
|
526
|
+
"disabled": {
|
|
527
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
528
|
+
"type": "boolean",
|
|
529
|
+
"title": "disabled"
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"video": {
|
|
534
|
+
"title": "EditableHtmlButtonConfigure",
|
|
535
|
+
"type": "object",
|
|
536
|
+
"properties": {
|
|
537
|
+
"disabled": {
|
|
538
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
539
|
+
"type": "boolean",
|
|
540
|
+
"title": "disabled"
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"image": {
|
|
545
|
+
"title": "EditableHtmlButtonConfigure",
|
|
546
|
+
"type": "object",
|
|
547
|
+
"properties": {
|
|
548
|
+
"disabled": {
|
|
549
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
550
|
+
"type": "boolean",
|
|
551
|
+
"title": "disabled"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
468
557
|
"required": {
|
|
469
558
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
470
559
|
"type": "boolean",
|
|
@@ -482,6 +571,61 @@
|
|
|
482
571
|
}
|
|
483
572
|
}
|
|
484
573
|
},
|
|
574
|
+
"EditableHtmlPluginConfigure": {
|
|
575
|
+
"title": "EditableHtmlPluginConfigure",
|
|
576
|
+
"type": "object",
|
|
577
|
+
"properties": {
|
|
578
|
+
"inputConfiguration": {
|
|
579
|
+
"title": "EditableHtmlConfigureProp",
|
|
580
|
+
"type": "object",
|
|
581
|
+
"properties": {
|
|
582
|
+
"audio": {
|
|
583
|
+
"title": "EditableHtmlButtonConfigure",
|
|
584
|
+
"type": "object",
|
|
585
|
+
"properties": {
|
|
586
|
+
"disabled": {
|
|
587
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"title": "disabled"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"video": {
|
|
594
|
+
"title": "EditableHtmlButtonConfigure",
|
|
595
|
+
"type": "object",
|
|
596
|
+
"properties": {
|
|
597
|
+
"disabled": {
|
|
598
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
599
|
+
"type": "boolean",
|
|
600
|
+
"title": "disabled"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"image": {
|
|
605
|
+
"title": "EditableHtmlButtonConfigure",
|
|
606
|
+
"type": "object",
|
|
607
|
+
"properties": {
|
|
608
|
+
"disabled": {
|
|
609
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
610
|
+
"type": "boolean",
|
|
611
|
+
"title": "disabled"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"settings": {
|
|
618
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
619
|
+
"type": "boolean",
|
|
620
|
+
"title": "settings"
|
|
621
|
+
},
|
|
622
|
+
"label": {
|
|
623
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
624
|
+
"type": "string",
|
|
625
|
+
"title": "label"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
485
629
|
"ConfigureMathMLProp": {
|
|
486
630
|
"title": "ConfigureMathMLProp",
|
|
487
631
|
"type": "object",
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -203,6 +203,42 @@ The html Element tag name
|
|
|
203
203
|
|
|
204
204
|
The schema defines the following additional types:
|
|
205
205
|
|
|
206
|
+
## `EditableHtmlConfigureProp` (object)
|
|
207
|
+
|
|
208
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
209
|
+
|
|
210
|
+
### `audio` (object)
|
|
211
|
+
|
|
212
|
+
Properties of the `audio` object:
|
|
213
|
+
|
|
214
|
+
#### `disabled` (boolean)
|
|
215
|
+
|
|
216
|
+
Indicates if the plugin is disabled or not
|
|
217
|
+
|
|
218
|
+
### `video` (object)
|
|
219
|
+
|
|
220
|
+
Properties of the `video` object:
|
|
221
|
+
|
|
222
|
+
#### `disabled` (boolean)
|
|
223
|
+
|
|
224
|
+
Indicates if the plugin is disabled or not
|
|
225
|
+
|
|
226
|
+
### `image` (object)
|
|
227
|
+
|
|
228
|
+
Properties of the `image` object:
|
|
229
|
+
|
|
230
|
+
#### `disabled` (boolean)
|
|
231
|
+
|
|
232
|
+
Indicates if the plugin is disabled or not
|
|
233
|
+
|
|
234
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
235
|
+
|
|
236
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
237
|
+
|
|
238
|
+
### `disabled` (boolean)
|
|
239
|
+
|
|
240
|
+
Indicates if the plugin is disabled or not
|
|
241
|
+
|
|
206
242
|
## `ConfigureProp` (object)
|
|
207
243
|
|
|
208
244
|
Properties of the `ConfigureProp` object:
|
|
@@ -215,9 +251,37 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
215
251
|
|
|
216
252
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
217
253
|
|
|
218
|
-
## `
|
|
254
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
255
|
+
|
|
256
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
257
|
+
|
|
258
|
+
### `inputConfiguration` (object)
|
|
259
|
+
|
|
260
|
+
Properties of the `inputConfiguration` object:
|
|
261
|
+
|
|
262
|
+
#### `audio` (object)
|
|
263
|
+
|
|
264
|
+
Properties of the `audio` object:
|
|
265
|
+
|
|
266
|
+
##### `disabled` (boolean)
|
|
267
|
+
|
|
268
|
+
Indicates if the plugin is disabled or not
|
|
269
|
+
|
|
270
|
+
#### `video` (object)
|
|
271
|
+
|
|
272
|
+
Properties of the `video` object:
|
|
273
|
+
|
|
274
|
+
##### `disabled` (boolean)
|
|
219
275
|
|
|
220
|
-
|
|
276
|
+
Indicates if the plugin is disabled or not
|
|
277
|
+
|
|
278
|
+
#### `image` (object)
|
|
279
|
+
|
|
280
|
+
Properties of the `image` object:
|
|
281
|
+
|
|
282
|
+
##### `disabled` (boolean)
|
|
283
|
+
|
|
284
|
+
Indicates if the plugin is disabled or not
|
|
221
285
|
|
|
222
286
|
### `required` (boolean)
|
|
223
287
|
|
|
@@ -231,6 +295,46 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
231
295
|
|
|
232
296
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
233
297
|
|
|
298
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
299
|
+
|
|
300
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
301
|
+
|
|
302
|
+
### `inputConfiguration` (object)
|
|
303
|
+
|
|
304
|
+
Properties of the `inputConfiguration` object:
|
|
305
|
+
|
|
306
|
+
#### `audio` (object)
|
|
307
|
+
|
|
308
|
+
Properties of the `audio` object:
|
|
309
|
+
|
|
310
|
+
##### `disabled` (boolean)
|
|
311
|
+
|
|
312
|
+
Indicates if the plugin is disabled or not
|
|
313
|
+
|
|
314
|
+
#### `video` (object)
|
|
315
|
+
|
|
316
|
+
Properties of the `video` object:
|
|
317
|
+
|
|
318
|
+
##### `disabled` (boolean)
|
|
319
|
+
|
|
320
|
+
Indicates if the plugin is disabled or not
|
|
321
|
+
|
|
322
|
+
#### `image` (object)
|
|
323
|
+
|
|
324
|
+
Properties of the `image` object:
|
|
325
|
+
|
|
326
|
+
##### `disabled` (boolean)
|
|
327
|
+
|
|
328
|
+
Indicates if the plugin is disabled or not
|
|
329
|
+
|
|
330
|
+
### `settings` (boolean)
|
|
331
|
+
|
|
332
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
333
|
+
|
|
334
|
+
### `label` (string)
|
|
335
|
+
|
|
336
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
337
|
+
|
|
234
338
|
## `ConfigureMathMLProp` (object)
|
|
235
339
|
|
|
236
340
|
Properties of the `ConfigureMathMLProp` object:
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.7.1-next.
|
|
7
|
+
"version": "8.7.1-next.19+45ec3aacb",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "45ec3aacb18aae23ebcbd8645214830bb42acbf5",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|