@pie-element/categorize 8.19.1-next.12 → 8.19.1-next.16
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/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +198 -0
- package/docs/config-schema.json.md +144 -0
- package/docs/pie-schema.json +66 -0
- package/docs/pie-schema.json.md +48 -0
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@material-ui/icons": "^3.0.1",
|
|
14
14
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"debug": "^3.1.0",
|
|
18
18
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -87,6 +87,28 @@
|
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
89
|
"title": "customPlugins"
|
|
90
|
+
},
|
|
91
|
+
"blockquote": {
|
|
92
|
+
"title": "EditableHtmlButtonConfigure",
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"disabled": {
|
|
96
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"title": "disabled"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"h3": {
|
|
103
|
+
"title": "EditableHtmlButtonConfigure",
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"disabled": {
|
|
107
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"title": "disabled"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
90
112
|
}
|
|
91
113
|
}
|
|
92
114
|
},
|
|
@@ -194,6 +216,28 @@
|
|
|
194
216
|
]
|
|
195
217
|
},
|
|
196
218
|
"title": "customPlugins"
|
|
219
|
+
},
|
|
220
|
+
"blockquote": {
|
|
221
|
+
"title": "EditableHtmlButtonConfigure",
|
|
222
|
+
"type": "object",
|
|
223
|
+
"properties": {
|
|
224
|
+
"disabled": {
|
|
225
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
226
|
+
"type": "boolean",
|
|
227
|
+
"title": "disabled"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"h3": {
|
|
232
|
+
"title": "EditableHtmlButtonConfigure",
|
|
233
|
+
"type": "object",
|
|
234
|
+
"properties": {
|
|
235
|
+
"disabled": {
|
|
236
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
237
|
+
"type": "boolean",
|
|
238
|
+
"title": "disabled"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
197
241
|
}
|
|
198
242
|
}
|
|
199
243
|
},
|
|
@@ -355,6 +399,28 @@
|
|
|
355
399
|
]
|
|
356
400
|
},
|
|
357
401
|
"title": "customPlugins"
|
|
402
|
+
},
|
|
403
|
+
"blockquote": {
|
|
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
|
+
"h3": {
|
|
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
|
+
}
|
|
358
424
|
}
|
|
359
425
|
}
|
|
360
426
|
},
|
|
@@ -463,6 +529,28 @@
|
|
|
463
529
|
]
|
|
464
530
|
},
|
|
465
531
|
"title": "customPlugins"
|
|
532
|
+
},
|
|
533
|
+
"blockquote": {
|
|
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
|
+
"h3": {
|
|
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
|
+
}
|
|
466
554
|
}
|
|
467
555
|
}
|
|
468
556
|
},
|
|
@@ -571,6 +659,28 @@
|
|
|
571
659
|
]
|
|
572
660
|
},
|
|
573
661
|
"title": "customPlugins"
|
|
662
|
+
},
|
|
663
|
+
"blockquote": {
|
|
664
|
+
"title": "EditableHtmlButtonConfigure",
|
|
665
|
+
"type": "object",
|
|
666
|
+
"properties": {
|
|
667
|
+
"disabled": {
|
|
668
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
669
|
+
"type": "boolean",
|
|
670
|
+
"title": "disabled"
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"h3": {
|
|
675
|
+
"title": "EditableHtmlButtonConfigure",
|
|
676
|
+
"type": "object",
|
|
677
|
+
"properties": {
|
|
678
|
+
"disabled": {
|
|
679
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
680
|
+
"type": "boolean",
|
|
681
|
+
"title": "disabled"
|
|
682
|
+
}
|
|
683
|
+
}
|
|
574
684
|
}
|
|
575
685
|
}
|
|
576
686
|
},
|
|
@@ -674,6 +784,28 @@
|
|
|
674
784
|
]
|
|
675
785
|
},
|
|
676
786
|
"title": "customPlugins"
|
|
787
|
+
},
|
|
788
|
+
"blockquote": {
|
|
789
|
+
"title": "EditableHtmlButtonConfigure",
|
|
790
|
+
"type": "object",
|
|
791
|
+
"properties": {
|
|
792
|
+
"disabled": {
|
|
793
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
794
|
+
"type": "boolean",
|
|
795
|
+
"title": "disabled"
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"h3": {
|
|
800
|
+
"title": "EditableHtmlButtonConfigure",
|
|
801
|
+
"type": "object",
|
|
802
|
+
"properties": {
|
|
803
|
+
"disabled": {
|
|
804
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
805
|
+
"type": "boolean",
|
|
806
|
+
"title": "disabled"
|
|
807
|
+
}
|
|
808
|
+
}
|
|
677
809
|
}
|
|
678
810
|
}
|
|
679
811
|
},
|
|
@@ -1025,6 +1157,28 @@
|
|
|
1025
1157
|
]
|
|
1026
1158
|
},
|
|
1027
1159
|
"title": "customPlugins"
|
|
1160
|
+
},
|
|
1161
|
+
"blockquote": {
|
|
1162
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1163
|
+
"type": "object",
|
|
1164
|
+
"properties": {
|
|
1165
|
+
"disabled": {
|
|
1166
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1167
|
+
"type": "boolean",
|
|
1168
|
+
"title": "disabled"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"h3": {
|
|
1173
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1174
|
+
"type": "object",
|
|
1175
|
+
"properties": {
|
|
1176
|
+
"disabled": {
|
|
1177
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1178
|
+
"type": "boolean",
|
|
1179
|
+
"title": "disabled"
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1028
1182
|
}
|
|
1029
1183
|
}
|
|
1030
1184
|
},
|
|
@@ -1175,6 +1329,28 @@
|
|
|
1175
1329
|
]
|
|
1176
1330
|
},
|
|
1177
1331
|
"title": "customPlugins"
|
|
1332
|
+
},
|
|
1333
|
+
"blockquote": {
|
|
1334
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1335
|
+
"type": "object",
|
|
1336
|
+
"properties": {
|
|
1337
|
+
"disabled": {
|
|
1338
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1339
|
+
"type": "boolean",
|
|
1340
|
+
"title": "disabled"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"h3": {
|
|
1345
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1346
|
+
"type": "object",
|
|
1347
|
+
"properties": {
|
|
1348
|
+
"disabled": {
|
|
1349
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1350
|
+
"type": "boolean",
|
|
1351
|
+
"title": "disabled"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1178
1354
|
}
|
|
1179
1355
|
}
|
|
1180
1356
|
},
|
|
@@ -1283,6 +1459,28 @@
|
|
|
1283
1459
|
]
|
|
1284
1460
|
},
|
|
1285
1461
|
"title": "customPlugins"
|
|
1462
|
+
},
|
|
1463
|
+
"blockquote": {
|
|
1464
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1465
|
+
"type": "object",
|
|
1466
|
+
"properties": {
|
|
1467
|
+
"disabled": {
|
|
1468
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1469
|
+
"type": "boolean",
|
|
1470
|
+
"title": "disabled"
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"h3": {
|
|
1475
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1476
|
+
"type": "object",
|
|
1477
|
+
"properties": {
|
|
1478
|
+
"disabled": {
|
|
1479
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1480
|
+
"type": "boolean",
|
|
1481
|
+
"title": "disabled"
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1286
1484
|
}
|
|
1287
1485
|
}
|
|
1288
1486
|
},
|
|
@@ -67,6 +67,22 @@ Currently, only "SVG" is supported.
|
|
|
67
67
|
|
|
68
68
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
69
69
|
|
|
70
|
+
## `blockquote` (object)
|
|
71
|
+
|
|
72
|
+
Properties of the `blockquote` object:
|
|
73
|
+
|
|
74
|
+
### `disabled` (boolean)
|
|
75
|
+
|
|
76
|
+
Indicates if the plugin is disabled or not
|
|
77
|
+
|
|
78
|
+
## `h3` (object)
|
|
79
|
+
|
|
80
|
+
Properties of the `h3` object:
|
|
81
|
+
|
|
82
|
+
### `disabled` (boolean)
|
|
83
|
+
|
|
84
|
+
Indicates if the plugin is disabled or not
|
|
85
|
+
|
|
70
86
|
# `partialScoring` (object)
|
|
71
87
|
|
|
72
88
|
Properties of the `partialScoring` object:
|
|
@@ -148,6 +164,22 @@ Currently, only "SVG" is supported.
|
|
|
148
164
|
|
|
149
165
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
150
166
|
|
|
167
|
+
### `blockquote` (object)
|
|
168
|
+
|
|
169
|
+
Properties of the `blockquote` object:
|
|
170
|
+
|
|
171
|
+
#### `disabled` (boolean)
|
|
172
|
+
|
|
173
|
+
Indicates if the plugin is disabled or not
|
|
174
|
+
|
|
175
|
+
### `h3` (object)
|
|
176
|
+
|
|
177
|
+
Properties of the `h3` object:
|
|
178
|
+
|
|
179
|
+
#### `disabled` (boolean)
|
|
180
|
+
|
|
181
|
+
Indicates if the plugin is disabled or not
|
|
182
|
+
|
|
151
183
|
## `required` (boolean)
|
|
152
184
|
|
|
153
185
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -269,6 +301,22 @@ Currently, only "SVG" is supported.
|
|
|
269
301
|
|
|
270
302
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
271
303
|
|
|
304
|
+
### `blockquote` (object)
|
|
305
|
+
|
|
306
|
+
Properties of the `blockquote` object:
|
|
307
|
+
|
|
308
|
+
#### `disabled` (boolean)
|
|
309
|
+
|
|
310
|
+
Indicates if the plugin is disabled or not
|
|
311
|
+
|
|
312
|
+
### `h3` (object)
|
|
313
|
+
|
|
314
|
+
Properties of the `h3` object:
|
|
315
|
+
|
|
316
|
+
#### `disabled` (boolean)
|
|
317
|
+
|
|
318
|
+
Indicates if the plugin is disabled or not
|
|
319
|
+
|
|
272
320
|
## `required` (boolean)
|
|
273
321
|
|
|
274
322
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -350,6 +398,22 @@ Currently, only "SVG" is supported.
|
|
|
350
398
|
|
|
351
399
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
352
400
|
|
|
401
|
+
### `blockquote` (object)
|
|
402
|
+
|
|
403
|
+
Properties of the `blockquote` object:
|
|
404
|
+
|
|
405
|
+
#### `disabled` (boolean)
|
|
406
|
+
|
|
407
|
+
Indicates if the plugin is disabled or not
|
|
408
|
+
|
|
409
|
+
### `h3` (object)
|
|
410
|
+
|
|
411
|
+
Properties of the `h3` object:
|
|
412
|
+
|
|
413
|
+
#### `disabled` (boolean)
|
|
414
|
+
|
|
415
|
+
Indicates if the plugin is disabled or not
|
|
416
|
+
|
|
353
417
|
## `required` (boolean)
|
|
354
418
|
|
|
355
419
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -431,6 +495,22 @@ Currently, only "SVG" is supported.
|
|
|
431
495
|
|
|
432
496
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
433
497
|
|
|
498
|
+
### `blockquote` (object)
|
|
499
|
+
|
|
500
|
+
Properties of the `blockquote` object:
|
|
501
|
+
|
|
502
|
+
#### `disabled` (boolean)
|
|
503
|
+
|
|
504
|
+
Indicates if the plugin is disabled or not
|
|
505
|
+
|
|
506
|
+
### `h3` (object)
|
|
507
|
+
|
|
508
|
+
Properties of the `h3` object:
|
|
509
|
+
|
|
510
|
+
#### `disabled` (boolean)
|
|
511
|
+
|
|
512
|
+
Indicates if the plugin is disabled or not
|
|
513
|
+
|
|
434
514
|
## `settings` (boolean)
|
|
435
515
|
|
|
436
516
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -508,6 +588,22 @@ Currently, only "SVG" is supported.
|
|
|
508
588
|
|
|
509
589
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
510
590
|
|
|
591
|
+
### `blockquote` (object)
|
|
592
|
+
|
|
593
|
+
Properties of the `blockquote` object:
|
|
594
|
+
|
|
595
|
+
#### `disabled` (boolean)
|
|
596
|
+
|
|
597
|
+
Indicates if the plugin is disabled or not
|
|
598
|
+
|
|
599
|
+
### `h3` (object)
|
|
600
|
+
|
|
601
|
+
Properties of the `h3` object:
|
|
602
|
+
|
|
603
|
+
#### `disabled` (boolean)
|
|
604
|
+
|
|
605
|
+
Indicates if the plugin is disabled or not
|
|
606
|
+
|
|
511
607
|
## `settings` (boolean)
|
|
512
608
|
|
|
513
609
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -775,6 +871,22 @@ Currently, only "SVG" is supported.
|
|
|
775
871
|
|
|
776
872
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
777
873
|
|
|
874
|
+
### `blockquote` (object)
|
|
875
|
+
|
|
876
|
+
Properties of the `blockquote` object:
|
|
877
|
+
|
|
878
|
+
#### `disabled` (boolean)
|
|
879
|
+
|
|
880
|
+
Indicates if the plugin is disabled or not
|
|
881
|
+
|
|
882
|
+
### `h3` (object)
|
|
883
|
+
|
|
884
|
+
Properties of the `h3` object:
|
|
885
|
+
|
|
886
|
+
#### `disabled` (boolean)
|
|
887
|
+
|
|
888
|
+
Indicates if the plugin is disabled or not
|
|
889
|
+
|
|
778
890
|
## `EditableHtmlButtonConfigure` (object)
|
|
779
891
|
|
|
780
892
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -887,6 +999,22 @@ Currently, only "SVG" is supported.
|
|
|
887
999
|
|
|
888
1000
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
889
1001
|
|
|
1002
|
+
#### `blockquote` (object)
|
|
1003
|
+
|
|
1004
|
+
Properties of the `blockquote` object:
|
|
1005
|
+
|
|
1006
|
+
##### `disabled` (boolean)
|
|
1007
|
+
|
|
1008
|
+
Indicates if the plugin is disabled or not
|
|
1009
|
+
|
|
1010
|
+
#### `h3` (object)
|
|
1011
|
+
|
|
1012
|
+
Properties of the `h3` object:
|
|
1013
|
+
|
|
1014
|
+
##### `disabled` (boolean)
|
|
1015
|
+
|
|
1016
|
+
Indicates if the plugin is disabled or not
|
|
1017
|
+
|
|
890
1018
|
### `required` (boolean)
|
|
891
1019
|
|
|
892
1020
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -968,6 +1096,22 @@ Currently, only "SVG" is supported.
|
|
|
968
1096
|
|
|
969
1097
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
970
1098
|
|
|
1099
|
+
#### `blockquote` (object)
|
|
1100
|
+
|
|
1101
|
+
Properties of the `blockquote` object:
|
|
1102
|
+
|
|
1103
|
+
##### `disabled` (boolean)
|
|
1104
|
+
|
|
1105
|
+
Indicates if the plugin is disabled or not
|
|
1106
|
+
|
|
1107
|
+
#### `h3` (object)
|
|
1108
|
+
|
|
1109
|
+
Properties of the `h3` object:
|
|
1110
|
+
|
|
1111
|
+
##### `disabled` (boolean)
|
|
1112
|
+
|
|
1113
|
+
Indicates if the plugin is disabled or not
|
|
1114
|
+
|
|
971
1115
|
### `settings` (boolean)
|
|
972
1116
|
|
|
973
1117
|
Indicates if the item has to be displayed in the Settings Panel
|
package/docs/pie-schema.json
CHANGED
|
@@ -529,6 +529,28 @@
|
|
|
529
529
|
]
|
|
530
530
|
},
|
|
531
531
|
"title": "customPlugins"
|
|
532
|
+
},
|
|
533
|
+
"blockquote": {
|
|
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
|
+
"h3": {
|
|
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
|
+
}
|
|
532
554
|
}
|
|
533
555
|
}
|
|
534
556
|
},
|
|
@@ -679,6 +701,28 @@
|
|
|
679
701
|
]
|
|
680
702
|
},
|
|
681
703
|
"title": "customPlugins"
|
|
704
|
+
},
|
|
705
|
+
"blockquote": {
|
|
706
|
+
"title": "EditableHtmlButtonConfigure",
|
|
707
|
+
"type": "object",
|
|
708
|
+
"properties": {
|
|
709
|
+
"disabled": {
|
|
710
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
711
|
+
"type": "boolean",
|
|
712
|
+
"title": "disabled"
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"h3": {
|
|
717
|
+
"title": "EditableHtmlButtonConfigure",
|
|
718
|
+
"type": "object",
|
|
719
|
+
"properties": {
|
|
720
|
+
"disabled": {
|
|
721
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
722
|
+
"type": "boolean",
|
|
723
|
+
"title": "disabled"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
682
726
|
}
|
|
683
727
|
}
|
|
684
728
|
},
|
|
@@ -787,6 +831,28 @@
|
|
|
787
831
|
]
|
|
788
832
|
},
|
|
789
833
|
"title": "customPlugins"
|
|
834
|
+
},
|
|
835
|
+
"blockquote": {
|
|
836
|
+
"title": "EditableHtmlButtonConfigure",
|
|
837
|
+
"type": "object",
|
|
838
|
+
"properties": {
|
|
839
|
+
"disabled": {
|
|
840
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
841
|
+
"type": "boolean",
|
|
842
|
+
"title": "disabled"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"h3": {
|
|
847
|
+
"title": "EditableHtmlButtonConfigure",
|
|
848
|
+
"type": "object",
|
|
849
|
+
"properties": {
|
|
850
|
+
"disabled": {
|
|
851
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
852
|
+
"type": "boolean",
|
|
853
|
+
"title": "disabled"
|
|
854
|
+
}
|
|
855
|
+
}
|
|
790
856
|
}
|
|
791
857
|
}
|
|
792
858
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -268,6 +268,22 @@ Currently, only "SVG" is supported.
|
|
|
268
268
|
|
|
269
269
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
270
270
|
|
|
271
|
+
### `blockquote` (object)
|
|
272
|
+
|
|
273
|
+
Properties of the `blockquote` object:
|
|
274
|
+
|
|
275
|
+
#### `disabled` (boolean)
|
|
276
|
+
|
|
277
|
+
Indicates if the plugin is disabled or not
|
|
278
|
+
|
|
279
|
+
### `h3` (object)
|
|
280
|
+
|
|
281
|
+
Properties of the `h3` object:
|
|
282
|
+
|
|
283
|
+
#### `disabled` (boolean)
|
|
284
|
+
|
|
285
|
+
Indicates if the plugin is disabled or not
|
|
286
|
+
|
|
271
287
|
## `EditableHtmlButtonConfigure` (object)
|
|
272
288
|
|
|
273
289
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -380,6 +396,22 @@ Currently, only "SVG" is supported.
|
|
|
380
396
|
|
|
381
397
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
382
398
|
|
|
399
|
+
#### `blockquote` (object)
|
|
400
|
+
|
|
401
|
+
Properties of the `blockquote` object:
|
|
402
|
+
|
|
403
|
+
##### `disabled` (boolean)
|
|
404
|
+
|
|
405
|
+
Indicates if the plugin is disabled or not
|
|
406
|
+
|
|
407
|
+
#### `h3` (object)
|
|
408
|
+
|
|
409
|
+
Properties of the `h3` object:
|
|
410
|
+
|
|
411
|
+
##### `disabled` (boolean)
|
|
412
|
+
|
|
413
|
+
Indicates if the plugin is disabled or not
|
|
414
|
+
|
|
383
415
|
### `required` (boolean)
|
|
384
416
|
|
|
385
417
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -461,6 +493,22 @@ Currently, only "SVG" is supported.
|
|
|
461
493
|
|
|
462
494
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
463
495
|
|
|
496
|
+
#### `blockquote` (object)
|
|
497
|
+
|
|
498
|
+
Properties of the `blockquote` object:
|
|
499
|
+
|
|
500
|
+
##### `disabled` (boolean)
|
|
501
|
+
|
|
502
|
+
Indicates if the plugin is disabled or not
|
|
503
|
+
|
|
504
|
+
#### `h3` (object)
|
|
505
|
+
|
|
506
|
+
Properties of the `h3` object:
|
|
507
|
+
|
|
508
|
+
##### `disabled` (boolean)
|
|
509
|
+
|
|
510
|
+
Indicates if the plugin is disabled or not
|
|
511
|
+
|
|
464
512
|
### `settings` (boolean)
|
|
465
513
|
|
|
466
514
|
Indicates if the item has to be displayed in the Settings Panel
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.19.1-next.
|
|
7
|
+
"version": "8.19.1-next.16+0532801f9",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/pie-toolbox": "1.
|
|
14
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"debug": "^4.1.1",
|
|
17
17
|
"lodash": "^4.17.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "0532801f9e25b96dc794e8a8cc0b7e3e76419d67",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|