Для шаблонов компонента main.slider templaste.2 и template.3
Открыть файл result_modifier.php, в районе строки 250 найти условие
if (!empty($arParams['PROPERTY_LINK'])) {
$arProperty = ArrayHelper::getValue($arItem, [
'PROPERTIES',
$arParams['PROPERTY_LINK']
]);
if (!empty($arProperty['VALUE'])) {
$arProperty = CIBlockFormatProperties::GetDisplayValue(
$arItem,
$arProperty,
false
);
if (!empty($arProperty['DISPLAY_VALUE'])) {
if (Type::isArray($arProperty['DISPLAY_VALUE']))
$arProperty['DISPLAY_VALUE'] = ArrayHelper::getFirstValue($arProperty['DISPLAY_VALUE']);