ez-pro/core/bitrix/js/ui/urlpreview/config.php
2025-11-13 19:04:05 +03:00

17 lines
213 B
PHP

<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => [
'/bitrix/js/ui/urlpreview/css/urlpreview.css',
],
'js' => [
],
'rel' => [
'ui.design-tokens'
],
];