@pronto-tools-and-more/components 10.12.0 → 10.14.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js
CHANGED
@@ -477,11 +477,13 @@ var MaskIcon = ({ src }) => {
|
|
477
477
|
};
|
478
478
|
|
479
479
|
// src/parts/PostContentBody/PostContentBody.tsx
|
480
|
-
var PostContentBody = (
|
480
|
+
var PostContentBody = ({
|
481
|
+
customBlocks = []
|
482
|
+
} = {}) => {
|
481
483
|
const json = {
|
482
484
|
type: "content-body",
|
483
485
|
id: "post-content-body",
|
484
|
-
customBlocks
|
486
|
+
customBlocks,
|
485
487
|
class: ["post-content-service"],
|
486
488
|
dataSource: {
|
487
489
|
type: "content",
|