I’m wondering the best way to create the admin side for versatile layouts that the user can choose what to have and where depending on the content. I’m not sure of the best way to approach this so if anyone has managed something similar or knows a good way, I would appreciate some advice.
Oh wow! Thank you @texnixe I’m so glad I asked rather than trying to create something half arsed now Thank you so much and massive kudos to @timoetting the creator!!!
I think you should check your blueprint .yml file for the name of the builder field. When I first used kirby-builder, I followed the example code and did not notice the field is named “mybuilder”, but the function in template looks for “builder” ($page->builder()->toBuilderBlocks()).
I followed the example code and did not notice the field is named “mybuilder”, but the function in template looks for “builder” ($page-> builder() ->toBuilderBlocks()).
Yeah, that’s definitely confusing. I changed it in the ReadMe.