Your IP : 3.138.204.67


Current Path : /var/www/u0635749/data/www/hobbyclick.ru/public/bitrix/js/catalog/product-selector/
Upload File :
Current File : /var/www/u0635749/data/www/hobbyclick.ru/public/bitrix/js/catalog/product-selector/config.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

$limitInfo = null;
if (\Bitrix\Main\Loader::includeModule('catalog'))
{
	$limitInfo = \Bitrix\Catalog\Config\State::getCrmExceedingProductLimit();
}

return [
	'css' => 'dist/product-selector.bundle.css',
	'js' => 'dist/product-selector.bundle.js',
	'rel' => [
		'catalog.sku-tree',
		'ui.entity-selector',
		'ui.info-helper',
		'main.core.events',
		'catalog.product-selector',
		'main.core',
		'ui.forms',
	],
	'skip_core' => false,
	'settings' => [
		'limitInfo' => $limitInfo,
	],
];