How can we sort a modx getResources call in the order specified in the 'resources' attribute?
I have:
[[!getResources?
&parents=`-1`
&resources=`[[*HomePageUpcomingEvents]]`
&tpl=`SecondaryUpdatesHomePageTpl`
&limit=`3`
&showHidden=`1`
&includeContent=`1`
&includeTVs=`1`
&processTVs=`1`
]]
where: HomePageUpcomingEvents is a comma separated list of ids I would like to display in a specific order: 6405, 6154, 6991