djangowagtail

Wagtail admin - default ordering of child pages


In the admin area I have to activate the "Enable ordering of child pages" every time. Is there a way to set this as a permanent option? The main problem is that the listing in the child pages view changes depending on if this is activated or not(if you have changed the ordering), which might be a bit confusing for some.

Potentially one could change the default ordering of the children list to match the manually ordered list somehow?


Solution

  • Ok, as of now. It doesn't seem that this is possible. But it does seem that it respects django models default ordering. https://docs.djangoproject.com/en/2.1/ref/models/options/#ordering