It’s merged.
Icons and labels I chose for the additional order options
{
"icon": "custom-heart-circle-one",
"label": "js.category.sort_options.op_likes",
"action": "op_likes"
},
{
"icon": "user-group",
"label": "js.posters",
"action": "posters"
},
{
"icon": "far-square",
"label": "js.category.sort_options.category",
"action": "category"
},
{
"icon": "square-plus",
"label": "js.topic_voting.vote_title_plural",
"action": "votes"
}
I did not add these to the default configuration as I think these are less common. But when you add them, you can now also order by likes on the first post, number of posters, category ID, and by number of votes when the topic voting plugin is used.
I created an icon for likes on OP so you can distinguish between likes and likes on the first post even when labels are hidden on mobile.