@pie-element/multiple-choice 8.3.1-next.18 → 8.3.1-next.25

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.
@@ -233,6 +233,111 @@
233
233
  }
234
234
  }
235
235
  },
236
+ "EditableHtmlConfigureProp": {
237
+ "title": "EditableHtmlConfigureProp",
238
+ "type": "object",
239
+ "properties": {
240
+ "audio": {
241
+ "title": "EditableHtmlButtonConfigure",
242
+ "type": "object",
243
+ "properties": {
244
+ "disabled": {
245
+ "description": "Indicates if the plugin is disabled or not",
246
+ "type": "boolean",
247
+ "title": "disabled"
248
+ }
249
+ }
250
+ },
251
+ "video": {
252
+ "title": "EditableHtmlButtonConfigure",
253
+ "type": "object",
254
+ "properties": {
255
+ "disabled": {
256
+ "description": "Indicates if the plugin is disabled or not",
257
+ "type": "boolean",
258
+ "title": "disabled"
259
+ }
260
+ }
261
+ },
262
+ "image": {
263
+ "title": "EditableHtmlButtonConfigure",
264
+ "type": "object",
265
+ "properties": {
266
+ "disabled": {
267
+ "description": "Indicates if the plugin is disabled or not",
268
+ "type": "boolean",
269
+ "title": "disabled"
270
+ }
271
+ }
272
+ }
273
+ }
274
+ },
275
+ "EditableHtmlButtonConfigure": {
276
+ "title": "EditableHtmlButtonConfigure",
277
+ "type": "object",
278
+ "properties": {
279
+ "disabled": {
280
+ "description": "Indicates if the plugin is disabled or not",
281
+ "type": "boolean",
282
+ "title": "disabled"
283
+ }
284
+ }
285
+ },
286
+ "EditableHtmlPluginConfigure": {
287
+ "title": "EditableHtmlPluginConfigure",
288
+ "type": "object",
289
+ "properties": {
290
+ "inputConfiguration": {
291
+ "title": "EditableHtmlConfigureProp",
292
+ "type": "object",
293
+ "properties": {
294
+ "audio": {
295
+ "title": "EditableHtmlButtonConfigure",
296
+ "type": "object",
297
+ "properties": {
298
+ "disabled": {
299
+ "description": "Indicates if the plugin is disabled or not",
300
+ "type": "boolean",
301
+ "title": "disabled"
302
+ }
303
+ }
304
+ },
305
+ "video": {
306
+ "title": "EditableHtmlButtonConfigure",
307
+ "type": "object",
308
+ "properties": {
309
+ "disabled": {
310
+ "description": "Indicates if the plugin is disabled or not",
311
+ "type": "boolean",
312
+ "title": "disabled"
313
+ }
314
+ }
315
+ },
316
+ "image": {
317
+ "title": "EditableHtmlButtonConfigure",
318
+ "type": "object",
319
+ "properties": {
320
+ "disabled": {
321
+ "description": "Indicates if the plugin is disabled or not",
322
+ "type": "boolean",
323
+ "title": "disabled"
324
+ }
325
+ }
326
+ }
327
+ }
328
+ },
329
+ "settings": {
330
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
331
+ "type": "boolean",
332
+ "title": "settings"
333
+ },
334
+ "label": {
335
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
336
+ "type": "string",
337
+ "title": "label"
338
+ }
339
+ }
340
+ },
236
341
  "ConfigurePropWithEnabled": {
237
342
  "title": "ConfigurePropWithEnabled",
238
343
  "type": "object",
@@ -195,6 +195,82 @@ Indicates if the item has to be displayed in the Settings Panel
195
195
 
196
196
  Indicates the label for the item that has to be displayed in the Settings Panel
197
197
 
198
+ ## `EditableHtmlConfigureProp` (object)
199
+
200
+ Properties of the `EditableHtmlConfigureProp` object:
201
+
202
+ ### `audio` (object)
203
+
204
+ Properties of the `audio` object:
205
+
206
+ #### `disabled` (boolean)
207
+
208
+ Indicates if the plugin is disabled or not
209
+
210
+ ### `video` (object)
211
+
212
+ Properties of the `video` object:
213
+
214
+ #### `disabled` (boolean)
215
+
216
+ Indicates if the plugin is disabled or not
217
+
218
+ ### `image` (object)
219
+
220
+ Properties of the `image` object:
221
+
222
+ #### `disabled` (boolean)
223
+
224
+ Indicates if the plugin is disabled or not
225
+
226
+ ## `EditableHtmlButtonConfigure` (object)
227
+
228
+ Properties of the `EditableHtmlButtonConfigure` object:
229
+
230
+ ### `disabled` (boolean)
231
+
232
+ Indicates if the plugin is disabled or not
233
+
234
+ ## `EditableHtmlPluginConfigure` (object)
235
+
236
+ Properties of the `EditableHtmlPluginConfigure` object:
237
+
238
+ ### `inputConfiguration` (object)
239
+
240
+ Properties of the `inputConfiguration` object:
241
+
242
+ #### `audio` (object)
243
+
244
+ Properties of the `audio` object:
245
+
246
+ ##### `disabled` (boolean)
247
+
248
+ Indicates if the plugin is disabled or not
249
+
250
+ #### `video` (object)
251
+
252
+ Properties of the `video` object:
253
+
254
+ ##### `disabled` (boolean)
255
+
256
+ Indicates if the plugin is disabled or not
257
+
258
+ #### `image` (object)
259
+
260
+ Properties of the `image` object:
261
+
262
+ ##### `disabled` (boolean)
263
+
264
+ Indicates if the plugin is disabled or not
265
+
266
+ ### `settings` (boolean)
267
+
268
+ Indicates if the item has to be displayed in the Settings Panel
269
+
270
+ ### `label` (string)
271
+
272
+ Indicates the label for the item that has to be displayed in the Settings Panel
273
+
198
274
  ## `ConfigurePropWithEnabled` (object)
199
275
 
200
276
  Properties of the `ConfigurePropWithEnabled` object: