Hi there, so after working out the CTA button block for the Kirby editor, I was taking up the table example and wanted to reduce it to simple flex-based div column layout the user can use.
It’s kinda working (although it looks still a bit broken), but one thing I am really missing - and that’s my question as well - is how I can enable the fully fledged text edit functionality in the column, so people can add images, format text and so on?
It almost sounds like I need to be able to build blocks in my block element and in theory it is a layout block, so I am not quite sure if this is even possible to do with Kirby editor…
A test image:
Here’s the Repo: GitHub - xu-chris/kirby-editor-column-block: Use columns in Kirby Editor (currently in development)
Any help is highly appreciated and helps bringing this block to life!