• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/serviceform.php
  • Класс: BitrixCatalogComponentServiceForm
  • Вызов: ServiceForm::getPropertyDescription
protected function getPropertyDescription(Property $property): array
{
	$description = parent::getPropertyDescription($property);
	if ($property->getCode() === BaseForm::MORE_PHOTO)
	{
		$description['title'] = Loc::getMessage('CATALOG_SERVICE_FORM_PROPERTY_NAME_MORE_PHOTO');
	}

	return $description;
}