@pie-element/ebsr 9.16.1-next.3 → 9.17.0
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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +396 -0
- package/docs/config-schema.json.md +288 -0
- package/docs/pie-schema.json +176 -0
- package/docs/pie-schema.json.md +128 -0
- package/package.json +3 -3
|
@@ -147,6 +147,22 @@ Currently, only "SVG" is supported.
|
|
|
147
147
|
|
|
148
148
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
149
149
|
|
|
150
|
+
#### `blockquote` (object)
|
|
151
|
+
|
|
152
|
+
Properties of the `blockquote` object:
|
|
153
|
+
|
|
154
|
+
##### `disabled` (boolean)
|
|
155
|
+
|
|
156
|
+
Indicates if the plugin is disabled or not
|
|
157
|
+
|
|
158
|
+
#### `h3` (object)
|
|
159
|
+
|
|
160
|
+
Properties of the `h3` object:
|
|
161
|
+
|
|
162
|
+
##### `disabled` (boolean)
|
|
163
|
+
|
|
164
|
+
Indicates if the plugin is disabled or not
|
|
165
|
+
|
|
150
166
|
### `required` (boolean)
|
|
151
167
|
|
|
152
168
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -244,6 +260,22 @@ Currently, only "SVG" is supported.
|
|
|
244
260
|
|
|
245
261
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
246
262
|
|
|
263
|
+
#### `blockquote` (object)
|
|
264
|
+
|
|
265
|
+
Properties of the `blockquote` object:
|
|
266
|
+
|
|
267
|
+
##### `disabled` (boolean)
|
|
268
|
+
|
|
269
|
+
Indicates if the plugin is disabled or not
|
|
270
|
+
|
|
271
|
+
#### `h3` (object)
|
|
272
|
+
|
|
273
|
+
Properties of the `h3` object:
|
|
274
|
+
|
|
275
|
+
##### `disabled` (boolean)
|
|
276
|
+
|
|
277
|
+
Indicates if the plugin is disabled or not
|
|
278
|
+
|
|
247
279
|
### `required` (boolean)
|
|
248
280
|
|
|
249
281
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -337,6 +369,22 @@ Currently, only "SVG" is supported.
|
|
|
337
369
|
|
|
338
370
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
339
371
|
|
|
372
|
+
#### `blockquote` (object)
|
|
373
|
+
|
|
374
|
+
Properties of the `blockquote` object:
|
|
375
|
+
|
|
376
|
+
##### `disabled` (boolean)
|
|
377
|
+
|
|
378
|
+
Indicates if the plugin is disabled or not
|
|
379
|
+
|
|
380
|
+
#### `h3` (object)
|
|
381
|
+
|
|
382
|
+
Properties of the `h3` object:
|
|
383
|
+
|
|
384
|
+
##### `disabled` (boolean)
|
|
385
|
+
|
|
386
|
+
Indicates if the plugin is disabled or not
|
|
387
|
+
|
|
340
388
|
### `required` (boolean)
|
|
341
389
|
|
|
342
390
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -498,6 +546,22 @@ Currently, only "SVG" is supported.
|
|
|
498
546
|
|
|
499
547
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
500
548
|
|
|
549
|
+
### `blockquote` (object)
|
|
550
|
+
|
|
551
|
+
Properties of the `blockquote` object:
|
|
552
|
+
|
|
553
|
+
#### `disabled` (boolean)
|
|
554
|
+
|
|
555
|
+
Indicates if the plugin is disabled or not
|
|
556
|
+
|
|
557
|
+
### `h3` (object)
|
|
558
|
+
|
|
559
|
+
Properties of the `h3` object:
|
|
560
|
+
|
|
561
|
+
#### `disabled` (boolean)
|
|
562
|
+
|
|
563
|
+
Indicates if the plugin is disabled or not
|
|
564
|
+
|
|
501
565
|
## `choices` (object)
|
|
502
566
|
|
|
503
567
|
Properties of the `choices` object:
|
|
@@ -567,6 +631,22 @@ Currently, only "SVG" is supported.
|
|
|
567
631
|
|
|
568
632
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
569
633
|
|
|
634
|
+
#### `blockquote` (object)
|
|
635
|
+
|
|
636
|
+
Properties of the `blockquote` object:
|
|
637
|
+
|
|
638
|
+
##### `disabled` (boolean)
|
|
639
|
+
|
|
640
|
+
Indicates if the plugin is disabled or not
|
|
641
|
+
|
|
642
|
+
#### `h3` (object)
|
|
643
|
+
|
|
644
|
+
Properties of the `h3` object:
|
|
645
|
+
|
|
646
|
+
##### `disabled` (boolean)
|
|
647
|
+
|
|
648
|
+
Indicates if the plugin is disabled or not
|
|
649
|
+
|
|
570
650
|
### `settings` (boolean)
|
|
571
651
|
|
|
572
652
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -720,6 +800,22 @@ Currently, only "SVG" is supported.
|
|
|
720
800
|
|
|
721
801
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
722
802
|
|
|
803
|
+
#### `blockquote` (object)
|
|
804
|
+
|
|
805
|
+
Properties of the `blockquote` object:
|
|
806
|
+
|
|
807
|
+
##### `disabled` (boolean)
|
|
808
|
+
|
|
809
|
+
Indicates if the plugin is disabled or not
|
|
810
|
+
|
|
811
|
+
#### `h3` (object)
|
|
812
|
+
|
|
813
|
+
Properties of the `h3` object:
|
|
814
|
+
|
|
815
|
+
##### `disabled` (boolean)
|
|
816
|
+
|
|
817
|
+
Indicates if the plugin is disabled or not
|
|
818
|
+
|
|
723
819
|
### `required` (boolean)
|
|
724
820
|
|
|
725
821
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -817,6 +913,22 @@ Currently, only "SVG" is supported.
|
|
|
817
913
|
|
|
818
914
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
819
915
|
|
|
916
|
+
#### `blockquote` (object)
|
|
917
|
+
|
|
918
|
+
Properties of the `blockquote` object:
|
|
919
|
+
|
|
920
|
+
##### `disabled` (boolean)
|
|
921
|
+
|
|
922
|
+
Indicates if the plugin is disabled or not
|
|
923
|
+
|
|
924
|
+
#### `h3` (object)
|
|
925
|
+
|
|
926
|
+
Properties of the `h3` object:
|
|
927
|
+
|
|
928
|
+
##### `disabled` (boolean)
|
|
929
|
+
|
|
930
|
+
Indicates if the plugin is disabled or not
|
|
931
|
+
|
|
820
932
|
### `required` (boolean)
|
|
821
933
|
|
|
822
934
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -910,6 +1022,22 @@ Currently, only "SVG" is supported.
|
|
|
910
1022
|
|
|
911
1023
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
912
1024
|
|
|
1025
|
+
#### `blockquote` (object)
|
|
1026
|
+
|
|
1027
|
+
Properties of the `blockquote` object:
|
|
1028
|
+
|
|
1029
|
+
##### `disabled` (boolean)
|
|
1030
|
+
|
|
1031
|
+
Indicates if the plugin is disabled or not
|
|
1032
|
+
|
|
1033
|
+
#### `h3` (object)
|
|
1034
|
+
|
|
1035
|
+
Properties of the `h3` object:
|
|
1036
|
+
|
|
1037
|
+
##### `disabled` (boolean)
|
|
1038
|
+
|
|
1039
|
+
Indicates if the plugin is disabled or not
|
|
1040
|
+
|
|
913
1041
|
### `required` (boolean)
|
|
914
1042
|
|
|
915
1043
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1071,6 +1199,22 @@ Currently, only "SVG" is supported.
|
|
|
1071
1199
|
|
|
1072
1200
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1073
1201
|
|
|
1202
|
+
### `blockquote` (object)
|
|
1203
|
+
|
|
1204
|
+
Properties of the `blockquote` object:
|
|
1205
|
+
|
|
1206
|
+
#### `disabled` (boolean)
|
|
1207
|
+
|
|
1208
|
+
Indicates if the plugin is disabled or not
|
|
1209
|
+
|
|
1210
|
+
### `h3` (object)
|
|
1211
|
+
|
|
1212
|
+
Properties of the `h3` object:
|
|
1213
|
+
|
|
1214
|
+
#### `disabled` (boolean)
|
|
1215
|
+
|
|
1216
|
+
Indicates if the plugin is disabled or not
|
|
1217
|
+
|
|
1074
1218
|
## `choices` (object)
|
|
1075
1219
|
|
|
1076
1220
|
Properties of the `choices` object:
|
|
@@ -1140,6 +1284,22 @@ Currently, only "SVG" is supported.
|
|
|
1140
1284
|
|
|
1141
1285
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1142
1286
|
|
|
1287
|
+
#### `blockquote` (object)
|
|
1288
|
+
|
|
1289
|
+
Properties of the `blockquote` object:
|
|
1290
|
+
|
|
1291
|
+
##### `disabled` (boolean)
|
|
1292
|
+
|
|
1293
|
+
Indicates if the plugin is disabled or not
|
|
1294
|
+
|
|
1295
|
+
#### `h3` (object)
|
|
1296
|
+
|
|
1297
|
+
Properties of the `h3` object:
|
|
1298
|
+
|
|
1299
|
+
##### `disabled` (boolean)
|
|
1300
|
+
|
|
1301
|
+
Indicates if the plugin is disabled or not
|
|
1302
|
+
|
|
1143
1303
|
### `settings` (boolean)
|
|
1144
1304
|
|
|
1145
1305
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1391,6 +1551,22 @@ Currently, only "SVG" is supported.
|
|
|
1391
1551
|
|
|
1392
1552
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1393
1553
|
|
|
1554
|
+
##### `blockquote` (object)
|
|
1555
|
+
|
|
1556
|
+
Properties of the `blockquote` object:
|
|
1557
|
+
|
|
1558
|
+
###### `disabled` (boolean)
|
|
1559
|
+
|
|
1560
|
+
Indicates if the plugin is disabled or not
|
|
1561
|
+
|
|
1562
|
+
##### `h3` (object)
|
|
1563
|
+
|
|
1564
|
+
Properties of the `h3` object:
|
|
1565
|
+
|
|
1566
|
+
###### `disabled` (boolean)
|
|
1567
|
+
|
|
1568
|
+
Indicates if the plugin is disabled or not
|
|
1569
|
+
|
|
1394
1570
|
#### `required` (boolean)
|
|
1395
1571
|
|
|
1396
1572
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1488,6 +1664,22 @@ Currently, only "SVG" is supported.
|
|
|
1488
1664
|
|
|
1489
1665
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1490
1666
|
|
|
1667
|
+
##### `blockquote` (object)
|
|
1668
|
+
|
|
1669
|
+
Properties of the `blockquote` object:
|
|
1670
|
+
|
|
1671
|
+
###### `disabled` (boolean)
|
|
1672
|
+
|
|
1673
|
+
Indicates if the plugin is disabled or not
|
|
1674
|
+
|
|
1675
|
+
##### `h3` (object)
|
|
1676
|
+
|
|
1677
|
+
Properties of the `h3` object:
|
|
1678
|
+
|
|
1679
|
+
###### `disabled` (boolean)
|
|
1680
|
+
|
|
1681
|
+
Indicates if the plugin is disabled or not
|
|
1682
|
+
|
|
1491
1683
|
#### `required` (boolean)
|
|
1492
1684
|
|
|
1493
1685
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1581,6 +1773,22 @@ Currently, only "SVG" is supported.
|
|
|
1581
1773
|
|
|
1582
1774
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1583
1775
|
|
|
1776
|
+
##### `blockquote` (object)
|
|
1777
|
+
|
|
1778
|
+
Properties of the `blockquote` object:
|
|
1779
|
+
|
|
1780
|
+
###### `disabled` (boolean)
|
|
1781
|
+
|
|
1782
|
+
Indicates if the plugin is disabled or not
|
|
1783
|
+
|
|
1784
|
+
##### `h3` (object)
|
|
1785
|
+
|
|
1786
|
+
Properties of the `h3` object:
|
|
1787
|
+
|
|
1788
|
+
###### `disabled` (boolean)
|
|
1789
|
+
|
|
1790
|
+
Indicates if the plugin is disabled or not
|
|
1791
|
+
|
|
1584
1792
|
#### `required` (boolean)
|
|
1585
1793
|
|
|
1586
1794
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1742,6 +1950,22 @@ Currently, only "SVG" is supported.
|
|
|
1742
1950
|
|
|
1743
1951
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1744
1952
|
|
|
1953
|
+
#### `blockquote` (object)
|
|
1954
|
+
|
|
1955
|
+
Properties of the `blockquote` object:
|
|
1956
|
+
|
|
1957
|
+
##### `disabled` (boolean)
|
|
1958
|
+
|
|
1959
|
+
Indicates if the plugin is disabled or not
|
|
1960
|
+
|
|
1961
|
+
#### `h3` (object)
|
|
1962
|
+
|
|
1963
|
+
Properties of the `h3` object:
|
|
1964
|
+
|
|
1965
|
+
##### `disabled` (boolean)
|
|
1966
|
+
|
|
1967
|
+
Indicates if the plugin is disabled or not
|
|
1968
|
+
|
|
1745
1969
|
### `choices` (object)
|
|
1746
1970
|
|
|
1747
1971
|
Properties of the `choices` object:
|
|
@@ -1811,6 +2035,22 @@ Currently, only "SVG" is supported.
|
|
|
1811
2035
|
|
|
1812
2036
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1813
2037
|
|
|
2038
|
+
##### `blockquote` (object)
|
|
2039
|
+
|
|
2040
|
+
Properties of the `blockquote` object:
|
|
2041
|
+
|
|
2042
|
+
###### `disabled` (boolean)
|
|
2043
|
+
|
|
2044
|
+
Indicates if the plugin is disabled or not
|
|
2045
|
+
|
|
2046
|
+
##### `h3` (object)
|
|
2047
|
+
|
|
2048
|
+
Properties of the `h3` object:
|
|
2049
|
+
|
|
2050
|
+
###### `disabled` (boolean)
|
|
2051
|
+
|
|
2052
|
+
Indicates if the plugin is disabled or not
|
|
2053
|
+
|
|
1814
2054
|
#### `settings` (boolean)
|
|
1815
2055
|
|
|
1816
2056
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1900,6 +2140,22 @@ Currently, only "SVG" is supported.
|
|
|
1900
2140
|
|
|
1901
2141
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1902
2142
|
|
|
2143
|
+
#### `blockquote` (object)
|
|
2144
|
+
|
|
2145
|
+
Properties of the `blockquote` object:
|
|
2146
|
+
|
|
2147
|
+
##### `disabled` (boolean)
|
|
2148
|
+
|
|
2149
|
+
Indicates if the plugin is disabled or not
|
|
2150
|
+
|
|
2151
|
+
#### `h3` (object)
|
|
2152
|
+
|
|
2153
|
+
Properties of the `h3` object:
|
|
2154
|
+
|
|
2155
|
+
##### `disabled` (boolean)
|
|
2156
|
+
|
|
2157
|
+
Indicates if the plugin is disabled or not
|
|
2158
|
+
|
|
1903
2159
|
### `required` (boolean)
|
|
1904
2160
|
|
|
1905
2161
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -1977,6 +2233,22 @@ Currently, only "SVG" is supported.
|
|
|
1977
2233
|
|
|
1978
2234
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1979
2235
|
|
|
2236
|
+
### `blockquote` (object)
|
|
2237
|
+
|
|
2238
|
+
Properties of the `blockquote` object:
|
|
2239
|
+
|
|
2240
|
+
#### `disabled` (boolean)
|
|
2241
|
+
|
|
2242
|
+
Indicates if the plugin is disabled or not
|
|
2243
|
+
|
|
2244
|
+
### `h3` (object)
|
|
2245
|
+
|
|
2246
|
+
Properties of the `h3` object:
|
|
2247
|
+
|
|
2248
|
+
#### `disabled` (boolean)
|
|
2249
|
+
|
|
2250
|
+
Indicates if the plugin is disabled or not
|
|
2251
|
+
|
|
1980
2252
|
## `EditableHtmlButtonConfigure` (object)
|
|
1981
2253
|
|
|
1982
2254
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -2109,6 +2381,22 @@ Currently, only "SVG" is supported.
|
|
|
2109
2381
|
|
|
2110
2382
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
2111
2383
|
|
|
2384
|
+
#### `blockquote` (object)
|
|
2385
|
+
|
|
2386
|
+
Properties of the `blockquote` object:
|
|
2387
|
+
|
|
2388
|
+
##### `disabled` (boolean)
|
|
2389
|
+
|
|
2390
|
+
Indicates if the plugin is disabled or not
|
|
2391
|
+
|
|
2392
|
+
#### `h3` (object)
|
|
2393
|
+
|
|
2394
|
+
Properties of the `h3` object:
|
|
2395
|
+
|
|
2396
|
+
##### `disabled` (boolean)
|
|
2397
|
+
|
|
2398
|
+
Indicates if the plugin is disabled or not
|
|
2399
|
+
|
|
2112
2400
|
### `settings` (boolean)
|
|
2113
2401
|
|
|
2114
2402
|
Indicates if the item has to be displayed in the Settings Panel
|
package/docs/pie-schema.json
CHANGED
|
@@ -471,6 +471,28 @@
|
|
|
471
471
|
]
|
|
472
472
|
},
|
|
473
473
|
"title": "customPlugins"
|
|
474
|
+
},
|
|
475
|
+
"blockquote": {
|
|
476
|
+
"title": "EditableHtmlButtonConfigure",
|
|
477
|
+
"type": "object",
|
|
478
|
+
"properties": {
|
|
479
|
+
"disabled": {
|
|
480
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
481
|
+
"type": "boolean",
|
|
482
|
+
"title": "disabled"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"h3": {
|
|
487
|
+
"title": "EditableHtmlButtonConfigure",
|
|
488
|
+
"type": "object",
|
|
489
|
+
"properties": {
|
|
490
|
+
"disabled": {
|
|
491
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
492
|
+
"type": "boolean",
|
|
493
|
+
"title": "disabled"
|
|
494
|
+
}
|
|
495
|
+
}
|
|
474
496
|
}
|
|
475
497
|
}
|
|
476
498
|
},
|
|
@@ -600,6 +622,28 @@
|
|
|
600
622
|
]
|
|
601
623
|
},
|
|
602
624
|
"title": "customPlugins"
|
|
625
|
+
},
|
|
626
|
+
"blockquote": {
|
|
627
|
+
"title": "EditableHtmlButtonConfigure",
|
|
628
|
+
"type": "object",
|
|
629
|
+
"properties": {
|
|
630
|
+
"disabled": {
|
|
631
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"title": "disabled"
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"h3": {
|
|
638
|
+
"title": "EditableHtmlButtonConfigure",
|
|
639
|
+
"type": "object",
|
|
640
|
+
"properties": {
|
|
641
|
+
"disabled": {
|
|
642
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
643
|
+
"type": "boolean",
|
|
644
|
+
"title": "disabled"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
603
647
|
}
|
|
604
648
|
}
|
|
605
649
|
},
|
|
@@ -724,6 +768,28 @@
|
|
|
724
768
|
]
|
|
725
769
|
},
|
|
726
770
|
"title": "customPlugins"
|
|
771
|
+
},
|
|
772
|
+
"blockquote": {
|
|
773
|
+
"title": "EditableHtmlButtonConfigure",
|
|
774
|
+
"type": "object",
|
|
775
|
+
"properties": {
|
|
776
|
+
"disabled": {
|
|
777
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
778
|
+
"type": "boolean",
|
|
779
|
+
"title": "disabled"
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"h3": {
|
|
784
|
+
"title": "EditableHtmlButtonConfigure",
|
|
785
|
+
"type": "object",
|
|
786
|
+
"properties": {
|
|
787
|
+
"disabled": {
|
|
788
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
789
|
+
"type": "boolean",
|
|
790
|
+
"title": "disabled"
|
|
791
|
+
}
|
|
792
|
+
}
|
|
727
793
|
}
|
|
728
794
|
}
|
|
729
795
|
},
|
|
@@ -938,6 +1004,28 @@
|
|
|
938
1004
|
]
|
|
939
1005
|
},
|
|
940
1006
|
"title": "customPlugins"
|
|
1007
|
+
},
|
|
1008
|
+
"blockquote": {
|
|
1009
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1010
|
+
"type": "object",
|
|
1011
|
+
"properties": {
|
|
1012
|
+
"disabled": {
|
|
1013
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1014
|
+
"type": "boolean",
|
|
1015
|
+
"title": "disabled"
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"h3": {
|
|
1020
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1021
|
+
"type": "object",
|
|
1022
|
+
"properties": {
|
|
1023
|
+
"disabled": {
|
|
1024
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1025
|
+
"type": "boolean",
|
|
1026
|
+
"title": "disabled"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
941
1029
|
}
|
|
942
1030
|
}
|
|
943
1031
|
},
|
|
@@ -1029,6 +1117,28 @@
|
|
|
1029
1117
|
]
|
|
1030
1118
|
},
|
|
1031
1119
|
"title": "customPlugins"
|
|
1120
|
+
},
|
|
1121
|
+
"blockquote": {
|
|
1122
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1123
|
+
"type": "object",
|
|
1124
|
+
"properties": {
|
|
1125
|
+
"disabled": {
|
|
1126
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1127
|
+
"type": "boolean",
|
|
1128
|
+
"title": "disabled"
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"h3": {
|
|
1133
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1134
|
+
"type": "object",
|
|
1135
|
+
"properties": {
|
|
1136
|
+
"disabled": {
|
|
1137
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1138
|
+
"type": "boolean",
|
|
1139
|
+
"title": "disabled"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1032
1142
|
}
|
|
1033
1143
|
}
|
|
1034
1144
|
},
|
|
@@ -1150,6 +1260,28 @@
|
|
|
1150
1260
|
]
|
|
1151
1261
|
},
|
|
1152
1262
|
"title": "customPlugins"
|
|
1263
|
+
},
|
|
1264
|
+
"blockquote": {
|
|
1265
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1266
|
+
"type": "object",
|
|
1267
|
+
"properties": {
|
|
1268
|
+
"disabled": {
|
|
1269
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1270
|
+
"type": "boolean",
|
|
1271
|
+
"title": "disabled"
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"h3": {
|
|
1276
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1277
|
+
"type": "object",
|
|
1278
|
+
"properties": {
|
|
1279
|
+
"disabled": {
|
|
1280
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1281
|
+
"type": "boolean",
|
|
1282
|
+
"title": "disabled"
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1153
1285
|
}
|
|
1154
1286
|
}
|
|
1155
1287
|
},
|
|
@@ -1254,6 +1386,28 @@
|
|
|
1254
1386
|
]
|
|
1255
1387
|
},
|
|
1256
1388
|
"title": "customPlugins"
|
|
1389
|
+
},
|
|
1390
|
+
"blockquote": {
|
|
1391
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1392
|
+
"type": "object",
|
|
1393
|
+
"properties": {
|
|
1394
|
+
"disabled": {
|
|
1395
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1396
|
+
"type": "boolean",
|
|
1397
|
+
"title": "disabled"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
"h3": {
|
|
1402
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1403
|
+
"type": "object",
|
|
1404
|
+
"properties": {
|
|
1405
|
+
"disabled": {
|
|
1406
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1407
|
+
"type": "boolean",
|
|
1408
|
+
"title": "disabled"
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1257
1411
|
}
|
|
1258
1412
|
}
|
|
1259
1413
|
},
|
|
@@ -1430,6 +1584,28 @@
|
|
|
1430
1584
|
]
|
|
1431
1585
|
},
|
|
1432
1586
|
"title": "customPlugins"
|
|
1587
|
+
},
|
|
1588
|
+
"blockquote": {
|
|
1589
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1590
|
+
"type": "object",
|
|
1591
|
+
"properties": {
|
|
1592
|
+
"disabled": {
|
|
1593
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1594
|
+
"type": "boolean",
|
|
1595
|
+
"title": "disabled"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"h3": {
|
|
1600
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1601
|
+
"type": "object",
|
|
1602
|
+
"properties": {
|
|
1603
|
+
"disabled": {
|
|
1604
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1605
|
+
"type": "boolean",
|
|
1606
|
+
"title": "disabled"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1433
1609
|
}
|
|
1434
1610
|
}
|
|
1435
1611
|
},
|