Hi,
after migrating from 2 to 3 i can´t see my pages in the Panel anymore. I can only edit those 3 items.
and i can´t navigate anywhere in the menu.Hi,
after migrating from 2 to 3 i can´t see my pages in the Panel anymore. I can only edit those 3 items.
and i can´t navigate anywhere in the menu.Hi,
I think Kirby 3 requires you to update your blueprints. Have you done this?
Read more about it here: https://getkirby.com/docs/cookbook/setup/migrate-site#panel
well, i moved them to /site/blueprints/pages. should be enough in the first step, right?
Yes, but then you should also adapt them (as per docs).
Maybe some more info can help?
Did you use custom fields/plugins in Kirby 2?
Do you have a site.yml
blueprint?
etc…
site.yml is there and editable. one example of a blueprint:
title: Bibliothek
files: false
status:
draft: true
listed: true
options:
template: false
status: false
url: false
columns:
- width: 1/2
fields:
title:
label: Title
type: text
- width: 1/2
fields:
text:
label: Text
type: textarea
do i have to edit them all to see the changes?
You have to add a section to show your pages. Was also a bit confusing for me at the beginning, but now it makes sense
listed_pages:
type: pages
headline: Seiten
status: listed
Whole example:
columns:
- width: 2/3
sections:
listed_pages:
type: pages
headline: Seiten
status: listed
- width: 1/3
fields:
text:
label: Text
type: textarea