Closed rantonse closed 8 months ago
I think your query for parent:
might be incorrect. Try parent: site.find("notes")
.
It seems that you are correct, I have replicated the error.
I have the same problem. It happened after I updated to 3.8. However If I change the section type to the default type:pages
the new page is put in the correct folder...
Hi! Same prob as Joscha... :(
Hi! It seems like new pages are not created in the folder given by
parent:
. I reproduced the error by downloading the Starterkit, adding this plugin, and then changingtype: pages
totype: pagetable
insite/blueprints/sections/notes.yml
. The parent folder is specified there withparent: kirby.page("notes")
, but the new page was created in the root folder.