Ordering of page.collection pages in admin, normal mode

Hi! Grav newbie here with a question: Is there a way to have in the admin a drag-and-drop-like ordering of a page.collection?
I have listing pages that show specific a taxonomy from the whole website and would like to order these manually / custom (not sure what the Grav name uses for this) in the admin in normal mode.
The page.collection is defined in the page frontmatter, and it’s not required to be editable in admin normal mode.

Thank you!

I believe you’ll have to add order_manual on each page frontmatter (docs aren’t very clear on this) and use

order:
  by: manual
  dir: asc

Or maybe header.X option?