I’m having a problem selecting the parent page for my blog. It’s actually permanently ticked in the dropdown (see screenshot below), but it can’t actually be selected – i.e. if you click on it, it makes no difference. When I click on Continue the page is always added to the root. Meaning I have to login to the server to move it to the right place.
The 01.journal folder contains about 109 entries, including blog.md which contains the following:
---
title: Journal
slug: journal
visible: true
content:
items: '@self.children'
limit: 10
pagination: true
order:
by: date
dir: desc
---
Not sure if this is a bug, or I’ve screwed something up somewhere?
Using:
Grav v2.0.0-rc.3
Admin2 v2.0.0-rc.8
PHP v8.4.21
