My blueprint site\blueprints\site.yml
starts with:
title: Website
### site\blueprints\site.yml
columns:
- width: 1/3
sections:
# a list of subpages
pages:
type: pages
headline: Seiten
create:
- default
image: false
# a list of **site** files
files:
type: files
headline: Dateien
Running on <= kirby-3.2.0-rc.2 it shows the pages from the level 1.
But running on kirby-3.2.0-rc.3 it shows the following in the panel for the pages on a red background instead of the pages list:
Der Bereich "pages" konnte nicht geladen werden: Argument 1 passed to Kirby\Cms\Page::panelIcon() must be of the type array, null given, called in H:\xampp_7.2.15\htdocs\kirby-3.2.0-rc.3_oldk2\kirby\config\sections\pages.php on line 152
On other pages I see this error again, for every pages status area again.
It is the line “image: false
”, that causes this error.
Something had changed in the panel.
This project is my upgrade project for a running website from K2 to K3.
This dev site is running on Win10 with XAMPP 7.2.15 – Apache/2.4.38 (Win64) OpenSSL/1.1.1b PHP/7.2.15