Skip to content

Commit

Permalink
Fix for Widget Articles not sorting title alphabetically ascending or…
Browse files Browse the repository at this point in the history
… descending.
  • Loading branch information
Felixkat committed Nov 2, 2024
1 parent 62d4ddb commit 5bbf82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/elements/articles/articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<option value="oldest">ASTROID_WIDGET_ORDERING_OLDEST</option>
<option value="popular">ASTROID_WIDGET_ORDERING_POPULAR</option>
<option value="featured">ASTROID_WIDGET_ORDERING_FEATURED</option>
<option value="ascending">ASTROID_WIDGET_ORDERING_ALPHABET_ASCENDING</option>
<option value="descending">ASTROID_WIDGET_ORDERING_ALPHABET_DESCENDING</option>
<option value="alphabet_asc">ASTROID_WIDGET_ORDERING_ALPHABET_ASCENDING</option>
<option value="alphabet_desc">ASTROID_WIDGET_ORDERING_ALPHABET_DESCENDING</option>
<option value="random">ASTROID_WIDGET_ORDERING_RANDOM</option>
</field>
<field astroidgroup="grid_options" name="column_responsive" type="astroidradio" width="full" default="lg">
Expand Down

0 comments on commit 5bbf82a

Please sign in to comment.