Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/external-catalog-placement/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/external-catalog-placement/config.php

<?

use Bitrix\Main\Config\Option;
use Bitrix\Catalog\Store\EnableWizard\TariffChecker;

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

return [
	'css' => 'dist/external-catalog-placement.bundle.css',
	'js' => 'dist/external-catalog-placement.bundle.js',
	'rel' => [
		'main.core',
		'main.core.events',
	],
	'skip_core' => false,
	'settings' => [
		'is1cPlanRestricted' => TariffChecker::isOnecInventoryManagementRestricted(),
	],
];