@pie-element/number-line 8.1.1-next.17 → 8.1.1-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/configure/lib/defaults.js +49 -2
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/main.js +13 -1
- package/configure/lib/main.js.map +1 -1
- package/docs/config-schema.json +320 -4
- package/docs/config-schema.json.md +230 -2
- package/docs/pie-schema.json +146 -2
- package/docs/pie-schema.json.md +106 -2
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
3
3
|
"additionalProperties": false,
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
6
|
+
"baseInputConfiguration": {
|
|
7
|
+
"title": "EditableHtmlConfigureProp",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"audio": {
|
|
11
|
+
"title": "EditableHtmlButtonConfigure",
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"disabled": {
|
|
15
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"title": "disabled"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"video": {
|
|
22
|
+
"title": "EditableHtmlButtonConfigure",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"disabled": {
|
|
26
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
27
|
+
"type": "boolean",
|
|
28
|
+
"title": "disabled"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"image": {
|
|
33
|
+
"title": "EditableHtmlButtonConfigure",
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"disabled": {
|
|
37
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"title": "disabled"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
6
45
|
"instruction": {
|
|
7
46
|
"title": "ConfigurePropWithEnabled",
|
|
8
47
|
"type": "object",
|
|
@@ -25,9 +64,48 @@
|
|
|
25
64
|
}
|
|
26
65
|
},
|
|
27
66
|
"prompt": {
|
|
28
|
-
"title": "
|
|
67
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
29
68
|
"type": "object",
|
|
30
69
|
"properties": {
|
|
70
|
+
"inputConfiguration": {
|
|
71
|
+
"title": "EditableHtmlConfigureProp",
|
|
72
|
+
"type": "object",
|
|
73
|
+
"properties": {
|
|
74
|
+
"audio": {
|
|
75
|
+
"title": "EditableHtmlButtonConfigure",
|
|
76
|
+
"type": "object",
|
|
77
|
+
"properties": {
|
|
78
|
+
"disabled": {
|
|
79
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"title": "disabled"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"video": {
|
|
86
|
+
"title": "EditableHtmlButtonConfigure",
|
|
87
|
+
"type": "object",
|
|
88
|
+
"properties": {
|
|
89
|
+
"disabled": {
|
|
90
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"title": "disabled"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"image": {
|
|
97
|
+
"title": "EditableHtmlButtonConfigure",
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"disabled": {
|
|
101
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"title": "disabled"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
31
109
|
"required": {
|
|
32
110
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
33
111
|
"type": "boolean",
|
|
@@ -46,9 +124,48 @@
|
|
|
46
124
|
}
|
|
47
125
|
},
|
|
48
126
|
"teacherInstructions": {
|
|
49
|
-
"title": "
|
|
127
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
50
128
|
"type": "object",
|
|
51
129
|
"properties": {
|
|
130
|
+
"inputConfiguration": {
|
|
131
|
+
"title": "EditableHtmlConfigureProp",
|
|
132
|
+
"type": "object",
|
|
133
|
+
"properties": {
|
|
134
|
+
"audio": {
|
|
135
|
+
"title": "EditableHtmlButtonConfigure",
|
|
136
|
+
"type": "object",
|
|
137
|
+
"properties": {
|
|
138
|
+
"disabled": {
|
|
139
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
140
|
+
"type": "boolean",
|
|
141
|
+
"title": "disabled"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"video": {
|
|
146
|
+
"title": "EditableHtmlButtonConfigure",
|
|
147
|
+
"type": "object",
|
|
148
|
+
"properties": {
|
|
149
|
+
"disabled": {
|
|
150
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
151
|
+
"type": "boolean",
|
|
152
|
+
"title": "disabled"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"image": {
|
|
157
|
+
"title": "EditableHtmlButtonConfigure",
|
|
158
|
+
"type": "object",
|
|
159
|
+
"properties": {
|
|
160
|
+
"disabled": {
|
|
161
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"title": "disabled"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
52
169
|
"required": {
|
|
53
170
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
54
171
|
"type": "boolean",
|
|
@@ -66,6 +183,61 @@
|
|
|
66
183
|
}
|
|
67
184
|
}
|
|
68
185
|
},
|
|
186
|
+
"title": {
|
|
187
|
+
"title": "EditableHtmlPluginConfigure",
|
|
188
|
+
"type": "object",
|
|
189
|
+
"properties": {
|
|
190
|
+
"inputConfiguration": {
|
|
191
|
+
"title": "EditableHtmlConfigureProp",
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"audio": {
|
|
195
|
+
"title": "EditableHtmlButtonConfigure",
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"disabled": {
|
|
199
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"title": "disabled"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"video": {
|
|
206
|
+
"title": "EditableHtmlButtonConfigure",
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"disabled": {
|
|
210
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"title": "disabled"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"image": {
|
|
217
|
+
"title": "EditableHtmlButtonConfigure",
|
|
218
|
+
"type": "object",
|
|
219
|
+
"properties": {
|
|
220
|
+
"disabled": {
|
|
221
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"title": "disabled"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"settings": {
|
|
230
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
231
|
+
"type": "boolean",
|
|
232
|
+
"title": "settings"
|
|
233
|
+
},
|
|
234
|
+
"label": {
|
|
235
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
236
|
+
"type": "string",
|
|
237
|
+
"title": "label"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
69
241
|
"numberLineDimensions": {
|
|
70
242
|
"title": "NumberLineDimensions",
|
|
71
243
|
"type": "object",
|
|
@@ -278,6 +450,56 @@
|
|
|
278
450
|
}
|
|
279
451
|
},
|
|
280
452
|
"definitions": {
|
|
453
|
+
"EditableHtmlConfigureProp": {
|
|
454
|
+
"title": "EditableHtmlConfigureProp",
|
|
455
|
+
"type": "object",
|
|
456
|
+
"properties": {
|
|
457
|
+
"audio": {
|
|
458
|
+
"title": "EditableHtmlButtonConfigure",
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {
|
|
461
|
+
"disabled": {
|
|
462
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
463
|
+
"type": "boolean",
|
|
464
|
+
"title": "disabled"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"video": {
|
|
469
|
+
"title": "EditableHtmlButtonConfigure",
|
|
470
|
+
"type": "object",
|
|
471
|
+
"properties": {
|
|
472
|
+
"disabled": {
|
|
473
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
474
|
+
"type": "boolean",
|
|
475
|
+
"title": "disabled"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"image": {
|
|
480
|
+
"title": "EditableHtmlButtonConfigure",
|
|
481
|
+
"type": "object",
|
|
482
|
+
"properties": {
|
|
483
|
+
"disabled": {
|
|
484
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
485
|
+
"type": "boolean",
|
|
486
|
+
"title": "disabled"
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"EditableHtmlButtonConfigure": {
|
|
493
|
+
"title": "EditableHtmlButtonConfigure",
|
|
494
|
+
"type": "object",
|
|
495
|
+
"properties": {
|
|
496
|
+
"disabled": {
|
|
497
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
498
|
+
"type": "boolean",
|
|
499
|
+
"title": "disabled"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
281
503
|
"ConfigurePropWithEnabled": {
|
|
282
504
|
"title": "ConfigurePropWithEnabled",
|
|
283
505
|
"type": "object",
|
|
@@ -299,10 +521,49 @@
|
|
|
299
521
|
}
|
|
300
522
|
}
|
|
301
523
|
},
|
|
302
|
-
"
|
|
303
|
-
"title": "
|
|
524
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
525
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
304
526
|
"type": "object",
|
|
305
527
|
"properties": {
|
|
528
|
+
"inputConfiguration": {
|
|
529
|
+
"title": "EditableHtmlConfigureProp",
|
|
530
|
+
"type": "object",
|
|
531
|
+
"properties": {
|
|
532
|
+
"audio": {
|
|
533
|
+
"title": "EditableHtmlButtonConfigure",
|
|
534
|
+
"type": "object",
|
|
535
|
+
"properties": {
|
|
536
|
+
"disabled": {
|
|
537
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
538
|
+
"type": "boolean",
|
|
539
|
+
"title": "disabled"
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"video": {
|
|
544
|
+
"title": "EditableHtmlButtonConfigure",
|
|
545
|
+
"type": "object",
|
|
546
|
+
"properties": {
|
|
547
|
+
"disabled": {
|
|
548
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
549
|
+
"type": "boolean",
|
|
550
|
+
"title": "disabled"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"image": {
|
|
555
|
+
"title": "EditableHtmlButtonConfigure",
|
|
556
|
+
"type": "object",
|
|
557
|
+
"properties": {
|
|
558
|
+
"disabled": {
|
|
559
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
560
|
+
"type": "boolean",
|
|
561
|
+
"title": "disabled"
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
306
567
|
"required": {
|
|
307
568
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
308
569
|
"type": "boolean",
|
|
@@ -320,6 +581,61 @@
|
|
|
320
581
|
}
|
|
321
582
|
}
|
|
322
583
|
},
|
|
584
|
+
"EditableHtmlPluginConfigure": {
|
|
585
|
+
"title": "EditableHtmlPluginConfigure",
|
|
586
|
+
"type": "object",
|
|
587
|
+
"properties": {
|
|
588
|
+
"inputConfiguration": {
|
|
589
|
+
"title": "EditableHtmlConfigureProp",
|
|
590
|
+
"type": "object",
|
|
591
|
+
"properties": {
|
|
592
|
+
"audio": {
|
|
593
|
+
"title": "EditableHtmlButtonConfigure",
|
|
594
|
+
"type": "object",
|
|
595
|
+
"properties": {
|
|
596
|
+
"disabled": {
|
|
597
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
598
|
+
"type": "boolean",
|
|
599
|
+
"title": "disabled"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"video": {
|
|
604
|
+
"title": "EditableHtmlButtonConfigure",
|
|
605
|
+
"type": "object",
|
|
606
|
+
"properties": {
|
|
607
|
+
"disabled": {
|
|
608
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
609
|
+
"type": "boolean",
|
|
610
|
+
"title": "disabled"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"image": {
|
|
615
|
+
"title": "EditableHtmlButtonConfigure",
|
|
616
|
+
"type": "object",
|
|
617
|
+
"properties": {
|
|
618
|
+
"disabled": {
|
|
619
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
620
|
+
"type": "boolean",
|
|
621
|
+
"title": "disabled"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"settings": {
|
|
628
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"title": "settings"
|
|
631
|
+
},
|
|
632
|
+
"label": {
|
|
633
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
634
|
+
"type": "string",
|
|
635
|
+
"title": "label"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
},
|
|
323
639
|
"NumberLineDimensions": {
|
|
324
640
|
"title": "NumberLineDimensions",
|
|
325
641
|
"type": "object",
|
|
@@ -2,6 +2,34 @@ Config Object for @pie-elements/number-line
|
|
|
2
2
|
|
|
3
3
|
The schema defines the following properties:
|
|
4
4
|
|
|
5
|
+
# `baseInputConfiguration` (object)
|
|
6
|
+
|
|
7
|
+
Properties of the `baseInputConfiguration` object:
|
|
8
|
+
|
|
9
|
+
## `audio` (object)
|
|
10
|
+
|
|
11
|
+
Properties of the `audio` object:
|
|
12
|
+
|
|
13
|
+
### `disabled` (boolean)
|
|
14
|
+
|
|
15
|
+
Indicates if the plugin is disabled or not
|
|
16
|
+
|
|
17
|
+
## `video` (object)
|
|
18
|
+
|
|
19
|
+
Properties of the `video` object:
|
|
20
|
+
|
|
21
|
+
### `disabled` (boolean)
|
|
22
|
+
|
|
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
|
+
|
|
5
33
|
# `instruction` (object)
|
|
6
34
|
|
|
7
35
|
Properties of the `instruction` object:
|
|
@@ -23,6 +51,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
23
51
|
|
|
24
52
|
Properties of the `prompt` object:
|
|
25
53
|
|
|
54
|
+
## `inputConfiguration` (object)
|
|
55
|
+
|
|
56
|
+
Properties of the `inputConfiguration` object:
|
|
57
|
+
|
|
58
|
+
### `audio` (object)
|
|
59
|
+
|
|
60
|
+
Properties of the `audio` object:
|
|
61
|
+
|
|
62
|
+
#### `disabled` (boolean)
|
|
63
|
+
|
|
64
|
+
Indicates if the plugin is disabled or not
|
|
65
|
+
|
|
66
|
+
### `video` (object)
|
|
67
|
+
|
|
68
|
+
Properties of the `video` object:
|
|
69
|
+
|
|
70
|
+
#### `disabled` (boolean)
|
|
71
|
+
|
|
72
|
+
Indicates if the plugin is disabled or not
|
|
73
|
+
|
|
74
|
+
### `image` (object)
|
|
75
|
+
|
|
76
|
+
Properties of the `image` object:
|
|
77
|
+
|
|
78
|
+
#### `disabled` (boolean)
|
|
79
|
+
|
|
80
|
+
Indicates if the plugin is disabled or not
|
|
81
|
+
|
|
26
82
|
## `required` (boolean)
|
|
27
83
|
|
|
28
84
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -39,6 +95,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
39
95
|
|
|
40
96
|
Properties of the `teacherInstructions` object:
|
|
41
97
|
|
|
98
|
+
## `inputConfiguration` (object)
|
|
99
|
+
|
|
100
|
+
Properties of the `inputConfiguration` object:
|
|
101
|
+
|
|
102
|
+
### `audio` (object)
|
|
103
|
+
|
|
104
|
+
Properties of the `audio` object:
|
|
105
|
+
|
|
106
|
+
#### `disabled` (boolean)
|
|
107
|
+
|
|
108
|
+
Indicates if the plugin is disabled or not
|
|
109
|
+
|
|
110
|
+
### `video` (object)
|
|
111
|
+
|
|
112
|
+
Properties of the `video` object:
|
|
113
|
+
|
|
114
|
+
#### `disabled` (boolean)
|
|
115
|
+
|
|
116
|
+
Indicates if the plugin is disabled or not
|
|
117
|
+
|
|
118
|
+
### `image` (object)
|
|
119
|
+
|
|
120
|
+
Properties of the `image` object:
|
|
121
|
+
|
|
122
|
+
#### `disabled` (boolean)
|
|
123
|
+
|
|
124
|
+
Indicates if the plugin is disabled or not
|
|
125
|
+
|
|
42
126
|
## `required` (boolean)
|
|
43
127
|
|
|
44
128
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -51,6 +135,46 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
51
135
|
|
|
52
136
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
53
137
|
|
|
138
|
+
# `title` (object)
|
|
139
|
+
|
|
140
|
+
Properties of the `title` object:
|
|
141
|
+
|
|
142
|
+
## `inputConfiguration` (object)
|
|
143
|
+
|
|
144
|
+
Properties of the `inputConfiguration` object:
|
|
145
|
+
|
|
146
|
+
### `audio` (object)
|
|
147
|
+
|
|
148
|
+
Properties of the `audio` object:
|
|
149
|
+
|
|
150
|
+
#### `disabled` (boolean)
|
|
151
|
+
|
|
152
|
+
Indicates if the plugin is disabled or not
|
|
153
|
+
|
|
154
|
+
### `video` (object)
|
|
155
|
+
|
|
156
|
+
Properties of the `video` object:
|
|
157
|
+
|
|
158
|
+
#### `disabled` (boolean)
|
|
159
|
+
|
|
160
|
+
Indicates if the plugin is disabled or not
|
|
161
|
+
|
|
162
|
+
### `image` (object)
|
|
163
|
+
|
|
164
|
+
Properties of the `image` object:
|
|
165
|
+
|
|
166
|
+
#### `disabled` (boolean)
|
|
167
|
+
|
|
168
|
+
Indicates if the plugin is disabled or not
|
|
169
|
+
|
|
170
|
+
## `settings` (boolean)
|
|
171
|
+
|
|
172
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
173
|
+
|
|
174
|
+
## `label` (string)
|
|
175
|
+
|
|
176
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
177
|
+
|
|
54
178
|
# `numberLineDimensions` (object)
|
|
55
179
|
|
|
56
180
|
Properties of the `numberLineDimensions` object:
|
|
@@ -203,6 +327,42 @@ Default: `true`
|
|
|
203
327
|
|
|
204
328
|
The schema defines the following additional types:
|
|
205
329
|
|
|
330
|
+
## `EditableHtmlConfigureProp` (object)
|
|
331
|
+
|
|
332
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
333
|
+
|
|
334
|
+
### `audio` (object)
|
|
335
|
+
|
|
336
|
+
Properties of the `audio` object:
|
|
337
|
+
|
|
338
|
+
#### `disabled` (boolean)
|
|
339
|
+
|
|
340
|
+
Indicates if the plugin is disabled or not
|
|
341
|
+
|
|
342
|
+
### `video` (object)
|
|
343
|
+
|
|
344
|
+
Properties of the `video` object:
|
|
345
|
+
|
|
346
|
+
#### `disabled` (boolean)
|
|
347
|
+
|
|
348
|
+
Indicates if the plugin is disabled or not
|
|
349
|
+
|
|
350
|
+
### `image` (object)
|
|
351
|
+
|
|
352
|
+
Properties of the `image` object:
|
|
353
|
+
|
|
354
|
+
#### `disabled` (boolean)
|
|
355
|
+
|
|
356
|
+
Indicates if the plugin is disabled or not
|
|
357
|
+
|
|
358
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
359
|
+
|
|
360
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
361
|
+
|
|
362
|
+
### `disabled` (boolean)
|
|
363
|
+
|
|
364
|
+
Indicates if the plugin is disabled or not
|
|
365
|
+
|
|
206
366
|
## `ConfigurePropWithEnabled` (object)
|
|
207
367
|
|
|
208
368
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
@@ -220,9 +380,37 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
220
380
|
|
|
221
381
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
222
382
|
|
|
223
|
-
## `
|
|
383
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
384
|
+
|
|
385
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
386
|
+
|
|
387
|
+
### `inputConfiguration` (object)
|
|
388
|
+
|
|
389
|
+
Properties of the `inputConfiguration` object:
|
|
390
|
+
|
|
391
|
+
#### `audio` (object)
|
|
392
|
+
|
|
393
|
+
Properties of the `audio` object:
|
|
394
|
+
|
|
395
|
+
##### `disabled` (boolean)
|
|
396
|
+
|
|
397
|
+
Indicates if the plugin is disabled or not
|
|
398
|
+
|
|
399
|
+
#### `video` (object)
|
|
224
400
|
|
|
225
|
-
Properties of the `
|
|
401
|
+
Properties of the `video` object:
|
|
402
|
+
|
|
403
|
+
##### `disabled` (boolean)
|
|
404
|
+
|
|
405
|
+
Indicates if the plugin is disabled or not
|
|
406
|
+
|
|
407
|
+
#### `image` (object)
|
|
408
|
+
|
|
409
|
+
Properties of the `image` object:
|
|
410
|
+
|
|
411
|
+
##### `disabled` (boolean)
|
|
412
|
+
|
|
413
|
+
Indicates if the plugin is disabled or not
|
|
226
414
|
|
|
227
415
|
### `required` (boolean)
|
|
228
416
|
|
|
@@ -236,6 +424,46 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
236
424
|
|
|
237
425
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
238
426
|
|
|
427
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
428
|
+
|
|
429
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
430
|
+
|
|
431
|
+
### `inputConfiguration` (object)
|
|
432
|
+
|
|
433
|
+
Properties of the `inputConfiguration` object:
|
|
434
|
+
|
|
435
|
+
#### `audio` (object)
|
|
436
|
+
|
|
437
|
+
Properties of the `audio` object:
|
|
438
|
+
|
|
439
|
+
##### `disabled` (boolean)
|
|
440
|
+
|
|
441
|
+
Indicates if the plugin is disabled or not
|
|
442
|
+
|
|
443
|
+
#### `video` (object)
|
|
444
|
+
|
|
445
|
+
Properties of the `video` object:
|
|
446
|
+
|
|
447
|
+
##### `disabled` (boolean)
|
|
448
|
+
|
|
449
|
+
Indicates if the plugin is disabled or not
|
|
450
|
+
|
|
451
|
+
#### `image` (object)
|
|
452
|
+
|
|
453
|
+
Properties of the `image` object:
|
|
454
|
+
|
|
455
|
+
##### `disabled` (boolean)
|
|
456
|
+
|
|
457
|
+
Indicates if the plugin is disabled or not
|
|
458
|
+
|
|
459
|
+
### `settings` (boolean)
|
|
460
|
+
|
|
461
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
462
|
+
|
|
463
|
+
### `label` (string)
|
|
464
|
+
|
|
465
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
466
|
+
|
|
239
467
|
## `NumberLineDimensions` (object)
|
|
240
468
|
|
|
241
469
|
Properties of the `NumberLineDimensions` object:
|