Manual sorting of pages with drag and drop

If you use a blueprint setup like the one given on the Kirby Reference page in Panel -> Samples -> Shop, pages are not draggable in a way that it is possible on the main panel page.

So the only way to sort the pages (products in that sample) is by changing the folder numbering in content, which is complicated for some users.

Is this a bug or am I missing something, or using it wrong?

No sortBy is added and sortable is by default true (basically the original sample given in the docs).

If you use the numbering scheme as in the product.yml blueprint, which is set to alphabetical sorting, then manual sorting is not possible/useless. You have to remove num: zero to enable manual sorting. Then your pages will get a sorting number (1_product, 2_product etc.)

Same with num: date, btw.

Great, that’s it! Thank you!

Glad I found this. IMO it should be added to the documentation.

Done: https://getkirby.com/docs/reference/panel/blueprints/page#sorting