Adds default order of related items query as 'asc'

This commit is contained in:
mateuswetah 2022-10-14 12:06:35 -03:00
parent 1f807c84c8
commit 7362c4712e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
tainacan_the_related_items_carousel([
'items_list_layout' => $items_related_to_this_layout,
'collection_heading_tag' => 'h3',
'order' => 'asc',
'dynamic_items_args' => [
'max_columns_count' => $max_columns_count
],