How to create Children Blocks? #218
Unanswered
lbrpsoftware
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@lbrpsoftware The error is because the The solution to your problem is that you need to use the If you feel like contributing. I would be happy to accept the PR. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to create Children Blocks using the following code:
But I get this Error:
body failed validation. Fix one: body.heading_1 should be defined, instead was
undefined
. body.heading_2 should be defined, instead wasundefined
. body.heading_3 should be defined, instead wasundefined
. body.embed should be defined, instead wasundefined
. body.bookmark should be defined, instead wasundefined
. body.image should be defined, instead wasundefined
. body.video should be defined, instead wasundefined
. body.pdf should be defined, instead wasundefined
. body.file should be defined, instead wasundefined
. body.audio should be defined, instead wasundefined
. body.code should be defined, instead wasundefined
. body.equation should be defined, instead wasundefined
. body.divider should be defined, instead wasundefined
. body.breadcrumb should be defined, instead wasundefined
. body.table_of_contents should be defined, instead wasundefined
. body.link_to_page should be defined, instead wasundefined
. body.paragraph should be defined, instead wasundefined
. body.bulleted_list_item should be defined, instead wasundefined
. body.numbered_list_item should be defined, instead wasundefined
. body.quote should be defined, instead wasundefined
. body.to_do should be defined, instead wasundefined
. body.toggle should be defined, instead wasundefined
. body.template should be defined, instead wasundefined
. body.callout should be defined, instead wasundefined
. body.synced_block should be defined, instead wasundefined
. body.children should be not present, instead was[{"type":"bookmark","bookmark":{"url":"https://github.c...
.I receive that same err when trying your example from the Tests.
What am I doing wrong here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions