Hi
I have read over the Inner Blocks docs and wondered do you have examples of how the inner blocks are saved in a json string with the parent block?
e.g. https://docs.metabox.io/extensions/mb-blocks/#block-data
<!-- wp:meta-box/hero-content {"id":"block_jyqlhbauqz4jz51ahab","data":{"image":"10","title":"Hi, Iām Martin Green","subtitle":"WEB DEVELOPER \u0026 DESIGNER","content":"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusa ntium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta suntlo explica bo. Nemo enim ipsam voluptatem quia voluptas.","signature":"9","button_text":"Discover More","button_url":"#","background_color":"#f5f7f8"},"align":"wide"} /-->
Also if i save the above innerblock using 'storage_type' => 'custom_table',
then will it create multiple table rows or will it store as one database table row?
thanks