• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getGridFieldConfig
protected function getGridFieldConfig(): array
{
	return [
		'name' => 'variation_grid',
		'title' => 'Variation grid',
		'type' => 'included_area',
		'data' => [
			'isRemovable' => false,
			'type' => 'component',
			'componentName' => $this->getVariationGridComponentName(),
			'action' => 'getProductGrid',
			'mode' => 'ajax',
			'signedParametersName' => 'VARIATION_GRID_SIGNED_PARAMETERS',
		],
		'sort' => 100,
	];
}