I am trying to list taxonomy items alphabetically. I pulled the partial from the taxonomy list plugin (user/plugins/taxonomylist/templates/taxonomylist.html.twig) and am using it like this:
{% include 'partials/taxonomylist.html.twig' with {'taxono my':'location'} %}
But I'd like to have things ordered alphabetically instead of by # of uses. How can I accomplish this?
Thanks!