Skip to content

Commit

Permalink
Merge pull request #500 from colemanw/orderBy
Browse files Browse the repository at this point in the history
Default orderBy Title on template listing search display
  • Loading branch information
mattwire authored Mar 11, 2022
2 parents 8c740e2 + 1fa6552 commit 64d10a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion managed/Mosaico_Template_Listing.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@
'show_count' => TRUE,
'expose_limit' => TRUE,
],
'sort' => [],
'sort' => [
[
'title',
'ASC',
],
],
'columns' => [
[
'type' => 'field',
Expand Down

0 comments on commit 64d10a0

Please sign in to comment.