Hi, I’m a beginner just getting started with Kirby CMS.
I wanted to build a block on my site that contains a layout field inside it (so, layouts nested within a block). However, an AI suggested that this approach can seriously slow down the Panel — slower page loading and saving — and pointed me to issue #6734, which was reported against Kirby 4.4.1.
So my question is: does the problem described in that issue still exist, or does this kind of nesting work fine in the current version of Kirby? As a beginner, should I simply avoid putting layouts inside blocks?
Thanks!