Hello,
I am importing from a csv to kirby pages. I need to programatically create pages which I am familiar with, but one of the fields is type blocks.
What syntax do I have to use to add new blocks to a page in creation time programatically?
Thank you
I found this: Add blocks to blocks field programmatically | Kirby CMS
I assume I can use it with createChild() as well, will try ASAP.
Found it by chance, as it does not seem that Quick tips are included in the search? perhaps they should
Thanks
Yes, this works for creating pages as well