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

22 lines
356 B
PHP

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/image-stack-steps.bundle.css',
'js' => 'dist/image-stack-steps.bundle.js',
'rel' => [
'ui.vue3',
'main.core.events',
'ui.tooltip',
'ui.icon-set.api.vue',
'main.core',
'main.date',
'ui.design-tokens',
],
'skip_core' => false,
];