Is there a way to extend options?
instead using a template_mod?
Code:
<option option_id="xfrmListDefaultOrder" edit_format="select" data_type="string">
<default_value>last_update</default_value>
<edit_format_params>last_update={{ phrase('xfrm_last_update') }}
resource_date={{ phrase('xfrm_submission_date') }}
rating_weighted={{ phrase('rating') }}
download_count={{ phrase('xfrm_downloads') }}
title={{ phrase('title') }}</edit_format_params>
<relation group_id="xfrm" display_order="80"/>
</option>
instead using a template_mod?