Having difficulty getting drag and drop to work for certain parts of panel. mainly subpages.
Currently migrating from Kirby 2 and been following the starter kit.
I want to be able to drag and drop artists within the artists parent page, but cant seem to get it to work.
this is currently my artists.yml in blueprints/pages:
title: Artists
sections:
drafts:
extends: sections/artists
label: Drafts
status: draft
template: artist
listed:
extends: sections/artists
label: Published Artists
layout: list
template: artist
and here is my artists.yml in blueprints/sections
any help resolving this would be great, thanks!