• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getPropertiesConfigElements
protected function getPropertiesConfigElements(): array
{
	return array_merge(
		[
			['name' => 'IBLOCK_SECTION'],
		],
		parent::getPropertiesConfigElements()
	);
}