Hi folks,
I’m upgrading a project to Kirby 3 and now get issues with the blueprints that I couldn’t find a solution for. So hopefully someone can help me out here or give me a hint.
If you need more info, let me know what exactly I should provide as well.
On panel pages (actually all of the pages get redirected to /panel/site) I get the following error:
The section “pages” could not be loaded:
Kirby\Cms\Blueprint::extend(): Return value must be of type array, int returned
site.yml:
title: Site
columns:
- width: 1/2
sections:
pages: true
- width: 1/2
fields:
title:
label: Title
type: text
Thanks for any hint.
Anselm