| Current Path : /var/www/homesaver/www/bitrix/js/ui/linkify/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/linkify/config.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/linkify.bundle.css',
'js' => 'dist/linkify.bundle.js',
'rel' => [
'main.polyfill.core',
],
'skip_core' => true,
];