Lazy blocks inside lazy inner blocks
-
Hi,
We tried to make a block that can contain other block with lazy block.
It works well, unless it’s a block created with Lazy Blocks.Our container block have :
A field named “section”, its type is “Inner Block”
our front end code :`
<section>{{{section}}}</section>
`
If we change
{{{section}}}
to{{section}}
the result is :
`
<!– wp:heading –>
<h2>Notre expertise</h2>
<!– /wp:heading –><!– wp:lazyblock/expertise {“expertises”:“%5B%7B%22title%22:%22Title%200%22,%22description%22:%22description%200%22%7D,%7B%22title%22:%22Title%201%22,%22description%22:%22description%201%22%7D,%7B%22title%22:%22Title%202%22,%22description%22:%22description%202%22%7D%5D“,”className”:“”} /–>
<!– wp:lazyblock/button {“label_button”:“Comment ?a marche ?“,”className”:“”} /–>
`
Am i missing something ?
Regards,
- The topic ‘Lazy blocks inside lazy inner blocks’ is closed to new replies.