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

	return $description;
}