View ordering using include_dir_merge_named?

Is ordering views possible when using !include_dir_merge_named? If so, how?

It always puts the default_view: first, so that’s good, and the remaining views (each with their own file) always show up in the same order, but it’s not alphabetical.

In configuration.yaml:

group: !include_dir_merge_named includes/group

Thanks

1 Like

At the bottom of the page there’s a section about ordering groups. I use dir_merge_named and it works perfect for me for view order

That section wasn’t there when I was futzing with this. Thanks!