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