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

11 lines
261 B
PHP

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
"css" => "/bitrix/js/ui/dropdown/css/dropdown.css",
"js" => "/bitrix/js/ui/dropdown/dropdown.js",
"rel" => ["popup", "ajax", "ui.design-tokens", "ui.fonts.opensans"]
];